error in creating executable for python script

129 views Asked by At

I have created a application using python2.7 also used pyqt for gui. I have also used pybel module for computations.

my application python file works properly. but when I try to create executable from that python file it gives me error.

enter image description here

I have tried using py2eye, cx_freeze and pyinstaller too.

I am wondering if the python file runs well after typing "python ui_MolecularTest.py" on command prompt, why I am unable to create executable from the same?

Thanks

0

There are 0 answers