Brian píše v Čt 06. 10. 2011 v 07:21 -0700:
> Here's an example:

I can confirm that your issue is related to this bug:

http://www.pyinstaller.org/ticket/182

If I did the following change and recompilled bootloader then your
example seems working.

Could you please recompile bootloader with the foolowing change and let
me know if your app works then?

If you want me to send you compilled bootloader with this change, let me
know.

--- source/common/launch.c      (revision 1609)
+++ source/common/launch.c      (working copy)
@@ -1296,7 +1296,7 @@
         * as subprocess, this subprocess will not fooled into thinking that
it
         * is already unpacked.
         */
-       unsetenv("_MEIPASS2");
+    //unsetenv("_MEIPASS2");
 
        /* Iterate through toc looking for scripts (type 's') */
        while (ptoc < status->tocend) {

-- 
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.

Reply via email to