Hello!

I am working on a rather complex python program, and so far we have
used pyinstaller 1.3 successfully to distribute it.
However, we did some refactoring recently, and now the built program
crashes with the following stacktrace:

Traceback (most recent call last):
  File "<string>", line 66, in <module>
  File "d:\pyinstaller-1.3\iu.py", line 312, in importHook
  File "d:\pyinstaller-1.3\iu.py", line 398, in doimport
  File "build\Hpe_desk_SE\buildHpe_desk\out1.pyz/scripting.Jtag", line
28, in <module>
  File "d:\pyinstaller-1.3\iu.py", line 312, in importHook
  File "d:\pyinstaller-1.3\iu.py", line 398, in doimport
  File "build\Hpe_desk_SE\buildHpe_desk\out1.pyz/scripting.jtag", line
28, in <module>
  File "d:\pyinstaller-1.3\iu.py", line 333, in importHook
KeyError: 'scripting.jtag.interface'

it works when started directly from the source, so I presume there is
something wrong during the pyinstaller-packing.

Does anyone here have an idea how I could get to the basic problem? I
really do not know how I could find out what exactly causes this
bug...

thanks in advance
Hannes Mueller


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