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
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/../
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
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
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
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/
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
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