Forum Discussion

cwong_136301's avatar
cwong_136301
Icon for Nimbostratus rankNimbostratus
Sep 30, 2014

Error when generating an executable file in py2exe for bigsuds

My script calling bigsuds lib is working if I run it on python IDE.

 

When I tried to generate an executable file in py2exe, I got the following error message. The following modules appear to be missing ['bigsuds']

 

Any idea? Thanks.

 

2 Replies

  • I hope this may help you:

     

    http://www.pythoncentral.io/py2exe-python-to-exe-introduction/

     

  • Thanks, Tiziano. The website contains very useful information.

     

    The problem was solved by copying the file bigsuds.py into the sub-directory "python\Lib\site-packages\".