Re: [python-win32] ImportError: DLL load failed: The specified procedure could not be found.

2009-01-23 Thread Mark Hammond
On 24/01/2009 11:03 AM, Liu, Donald (H USA) wrote: Hi. I'm new to Python. Just downloaded ActivePython-2.5.2.2-win32-x86.msi and installed under "Microsoft Windows XP Professional Version 2002 Service Pack 2". When I click Start => Programs => ActiveState ActivePython2.5 => Pythonwin Editor,

Re: [python-win32] How to say windows run screensaver?

2009-01-23 Thread Mark Hammond
On 24/01/2009 9:34 AM, Jonathan Rivera wrote: Hello all, i need to run a program to ask for a password, but i need this program will be the only accessible window on the screen, so i want to lock the screen but no my window. i see an example in vb and it say i may to use this: ' Tell the system

[python-win32] ImportError: DLL load failed: The specified procedure could not be found.

2009-01-23 Thread Liu, Donald (H USA)
Hi. I'm new to Python. Just downloaded ActivePython-2.5.2.2-win32-x86.msi and installed under "Microsoft Windows XP Professional Version 2002 Service Pack 2". When I click Start => Programs => ActiveState ActivePython2.5 => Pythonwin Editor, I got the "PythonWin" window opened with no problem.

[python-win32] How to say windows run screensaver?

2009-01-23 Thread Jonathan Rivera
Hello all, i need to run a program to ask for a password, but i need this program will be the only accessible window on the screen, so i want to lock the screen but no my window. i see an example in vb and it say i may to use this: ' Tell the system a screen saver is running. SystemParametersInfo

Re: [python-win32] Como usar unicode para ejecutar comandos de sistema

2009-01-23 Thread Vernon Cole
Josu: Su pregunta no es realmente una cuestión pywin32. "Subprocess" es parte de la biblioteca estándar de Python, y las preguntas se deben enviar a esa lista. Véase: http://mail.python.org/mailman/listinfo/python-list. ( Your question is not really a pywin32 question. Subprocess is part of the

[python-win32] Como usar unicode para ejecutar comandos de sistema

2009-01-23 Thread Josu Rodriguez
Hola a todos, Tengo problemas para ejecutar comandos en el sistema, con caracteres unicode. el problema es a la hora de ejecutar un, por ejemplo : 'dir c:\ñ\' He intentado de varias formas y todas con caracteres unicode me devuelven error. La función que ejecuto es la siguiente: command='explor