Hello group, I have a script that automates some USB device readouts using the GUI software that came with it. I'm using pywinauto to control the GUI, and would like to package this script for use on other, Pythonless computers.
What I'm noticing right now: using the --onedir option gives me an EXE running without problems. using the --onefile option gives me a Python ImportError: "No module named pywinauto". It's my first time building executables from Python scripts, so I might overlook something basic. Earlier, I noticed that py2exe also had similar problems with including pywinauto in the build. Why does the --onefile option fail to include the pywinauto module? Is it a path problem? Having a --onedir build is not a big problem for me, but a --onefile would be nicer. Any ideas on how to fix this? Thanks a bunch, wwwald -- 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.
