(sorry for late response)

On mar, 2007-07-31 at 10:46 +0200, Hannes Müller wrote:

> there was a name conflict (which only became relevant in the frozen
> version, maybe a bug?) between the (new) scripting/Jtag.py file and
> the jtag package. (jtag/interface/JTInterface.py getting imported from
> the Jtag.py file)
> 
> It should be case-sensitive, shouldn't it?

Yes it's a known bug in PyInstaller. Basically PyInstaller behaves like
Python programs run with the PYTHONCASEOK environement variable set. You
can try running it with that env and you should see the same error you
saw with PyInstaller.
-- 
Giovanni Bajo



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