Menu

#1421 PySide code completion doesn't work

open
5
2011-11-10
2011-11-10
Anonymous
No

using the pyside library and autocompletion doesn't work

In ubuntu, I tried :
sudo add-apt-repository ppa:pyside
sudo apt-get update
sudo apt-get install python-pyside

and then adding
/usr/lib/pyshared/python2.7/PySide
and /usr/lib/python2.7/dist-packages/PySide

to the PYTHONPATH system libraries doesn't work. Other libraries like PIL are similar - it may be because the autocomplete doesn't account for .so files.

Discussion