Hi there,

New to pyinstaller, and I need to package a fairly large program 
spread across over a dozen different repositories. I have over a dozen 
different scripts that need to be executable on Windows 7 64bit and they 
all share code from a custom library. There is a main.py that is the top 
level executable, but it needs to be able to launch all of the other 
scripts as separate processes. 

Right now when I run pyinstaller (on windows) and give multiple scripts as 
input they are not getting MERGE'd in the .spec file that is generated. 
Even if I manually edit the .spec file to merge (testing with just two 
scripts) it kinda of works, but the two executables can't see each other 
and give import errors.  


So I am looking for some help and guidance on how to get this large program 
all packaged up. The docs on pyinstaller, specifically for multipackage, 
are a bit sparse and the online tutorials are even shorter. 

Thanks in advance!

Jared W. 

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to