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

2010-05-17 Thread Mark Hammond
On 18/05/2010 3:31 AM, Tim Roberts wrote: Tony Cappellini wrote: But I need to enable/disable Remote Desktop login on the current machine, not a remote machine. I''ll play around with this "set service remotedesktop enable" But you said you needed to do this while you were remotely logged in

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

2010-05-17 Thread Tim Roberts
Tony Cappellini wrote: > But I need to enable/disable Remote Desktop login on the current > machine, not a remote machine. > I''ll play around with this "set service remotedesktop enable" > But you said you needed to do this while you were remotely logged in yourself, right? If so, you need to

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

2010-05-17 Thread Tony Cappellini
Message: 2 Date: Sun, 16 May 2010 14:45:30 -0400 From: Steven James To: python-win32@python.org Subject: Re: [python-win32] Enable/disable Remote Desktop via Python Message-ID: Content-Type: text/plain; charset="iso-8859-1" http://thebackroomtech.com/2007/05/18/how-to-enable-remote-deskto

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

2010-05-17 Thread python
Vineet, > > Till now, I have been programming with VFP & MySQL. Check out dabodev.org. Malcolm ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

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

2010-05-17 Thread Graeme Glass
On Sat, May 15, 2010 at 1:25 PM, Trong Hai wrote: > 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 h

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

2010-05-17 Thread Michael Torrie
Vineet Deodhar wrote: > Does anybody know whether an IDE (open-source) is available which > supports Python 3.x and GUI toolkit? Depends on what GUI toolkit you want to use. If you want to use PyQt, then Qt's own Designer (or upcoming Qt Creator) and then do python in any IDE of your choice. The