Re: [python-win32] ide for python 3.x

2010-05-16 Thread Werner F. Bruhin
Hi, On 17/05/2010 08:25, Vineet Deodhar wrote: Hi ! Recently I have started learning python. Till now, I have been programming with VFP & MySQL. I explored the web looking for the IDE for Python. _Dabo is an excellent framework. (but the IDE is still to be developed, I think)._ As far as op

[python-win32] ide for python 3.x

2010-05-16 Thread Vineet Deodhar
Hi ! Recently I have started learning python. Till now, I have been programming with VFP & MySQL.   I explored the web looking for the IDE for Python. Dabo is an excellent framework. (but the IDE is still to be developed, I think).   As far as open-source IDE's are considered, I couldn't locate one

[python-win32] adodbapi-2.1 release candidate 1 ready for testing

2010-05-16 Thread Trong Hai
Hello! Excuse me, I have a problem with python program, I don't know fix it . Do you can help me? I very thank you. My problem is " ImportError: No module named adodbapi " when I run file "test_tsqlunit.py" and another. I hope you can help me to solution this fix. Thank you very much! ___

Re: [python-win32] Enable/disable Remote Desktop via Python

2010-05-16 Thread Steven James
http://thebackroomtech.com/2007/05/18/how-to-enable-remote-desktop-on-a-windows-xp-machine-remotely/ That link explains how to do this remotely from a command line and by modifying a registry entry. I've scripted this with python before but can't find the code right now. Steven James On Sun, Ma

Re: [python-win32] Enable/disable Remote Desktop via Python

2010-05-16 Thread Jerry Hill
On Sat, May 15, 2010 at 10:44 AM, Tony Cappellini wrote: > There is a checkbox in Control Panel to do this microsoft has provided > it for the user. > I want to enable/disable that checkbox via Python, and want to know > how it can be done. You'll probably need to figure out what checking that ch