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?