After looking at it some more here is what I've found; success here is when the program gets the expected values when calling os.getenv(). 1. Running it debug - it works 2. Build one-dir mode, execute parent .exe - it fails 3. Build one-dir mode, execute child - it works 4. Build one-file mode, execute parent (only choice) - it works. 5. Build one-file mode, bundle into installer (.msi), install and run. It works.
The last two cases were failing when I first started looking at this issue, and I don't know why they work now. For now, the question is why in one-dir mode the parent .exe returns empty strings for os.getenv() calls. -- 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.
