David Cortesi píše v Út 09. 10. 2012 v 11:54 -0700: > > I go to a 64-bit version of Ubuntu 12 and attempt to execute the > identical package (literally the identical bits, both systems access > it via Dropbox) and it does not run. > > Should it? Or must I make separate 32- and 64-bit versions?
Hi David, it looks like you are missing 32bit compatibility libraries on that system. Does it work when you do sudo apt-get install ia32-libs ia32-libs-gtk ? If it works then probably you do not need 64-bit version. -- 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.
