Python importerror : pyqtconfig -
i trying install , run eric4. following error message when try open eric after installation. please let me know how proceed?
-------------------------------------------------------------------------------- 2013-07-31, 15:18:59 -------------------------------------------------------------------------------- <type 'exceptions.importerror'>: cannot import name pyqtconfig -------------------------------------------------------------------------------- file "c:\python27\lib\site-packages\eric4\eric4.py", line 295, in <module> main() file "c:\python27\lib\site-packages\eric4\eric4.py", line 207, in main startup.setlibrarypaths() file "c:\python27\lib\site-packages\eric4\utilities\startup.py", line 195, in setlibrarypaths pyqt4 import pyqtconfig -------------------------------------------------------------------------------- version numbers: python 2.7 qt 4.8.4 pyqt4 4.10.2 sip 4.14.7 qscintilla 2.7.2 eric4 4.5.8 (r4410) platform: win32 2.7 (r27:82525, jul 4 2010, 09:01:59) [msc v.1500 32 bit (intel)]
thanks lot
sorry poor english. after googling found in pyqt 4.10 , above, pyqtconfig.py seems removed. please check http://pyqt.sourceforge.net/docs/pyqt4/build_system.html#module-pyqt4.pyqtconfig
i added pyqtconfig.py , sipconfig.py web.
after eric4 starts (with errors). haven't many operations in editor yet.
Comments
Post a Comment