[wxPython] problem: installing wxpython 2.2.5 after uninstalling 2.2.2

Hi All,

I tried to update wxPython from 2.2.2 to 2.2.5 on my system (win98, python
2.0). I uninstalled the old version before installing the new one. Then I
tried to run the demo and nothing happened. I tried to run it in pythonwin
and the message I got was the following:

  File "C:\Python20\Pythonwin\pywin\framework\scriptutils.py", line 301, in
RunScript
    exec codeObject in __main__.__dict__
  File "C:\Python20\wxPython\demo\demo.py", line 3, in ?
    import Main
  File "Main.py", line 15, in ?
    from wxPython.wx import *
  File "C:\Python20\wxPython\__init__.py", line 20, in ?
    import wxc
ImportError: DLL load failed: A device attached to the system is not
functioning.

I looked for a solution in the wxPython-users archive, but I didnt find it.

What should I do to fix it?

···

__________________________
Daniel Poitras
mailto:daniel.poitras@nrc.ca

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users

  File "C:\Python20\wxPython\__init__.py", line 20, in ?
    import wxc
ImportError: DLL load failed: A device attached to the system is not
functioning.

There is probably a missing or bad DLL. Unfortunatly Python doesn't tell
you which one.

There is a tool at http://www.dependencywalker.com/ that can probably help
you figure out what is missing. Use it on wxc.pyd and also wx22_5.dll and
see what it says.

···

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

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users