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 idadesub
Recipients benjamin.peterson, erickt, idadesub
Date 2008-06-23.20:50:09
SpamBayes Score 0.0005089105
Marked as misclassified No
Message-id <1ef034530806231350v3b373cabsfbcd850953e22c1b@mail.gmail.com>
In-reply-to <1214251746.61.0.717443963899.issue3174@psf.upfronthosting.co.za>
Content
Hello again,

I then have problems with it finding MacOS.py in the BuildApplet.py script:

DYLD_FRAMEWORK_PATH=/opt/local/var/macports/build/_Users_Shared_erickt_Projects_macports_dports.git_lang_python30/work/Python-3.0b1:
../python.exe ./scripts/BuildApplet.py \
		--destroot "/opt/local/var/macports/build/_Users_Shared_erickt_Projects_macports_dports.git_lang_python30/work/destroot"
\
		--python /opt/local/Library/Frameworks/Python.framework/Versions/3.0/Resources/Python.app/Contents/MacOS/Python
\
		--output "/opt/local/var/macports/build/_Users_Shared_erickt_Projects_macports_dports.git_lang_python30/work/destroot/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

On Mon, Jun 23, 2008 at 1:09 PM, Benjamin Peterson
<report@bugs.python.org> wrote:
>
> Benjamin Peterson <musiccomposition@gmail.com> added the comment:
>
> If you just remove the reference to cachesrc.py, do you still have
> adverse effects?
>
> ----------
> nosy: +benjamin.peterson
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue3174>
> _______________________________________
>
History
Date User Action Args
2008-06-23 20:50:14idadesubsetspambayes_score: 0.000508911 -> 0.0005089105
recipients: + idadesub, benjamin.peterson, erickt
2008-06-23 20:50:09idadesublinkissue3174 messages
2008-06-23 20:50:09idadesubcreate