wing ide - Hello, can you tell me how to install PyQt4 into WingiDE -


everyone: can tell me how using wingide program pyqt4 programs. don't want use eclipse , eric, because wingide familiar ide can handle. if there solution this? if have any, please let me know, thank much!!!! i'm looking forward help, again!!

you don't install packages wing itself, since wing uses whatever python point @ (the latest installed version of python default). instead, install pyqt python or use 1 of pyqt installers, make sure wing using python installed pyqt. can check in python shell in wing trying import pyqt or looking @ sys.executable (after import sys) see if it's correct one. if incorrect use project properties project menu (or in wing 101 configure python edit menu) set python executable. hope helps.


Comments