I just installed wxPython on my computer (Windows "fails-a-lot" Vista, 32bit, Python 2.6, PIL and pyOpenGL installed).
However, when I try to import the wxPython module, I get this:
[code=Python]>>> import wxPython
Traceback (most recent call last):
File "<pyshell#0 >", line 1, in <module>
import wxPython
File "C:\Python26\li b\site-packages\wx-2.8-msw-ansi\wxPython\_ _init__.py", line 7, in <module>
DeprecationWarn ing, stacklevel=2)
File "C:\Python26\li b\warnings.py", line 29, in _show_warning
file.write(form atwarning(messa ge, category, filename, lineno, line))
TypeError: idle_formatwarn ing_subproc() takes exactly 4 arguments (5 given)[/code]
What could possibly be wrong?
However, when I try to import the wxPython module, I get this:
[code=Python]>>> import wxPython
Traceback (most recent call last):
File "<pyshell#0 >", line 1, in <module>
import wxPython
File "C:\Python26\li b\site-packages\wx-2.8-msw-ansi\wxPython\_ _init__.py", line 7, in <module>
DeprecationWarn ing, stacklevel=2)
File "C:\Python26\li b\warnings.py", line 29, in _show_warning
file.write(form atwarning(messa ge, category, filename, lineno, line))
TypeError: idle_formatwarn ing_subproc() takes exactly 4 arguments (5 given)[/code]
What could possibly be wrong?
Comment