[python-win32] ide for python 3.x

2010-05-17 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

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

2010-05-17 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

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.

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 batuoc20...@yahoo.com 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

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] 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 steven.ja...@gmail.com To: python-win32@python.org Subject: Re: [python-win32] Enable/disable Remote Desktop via Python Message-ID: aanlktilrr3r6touf5fbis9qvm3c2lr_vf2lsguiei...@mail.gmail.com Content-Type: text/plain;

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 be

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