i created an exe file for my python project.. nd i got an exe file.. but if i run the exe then it shows some error
C:\Python24\tra acs_qr\dist>tra acs.exe
Traceback (most recent call last):
File "traacs.py" , line 20, in ?
File "traacslib\__in it__.pyc", line 15, in ?
File "corlib\general \database.pyc", line 29, in __new__
IOError: [Errno 2] No such file or directory: 'C:\\Python24\\ traacs_qr\\dist \\li
brary.zip\\corl ib.conf'
C:\Python24\tra acs_qr\dist>
i checked the location nd the corlib.conf file is shown there
plz help
C:\Python24\tra acs_qr\dist>tra acs.exe
Traceback (most recent call last):
File "traacs.py" , line 20, in ?
File "traacslib\__in it__.pyc", line 15, in ?
File "corlib\general \database.pyc", line 29, in __new__
IOError: [Errno 2] No such file or directory: 'C:\\Python24\\ traacs_qr\\dist \\li
brary.zip\\corl ib.conf'
C:\Python24\tra acs_qr\dist>
i checked the location nd the corlib.conf file is shown there
plz help
Comment