#92: pyinstaller could not always perceive a module name in camelcase
---------------------------+------------------------------------------------
Reporter: boostpy2005 | Owner: williamcaban
Type: defect | Status: new
Priority: normal | Milestone:
Component: Documentation | Version:
Severity: blocker | Keywords:
---------------------------+------------------------------------------------
I use one package names simpleTAL, but I got a module name as
simpletal.simpletal, in fact, it has the name simpletal.simpleTAL.
In this package there are still a few other modules, which have camelcase
names,
== pyinstaller perceive all other modules as camelcase, but not above
mentioned one! ==
The following is from one of the .toc:
'''(They are correct camelcase!)'''
('simpletal.simpleTALES', 'C:\\Programme\\Python24\\lib\\site-
packages\\simpletal\\simpleTALES.pyc', 'PYMODULE')
('simpletal.DummyLogger', 'C:\\Programme\\Python24\\lib\\site-
packages\\simpletal\\DummyLogger.pyc', 'PYMODULE')
(It should have the name '''simpletal.simpleTAL'''
)
(''''simpletal.simpletal'''', 'C:\\Programme\\Python24\\lib\\site-
packages\\simpletal\\simpletal.pyc', 'PYMODULE')
--
Ticket URL: <http://www.pyinstaller.org/ticket/92>
Pyinstaller <http://www.pyinstaller.org>
PyInstaller Project
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---