On Jan 31, 5:36 pm, aolsu...@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 -- http://mail.python.org/mailman/listinfo/python-list