I am trying to import a module from within a compiled script, and can't get it done. Here is the situation. I have a folder 'e:\Python import 'which contains a subfolder 'myscript' and a script 'dummy.py'. The subfolder 'myscript' contains another script 'import_lib.py'.[image: dircetories.jpg] The code in 'import_lib.py' is:
*import syssys.path.append(r'e:/Python import/')import dummy* I want to compile 'import_lib.py' and run it from a different computer, which does not have 'dummy.py', or even the folders shown above. How this can be done with pyinstaller? -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/953358cd-181d-4545-9228-ea56126ea36an%40googlegroups.com.
