On Tuesday, October 9, 2012 12:22:21 PM UTC-7, Martin Z wrote: > > 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 > Almost! It runs (apparently correctly) but produce many messages "/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: wrong ELF class: ELFCLASS64
I fixed this with sudo app-get install appmenu-gtk:i386 One pesky message remains, 'Unable to load library icui18n "Cannot load library icui18n.so.48 wrong ELF class: ELFCLASS64' I cannot find what package this would be part of. Any idea? -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyinstaller/-/Xe7Aqng-Es8J. 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.
