0

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

Thomas K
  • 39,200
  • 7
  • 84
  • 86
sam
  • 18,509
  • 24
  • 83
  • 116
  • It looks like pybel is having trouble preparing a list of supported formats. – Thomas K Apr 20 '13 at 12:29
  • ya i guess too. do u know how can i solve this issue and create executable out of it? – sam Apr 21 '13 at 04:17
  • Nope, I've never worked with pybel. Try tweaking the code near that line, see what it's doing and what the problem is. A pybel mailing list might be able to help. – Thomas K Apr 24 '13 at 12:02

0 Answers0