python - Missing classes in wxPython -


in documentation of wxpython there classes missing.

for example: textcompleter. in python get:

>>> import wx >>> print wx.__version__ 2.9.3.1 >>> wx import textcompleter traceback (most recent call last):   file "<stdin>", line 1, in <module> importerror: cannot import name textcompleter 

i have tried newest version of wxpython (3.0)

as may have noted, referring wxpython (phoenix) documentation. have classic version installed, textcompleter has not been wrapped in swig (and never will, because development effort concentrated on phoenix). class has been wrapped in phoenix. if absolutely interested in trying out phoenix, set virtualenv , pip install <path-to-wheel> snapshot build. favor , download wheel matching python local disk before trying install .whl-file.


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -