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 .dylib s
> libguide.dylib
> which is found at
> /opt/intel/cc/9.1.024/lib/libguide.dylib
>
> how do I get py2app to include this dylib correctly so the vtk libs
> can see it as they do when I run my app from the command line?

Could you please paste the actual error messages? Also, do you have  
any DYLD_* environment variables set?

-bob

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to