help me python

andrew cooke andrew at acooke.org
Sat Jan 31 19:09:28 EST 2009


On Jan 31, 5:36 pm, aolsu... at gmail.com wrote:
> C:\Python26>vnc.py
> Traceback (most recent call last):
>   File "C:\Python26\vnc.py", line 4, in <module>
>     import PyD3DES
> ImportError: DLL load failed: The specified module could not be found.

i'm surprised no-one has replied here.  what is happening is that the
vnc module is trying to load a library it needs, called PyD3DES (this
is a compiled library, a ".dll", not python source).  a little
googling shows that this is part of the vnc package.

so either the vnc package is not installed correctly, or you have a
problem with paths.

since you are using windows i can't help you in any more detail than
that - hope it helps.

andrew



More information about the Python-list mailing list