> - copy your source code directory to a tmp directory> - in this tmp directory > you would replace your .py files by .pyd files.> - then you would supply this > tmp directory to pyinstaller instead your> source code
I am already doing this and have this automated. > - run pyinstaller with --onefile mode Like I said, onefile mode does not always work, some of the dependencies are missing and I need to copy them manually. Czarek. -- 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.
