python - PySide code completion in PyCharm -
python - PySide code completion in PyCharm -
i have noticed code completion pyside not seem work me pycharm. code completion works in ipython makes me believe possible working. has managed working?
i find coding without autocomplete limits how fast can larn develop pyside cannot "browse" through available classes.
i have tried invalidating cache / restarting not seem work.
ubuntu 14.04 pycharm 3.4 python 2.7 installing pyside through pip
i managed solve issue uninstalling pyside pip , installing github dev version:
git clone https://github.com/pyside/pyside-setup.git pyside-setup cd pyside-setup python setup.py bdist_egg --qmake=/usr/bin/qmake-qt4 sudo easy_install dist/pyside-1.1.3dev-py2.7.egg sudo python pyside_postinstall.py -install
credit goes this post.
python pyside pycharm
Comments
Post a Comment