As we've discussed, I've been using MERGE to create a system of executables. One of these is the "master", and displays a menu of the others; when a user double-clicks an item, the master brings up the corresponding executable (using subprocess.Popen).

From working on Ticket 547, I have two pyinstaller branches: develop and fix_merge_case (which contains the changes that we came up with, and that were merged into the develop branch).

When I build with the fix_merge_case branch, everything works fine. However, when I build with develop, a strange error occurs. The master application comes up with no trouble, but when I click on a menu item, the corresponding executable gets a traceback and exits (I'm building with debug=True). If I run the executable directly from the command line, however, no traceback occurs, and it comes into execution with no trouble.

I'll create a ticket for this, but if anyone can think of a good place to look for the significant difference, I'm willing to investigate further before creating the ticket.

For what it's worth, here's the traceback:
Traceback (most recent call last):
  File "<string>", line 3, in <module>
File "C:\Dwig\Falcon\Tools\Python\PyInstaller-git_develop\PyInstaller\loader\iu.py", line 386, in importHook File "C:\Dwig\Falcon\Tools\Python\PyInstaller-git_develop\PyInstaller\loader\iu.py", line 480, in doimport File "C:\Dwig\Falcon\Development\Desktop Python\build\pyi.win32\FalconApps\out04-PYZ.pyz\wx", line 45, in <module> File "C:\Dwig\Falcon\Tools\Python\PyInstaller-git_develop\PyInstaller\loader\iu.py", line 386, in importHook File "C:\Dwig\Falcon\Tools\Python\PyInstaller-git_develop\PyInstaller\loader\iu.py", line 480,in doimport File "C:\Dwig\Falcon\Development\Desktop Python\build\pyi.win32\FalconApps\out04-PYZ.pyz\wx._core", line 4, in <module> File "C:\Dwig\Falcon\Tools\Python\PyInstaller-git_develop\PyInstaller\loader\iu.py", line 409, in importHook
ImportError: No module named _core_


--

Don Dwiggins
Advanced Publishing Technology


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