import - Python installing PyQt4 module to custom software -


this i've been researching past few hours far nothing come out of it.

basically have software use python 2.5.5. not have qt module in it.

so in attempt install did this.

downloaded executable qt pyqt4-4.10.2-gpl-py2.7-qt4.8.4-x64. run exe. installed in python 2.7 site-packages.

then moved folder software python 2.5.5. there no site-packages folder created it.

next step go on instruction http://docs.python.org/2/install/ , use alternate installation: windows (the prefix scheme) file location inside program. cant run python setup.py install --prefix="\temp\python" (with location of python) because python not defined , on. i'm pretty sure thats wrong way it. how or information how it? software dont have documentation.

thanks, bye.

that binary version of pyqt4 supports python2.7, no matter do, won't run python2.5.

the last pyqt4 version binary python2.5 pyqt4.9.4, if want have chance of making work should try version.

note software distribute only run on python2.5.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -