On Sat, 2 Jan 2010 21:03:21 -0600, mac9416 <[email protected]>
wrote:
> 
> """
> mac9...@mac9416-desktop:/media/XXX/keryx$ ./keryx
> Traceback (most recent call last):
>  File "<string>", line 110, in <module>
>  File "/home/mac9416/trunk/iu.py", line 439, in importHook
>  File "/home/mac9416/trunk/iu.py", line 524, in doimport
>  File "/home/mac9416/unstable/lib/wxkeryx/__init__.py", line 19, in
>  <module>
>  File "/home/mac9416/trunk/iu.py", line 439, in importHook
>  File "/home/mac9416/trunk/iu.py", line 524, in doimport
>  File "keryx/build/pyi.linux2/keryx/outPYZ1.pyz/wx", line 45, in
<module>
>  File "/home/mac9416/trunk/iu.py", line 439, in importHook
>  File "/home/mac9416/trunk/iu.py", line 524, in doimport
>  File "keryx/build/pyi.linux2/keryx/outPYZ1.pyz/wx._core", line 4, in
>  <module>
>  File "/home/mac9416/trunk/iu.py", line 439, in importHook
>  File "/home/mac9416/trunk/iu.py", line 498, in doimport
>  File "/home/mac9416/trunk/iu.py", line 300, in getmod
>  File "/home/mac9416/trunk/archive.py", line 468, in getmod
>  File "/home/mac9416/trunk/iu.py", line 109, in getmod
> ImportError: /tmp/_MEImVoGGp/libglib-2.0.so.0: symbol __abort_msg,
> version GLIBC_PRIVATE not defined in file libc.so.6 with link time
> reference
> """

See the last item of the FAQ:
http://www.pyinstaller.org/wiki/FAQ

You must compile the bootloader on the older distribution (i.e.: against
the oldest glibc you need to support). I eventually would like to ship a
LSB binary bootloader (using an "old enough" version of LSB) which should
get rid of all these problems altogether for most people, but I'm not there
yet. Patches are always welcome of course :) 
-- 
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.


Reply via email to