I'm building on an old (2003) Linux and trying to run on a collection
of machines up to and including modern Ubuntu Linux. My app runs on
the build machine but crashes on the modern Linux. I tracked it down
to a call to socket.getaddrinfo(). It even crashes in this 2 line
demo program. Any suggestions?
import socket
res_list = socket.getaddrinfo("google.com", 443, 0,
socket.SOCK_STREAM)
Build PC:
Python 2.7.2, PyInstaller 1.5.1
Red Hat Enterprise Linux AS release 3 (Taroon)
Kernel \r on an \m
Linux ares 2.4.21-4.EL #1 Fri Oct 3 18:13:58 EDT 2003 i686 i686 i386
GNU/Linux
Execute machine:
Ubuntu 10.10 \n \l
Linux rx30-mudd 2.6.35-30-generic #56-Ubuntu SMP Mon Jul 11 20:00:22
UTC 2011 i686 GNU/Linux
--
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.