Just in case this is something trivial (google search did not show up
anything at all). I am getting:
./
MyTest
Traceback (most recent call last):
File "<string>", line 17, in ?
File "/home/mathieu/Projects/pyinstaller-1.3/iu.py", line 312, in
importHook
mod = _self_doimport(nm, ctx, fqname)
File "/home/mathieu/Projects/pyinstaller-1.3/iu.py", line 382, in
doimport
mod = director.getmod(nm)
File "/home/mathieu/Projects/pyinstaller-1.3/iu.py", line 215, in
getmod
mod = owner.getmod(nm)
File "/home/mathieu/Projects/pyinstaller-1.3/iu.py", line 77, in
getmod
mod = imp.load_module(nm, fp, attempt, (ext, mode, typ))
ImportError: dynamic module does not define init function
(initReadData)
Using pyinstaller version 1.3 stable.
As a side note cx_Freeze works out of the box on the very same
example.
thanks
-Mathieu
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---