Hello, is there a way to have an exe that makes your script run without incorporating it inside? I'd like to have PyInstaller act as if I had frozen a script like this:
import MyRealThing MyRealThing.main() without using this stupid trick. Is that possible? -- 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.
