When I try and run xrced.py, I get the following errors in IDLE:
Please, what am I doing wrong?
Thanks!
IDLE 2.6.1 ==== No Subprocess ====
>>>
Traceback (most recent call last):
File "C:\Python26\wx-2.6-msw-unicode\wx\tools\XRCed\xrced.py", line 23, in <module>
from globals import *
File "C:\Python26\wx-2.6-msw-unicode\wx\tools\XRCed\globals.py", line 7, in <module>
from wxPython.wx import *
File "C:\Python26\wx-2.6-msw-unicode\wxPython\__init__.py", line 10, in <module>
import _wx
File "C:\Python26\wx-2.6-msw-unicode\wxPython\_wx.py", line 3, in <module>
from _core import *
File "C:\Python26\wx-2.6-msw-unicode\wxPython\_core.py", line 15, in <module>
import wx._core
File "C:\Python26\wx-2.6-msw-unicode\wx\__init__.py", line 42, in <module>
from wx._core import *
File "C:\Python26\wx-2.6-msw-unicode\wx\_core.py", line 4, in <module>
import _core_
ImportError: DLL load failed: The specified module could not be found.
>>>
PYTHONPATH C:\Python26\Lib; C:\Python26\Libs; C:\Python26\Tools; C:\Python26\wxPython; C:\Python26\Lib\site-packages; C:\Python26\wx-2.6-msw-unicode\wx\tools\XRCed
PYTHON C:\Python26\Lib; C:\Python26\Tools; C:\Python26\Libs; C:\Python26\wx-2.6-msw-unicode\wx\tools\XRCed
BTW: Is the 'wx-2.6-msw-unicode' the proper wx to be running with Python 2.6 ?? Thanks!