On 14 Jun 2006, at 18:26, Bob Ippolito wrote:
>
> 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 abou
On 15-jun-2006, at 9:28, Dan White wrote:
So yes there are some DYLD_LIBRARY_PATH suff set.
Maybe therein lies the problem...?
Python probably doesn't know about that stuff?
That might be the problem, and seems to indicate that Intel does
something completely wrong. Any use of the DYLD_
On 15 Jun 2006, at 10:55, Ronald Oussoren wrote:
>
> On 15-jun-2006, at 9:28, Dan White wrote:
>
>
>>
>>
>> So yes there are some DYLD_LIBRARY_PATH suff set.
>>
>> Maybe therein lies the problem...?
>> Python probably doesn't know about that stuff?
>
> That might be the problem, and seems to indi
FWIW, this isn't at all Mac OS X specific..
$ uname -rs && pwd && ./python -c "import sys; print sys.path"
FreeBSD 6.0-RELEASE
/usr/home/bob/src/python/:colon
'import site' failed; use -v for traceback
['', '/usr/local/lib/python25.zip', '/usr/home/bob/src/python/',
'colon/../Lib/', '/usr/home/b
On Jun 15, 2006, at 2:12 PM, Bob Ippolito wrote:
> FWIW, this isn't at all Mac OS X specific..
>
> $ uname -rs && pwd && ./python -c "import sys; print sys.path"
> FreeBSD 6.0-RELEASE
> /usr/home/bob/src/python/:colon
> 'import site' failed; use -v for traceback
> ['', '/usr/local/lib/python25.zi