Robin Dunn wrote:
···
dburdick@lanset.com wrote:
Kevin,
Yes, this is a Python Build 2.4 that is part of the Vue 6 Infinite
application so I have no ability to set the DYLD_LIBRARY_PATH before Python
is run.Sorry, I didn't pay attention to the Vue name.
I have no problems running wxPython on the Vue 6 Infinite build of
Python with the Dylibs located in /usr/local/bin. What I want to do is to
package up the wx and wxPython folders as well as the DyLibs and put them
all in a single location just like how it works on the PC. I'm getting a
lot of issues with Mac users having problems moving files all around. The
file extensions on the Mac are .so. Do I have to create a special build of
wxPython to do this? I hope not.You can use the install_name_tool command to change the rpath embedded in the .dylib files.
Actually, that should say "to change the rpath to the .dylib files embedded in the .so files."
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!