Bundling PyQwt with py2exe
unable to find dll when i tried to build exe with py2exe. My script c开发者_高级运维ontains from Qwt import *
if i remove this line every thing working find. Plz help me
See Bundling PyQwt with py2exe
Also you could try using something else for making executable, for example cx_freeze.
精彩评论