Re: [Pythonmac-SIG] py2app with libraries compiled with intel compilers, intel libguide.dylib not included

2006-06-14 Thread Bob Ippolito
On Jun 14, 2006, at 8:01 AM, Dan White wrote: > Hi Python Mac folks, > > I am using intel compilers to make VTK dylibs, > then py2app 0.2 maint svn version to make a .app bundle > > When I run the .app that i am making it complains about not being > able to find one of the intel compiler .dyli

Re: [Pythonmac-SIG] py2app crash if path contains a colon

2006-06-14 Thread Bob Ippolito
python itself needs to be in a directory containing a colon. bump:~/src/python/:colon bob$ ./python.exe -c "import sys; print sys.path" 'import site' failed; use -v for traceback ['', '/usr/local/lib/python25.zip', '/Users/bob/src/python/', 'colon/../Lib/', '/Users/bob/src/python/', 'colon/../

[Pythonmac-SIG] py2app with libraries compiled with intel compilers, intel libguide.dylib not included

2006-06-14 Thread Dan White
Hi Python Mac folks, I am using intel compilers to make VTK dylibs, then py2app 0.2 maint svn version to make a .app bundle When I run the .app that i am making it complains about not being able to find one of the intel compiler .dylib s libguide.dylib which is found at /opt/intel/cc/9.1.024

Re: [Pythonmac-SIG] OSX on intel, py2app 0.2 maint wxPython2.6.3.2rc3-universal10.4-py24.dmg .rsrc file missing

2006-06-14 Thread Dan White
Hi Kevin and all, > Please try the following build: > > http://kevino.theolliviers.com/wxpython/wxPython2.6-osx- > unicode-2.6.3.2rc3-universal10.4-py2.4.dmg > > It does link against the wx libraries now, but I realized that > PyOpenGL (even CVS) won't build for Universal Python, at least not

Re: [Pythonmac-SIG] py2app SVN - install error

2006-06-14 Thread Ronald Oussoren
On Wednesday, June 14, 2006, at 03:41PM, Dan White <[EMAIL PROTECTED]> wrote: >Hi Bob, > >i checked out the py2app SVN onto my MacBookPro with the universal >python2.4 installed > >The py2app install instructions say run >python setup.py bdist_mpkg --open >but that gives me an error after it

[Pythonmac-SIG] py2app SVN - install error

2006-06-14 Thread Dan White
Hi Bob, i checked out the py2app SVN onto my MacBookPro with the universal python2.4 installed The py2app install instructions say run python setup.py bdist_mpkg --open but that gives me an error after it downloads the egg, see below, am I doing something wrong? cheers Dan white:~/Desktop/

Re: [Pythonmac-SIG] py2app crash if path contains a colon

2006-06-14 Thread Ronald Oussoren
Could either of you file a bug about this (the sys.path mangling when there's a colon in the directory that contains the executable) on python's SF tracker? Preferably including decription of how to reproduce this. Bob, I've created a directory 'test:dir' and added a script named 'test.py' in

Re: [Pythonmac-SIG] py2app crash if path contains a colon

2006-06-14 Thread Bob Ippolito
On Jun 12, 2006, at 4:52 PM, Bob Swerdlow wrote: > Hi, our app is using py2app 0.2.1 and we've been quite happy with it - > thanks! > > However, we have found that it crashes if the application is > started in a > folder whose name contains a colon. Of course, the Finder does not > allow > th