This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author robind
Recipients robind
Date 2008-07-24.02:45:33
SpamBayes Score 0.22793736
Marked as misclassified No
Message-id <1216867534.32.0.650772799481.issue3434@psf.upfronthosting.co.za>
In-reply-to
Content
OS X Leopard (10.5.4)
Python-3.0b2 tarball

./configure --enable-universalsdk --enable-framework 
make
sudo make install 

/Library/Frameworks/Python.framework/Versions/3.0/Resources/Python.app
is not created by the install step, but it is needed for running python3.0:

$ python3.0
python3.0: execv:
/Library/Frameworks/Python.framework/Versions/3.0/Resources/Python.app/Contents/MacOS/Python:
No such file or directory
History
Date User Action Args
2008-07-24 02:45:34robindsetspambayes_score: 0.227937 -> 0.22793736
recipients: + robind
2008-07-24 02:45:34robindsetspambayes_score: 0.227937 -> 0.227937
messageid: <1216867534.32.0.650772799481.issue3434@psf.upfronthosting.co.za>
2008-07-24 02:45:33robindlinkissue3434 messages
2008-07-24 02:45:33robindcreate