Python on W95 + wxPython : DLL load failed

Robin Dunn robin at stop.spam.alldunn.com
Fri Apr 6 17:07:59 EDT 2001


"didier.chabot" <didier.chabot at infonie.fr> wrote in message
news:986542076.332855 at remus.infonie.fr...
> I try to use wxPython.
> The installation seems ok. When installing wxPython, it find itself the
> right directory and no errors were detected.
>
> But in a IDLE shell when typing this first statement : from wxPython.wx
> import *
> the result is :
> Traceback (innermost last):
>   File "<pyshell#0>", line 1, in ?
>     from wxPython.wx import *
>   File "g:\python20\wxPython\__init__.py", line 20, in ?
>     import wxc
> ImportError: DLL load failed: Une des librairies nécessaires à l'exécution
> de cette application n'a pu être trouvée.
> (french version, translation : One required library was not found)

On the wxPython download page in the "Prerequisites" section there are some
notes about things you may need to get to modernize your Win95 system.


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






More information about the Python-list mailing list