I did copied libpython2.7.1so.1.0 in dist, but now on executing exe i am 
getting below messages :

mod is NULL - structTraceback (most recent call last):
  File "<path>/python2.7/struct.py", line 1, in <module>
    from _struct import *
ImportError: No module named _struct
mod is NULL - archiveTraceback (most recent call last):
  File "<path>/pyinstaller-1.5.1/archive.py", line 42, in <module>
    import struct
ImportError: No module named struct
Traceback (most recent call last):
  File "<string>", line 25, in <module>
ImportError: No module named archive


I am new to such configurations, can you please help?


-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/MJge8m-Qf_0J.
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