help me python

John Machin sjmachin at lexicon.net
Sat Jan 31 20:52:17 EST 2009


On Feb 1, 11:09 am, andrew cooke <and... at acooke.org> wrote:
> 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.

File "C:\Python26\vnc.py" doesn't look like correct installation to
me.

My Googling found vnc.py here:
http://www.darkc0de.com/others/vnc.py

This appears to be a hack/crack site ... should we be helping the OP
with this?



More information about the Python-list mailing list