JohnMudd píše v Pá 16. 09. 2011 v 09:01 -0700: > It even crashes in this 2 line > demo program. Any suggestions?
I would say it could be caused by different kernels: your old kernel is 2.4 and newer is 2.6 series. I would assume there could be some changes in the networking api. And the compiled libraries may not run on kernel 2.6. How did you get runnning python 2.7 on your old build machine? Could you try create builds on your centos 5.4 and then try the executables on your ubuntu box if it will also crash? -- 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.
