Python Forum
[WinError 193] %1 is not a valid Win32 application
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[WinError 193] %1 is not a valid Win32 application
#11
im actually not 100% positive. Its been too long since i even compiled c.

But if your loading a library in windows that was built on linux or vice versa, your not going to be successful. Every time i seen "%1 is not a valid Win32 application" error, it was due to 32/64 bit conflict.

Did you build this library? Did your friend? Did they use 32 or 64 bit to build? You might be using the opposite bit type to run it.
Recommended Tutorials:
Reply


Messages In This Thread
RE: [WinError 193] %1 is not a valid Win32 application - by metulburr - Oct-17-2016, 10:43 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020