Python on W95 + wxPython : DLL load failed
Dave LeBlanc
whisper at oz.net
Fri Apr 6 12:26:34 EDT 2001
Dll's are searched for in the following places:
in the current directory
on the path
in the windows directory
Make sure that wxPython.wx is in the path.
Dave LeBlanc
Make sure that the directory containing your
On Fri, 6 Apr 2001 09:19:14 +0200, "didier.chabot"
<didier.chabot at infonie.fr> wrote:
>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)
>
>What can i do ?
>Thanks
>
>--
>
>-----------------------------------
>Didier CHABOT
>d.chabot at libertysurf.fr
>-----------------------------------
>
>
>
More information about the Python-list
mailing list