[wxPython] wxPython installation - missing Python20.dll

Hi,

I have installed wxPython-2.2.5-Py20.EXE on Win2000 Professional.

Can’t run demo. wxPython is in my PYTHONPATH.

When I type:

import wxPython.wx

a popup windows message says that it cannot find Python20.dll

I have searched. It is nowhere on my system.

Do I need this file or does this mean something else altogether?

Thanks

Zenon

Hi,
I have installed wxPython-2.2.5-Py20.EXE on Win2000 Professional.
Can't run demo. wxPython is in my PYTHONPATH.

When I type:
>>>import wxPython.wx
a popup windows message says that it cannot find Python20.dll
I have searched. It is nowhere on my system.
Do I need this file or does this mean something else altogether?

You probably have Python 2.1 installed. Since the version of wxPython you
installed is built with and linked with the 2.0 version of Python it is
looking for that version of the DLL. Go back to Python 2.0 for a few days
and it will work fine.

···

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