This repository was archived by the owner on Jun 19, 2025. It is now read-only.
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Python 3.3 on Mac OSX means we need a compiler #14
Open
Description
When installing flask it fails when trying to compile markupsafe in the python3.3 environment on a mac without a c-compiler. It works fine with the python2.7 version though.
Sophies choice: Shall we change the python version in the tutorial to 2.7 for mac or do we have to require to have xcode installed?