Closed ronaldoussoren closed 7 years ago
Original comment by AcclivityNYC (Bitbucket: acclivitynyc, ).
I was able to resolve my issue by Opening XCode 4.6.2 Go To Preferences->Download->Command Line Tools and click Install. Then easy_install py2app was working.
Original comment by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren).
Cannot reproduce the issue
Original report by AcclivityNYC (Bitbucket: acclivitynyc, ).
Running MacOS X 10.7.5 with XCode 3.2.6 installed and XCode 4.6.2 Python 2.7.4
Steps to reproduce the issue:
virtualenv --python=python2.7 --no-site-packages test_env ./test_env/bin/activate easy_install py2app
This gives error (see error later)
Workaround:
Download all 3 packages yourself from source
hg clone https://bitbucket.org/ronaldoussoren/altgraph
hg clone https://bitbucket.org/ronaldoussoren/modulegraph
hg clone https://bitbucket.org/ronaldoussoren/py2app
cd altgraph
python setup.py install
cd ..
cd modulegraph
python setup.py install
cd ..
cd py2app
python setup.py install
This worked out OK.
Error message