Running xrced.py, I get the following errors in IDLE:

Thanks!
Yes, google was my 1st stop.
I have spent several days trying to sort this all out.
And still:
When I try and run xrced.py, I get the following errors in IDLE:
Please, what am I doing wrong?
Is that the normal way to run xrced, with IDLE ?
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.

Here are my environmentals:
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!
  Directory of C:\Python26\

  DLLs
  Doc
  include
  Lib
  libs
  tcl
  Tools
  wx-2.6-msw-unicode
           docs
           wx
           wxPython
  wxaddons

ô¿ô
V e r n www.parentpresent.org
NoWorrys = KidSafe Internet Filter (Freeware)

vmars wrote:

Thanks!
Yes, google was my 1st stop.
I have spent several days trying to sort this all out.
And still:
When I try and run xrced.py, I get the following errors in IDLE:
Please, what am I doing wrong?
Is that the normal way to run xrced, with IDLE ?

No. You can run it from the command line or from the XRCed icon that is installed in the Start Menu or platform equivalent. (Assuming you installed the extra demo and tools packages.)

Here are my environmentals:
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

No. The 2.6 there refers to the wx version number, not the Python version number, and there were no wxPython 2.6 builds done for Python 2.6, only recent wxPython 2.8.x builds. I'm guessing that you just copied that package from an old Python install, right? If so then that is definitly not the right thing to do. Download one of the new installers with Py26 in the file name and install that, and also the new demo and tools package.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!