error with py2exe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maya
    New Member
    • Sep 2005
    • 3

    #1

    error with py2exe

    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
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by maya
    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
    Sorry, Maya. You had posted in the Articles section. I'll have a look at this in the morning.

    Comment

    Working...