Hmm, it tries to load it from /usr/lib as it seems. Here's the strace: http://hoech.net/dispcalGUI/tmp/dispcalGUI-onedir-strace.log
On 25 Mai, 18:57, Giovanni Bajo <[email protected]> wrote: > On 5/24/2009 3:02 PM, Florian Höch wrote: > > > > > Here's the traceback from the attempt to run the executable on a > > system other than the one it was built on: > > > Traceback (most recent call last): > > File "<string>", line 60, in <module> > > File "/home/dev/myproject/trunk/pyinstaller/iu.py", line 435, in > > importHook > > File "/home/dev/myproject/trunk/pyinstaller/iu.py", line 520, in > > doimport > > File "/usr/local/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/ > > __init__.py", line 45, in <module> > > File "/home/dev/myproject/trunk/pyinstaller/iu.py", line 435, in > > importHook > > File "/home/dev/myproject/trunk/pyinstaller/iu.py", line 520, in > > doimport > > File "/usr/local/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/ > > _core.py", line 4, in <module> > > File "/home/dev/myproject/trunk/pyinstaller/iu.py", line 435, in > > importHook > > File "/home/dev/myproject/trunk/pyinstaller/iu.py", line 494, in > > doimport > > File "/home/dev/myproject/trunk/pyinstaller/iu.py", line 300, in > > getmod > > File "/home/dev/myproject/trunk/pyinstaller/archive.py", line 463, > > in getmod > > File "/home/dev/myproject/trunk/pyinstaller/iu.py", line 109, in > > getmod > > ImportError: libwx_gtk2ud_richtext-2.8.so.0: cannot open shared object > > file: No such file or directory > > > libwx_gtk2ud_richtext-2.8.so.0 is actually present in the application > > directory, so it must be failing for some other reason. > > If you could run strace on this and paste here the part where it > attempts to load that library, we could see what's going on. > -- > Giovanni Bajo > Develer S.r.l.http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
