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
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
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
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
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
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