help me python

Robert Kern robert.kern at gmail.com
Sat Jan 31 21:01:29 EST 2009


On 2009-01-31 19:52, John Machin wrote:
> 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?

It's actually just part of PyVNC, a perfectly legitimate VNC client:

   http://bdash.net.nz/svn/projects/PyVNC/

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list