Hi all -
Problems with wx osx and pyinstaller...
I didn't see any messages, just that some wx thing like __all__ was
built "strangely" in the warnings. Not sure how to debug a warning like
that.
Anyway, my pyinstaller binary works on an OSX box with wxPython already
installed. But if wx isn't installed, I get this message on two Macs:
Reason: Incompatible library version: wx._core_.so requires version
9.0.0 or later, but libwx_macud-2.8.0.dylib provides version 2.6.0
or on another Mac I get this message:
netbookosx:Desktop stefan$ ./client
Error loading Python lib
'/var/folders/Th/TheF3sf2E8q9MMN455hl6U+++TI/-Tmp-//_MEIsKcqRv/Python':
dlopen(/var/folders/Th/TheF3sf2E8q9MMN455hl6U+++TI/-Tmp-//_MEIsKcqRv/Python,
10): no suitable image found. Did find:
/var/folders/Th/TheF3sf2E8q9MMN455hl6U+++TI/-Tmp-//_MEIsKcqRv//Python:
unknown required load command 0x80000022
/var/folders/Th/TheF3sf2E8q9MMN455hl6U+++TI/-Tmp-//_MEIsKcqRv/Python:
unknown required load command 0x80000022
(I've built more than one successful wx install with pyinstaller,
Ubuntu, OpenSUSE and Windows...)
any ideas anyone? something I need to do to make sure a compatible wx is
really packed in there?
- Stefan
--
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.