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 barry-scott
Recipients barry-scott
Date 2008-07-17.21:52:21
SpamBayes Score 0.00018611245
Marked as misclassified No
Message-id <1216331542.61.0.235815305559.issue3398@psf.upfronthosting.co.za>
In-reply-to
Content
$ sw_vers 
ProductName:    Mac OS X
ProductVersion: 10.4.11
BuildVersion:   8S165

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

DYLD_FRAMEWORK_PATH=/Users/barry/Work/Python-3.0b1: ../python.exe
./scripts/BuildApplet.py \
        --destroot "" \
        --python
/Library/Frameworks/Python.framework/Versions/3.0/Resources/Python.app/Contents/MacOS/Python
\
        --output "/Applications/Python 3.0/Build Applet.app" \
        ./scripts/BuildApplet.py
Traceback (most recent call last):
  File "./scripts/BuildApplet.py", line 14, in <module>
import MacOS
ImportError: No module named MacOS
make[1]: *** [install_BuildApplet] Error 1
make: *** [frameworkinstallapps] Error 2
History
Date User Action Args
2008-07-17 21:52:23barry-scottsetspambayes_score: 0.000186112 -> 0.00018611245
recipients: + barry-scott
2008-07-17 21:52:22barry-scottsetspambayes_score: 0.000186112 -> 0.000186112
messageid: <1216331542.61.0.235815305559.issue3398@psf.upfronthosting.co.za>
2008-07-17 21:52:21barry-scottlinkissue3398 messages
2008-07-17 21:52:21barry-scottcreate