Hi, I (and all my other teammates) are have been developing in windows with standard Python (+ Django + lot of other interesting stuff) in WinXP, Vista, Win7.
To keep everyone on same line, we use TCC/LE (Take Command Console/LE) which is augmented CMD. Has lot of nice features. And it's free. On Sun, Mar 18, 2012 at 6:32 PM, Dennis Lee Bieber <[email protected]>wrote: > On Sun, 18 Mar 2012 02:14:15 -0700 (PDT), orschiro > <[email protected]> declaimed the following in > gmane.comp.python.django.user: > > > Is this the case for the ActivePython package? > > Since I don't have a non-ActiveState install anywhere to compare > against... > > -=-=-=-=-=- > Windows PowerShell > Copyright (C) 2009 Microsoft Corporation. All rights reserved. > > PS E:\UserData\Wulfraed\My Documents> ./test.py > test > > PS E:\UserData\Wulfraed\My Documents> python test.py > test > > PS E:\UserData\Wulfraed\My Documents> .\test.py > test > > PS E:\UserData\Wulfraed\My Documents> > > PS E:\UserData\Wulfraed\My Documents> get-host > > > Name : ConsoleHost > Version : 2.0 > InstanceId : 253c9466-5541-4737-b974-5b376fd39caa > UI : > System.Management.Automation.Internal.Host.InternalHostUserInterface > CurrentCulture : en-US > CurrentUICulture : en-US > PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy > IsRunspacePushed : False > Runspace : System.Management.Automation.Runspaces.LocalRunspace > > > > PS E:\UserData\Wulfraed\My Documents> > -=-=-=-=-=- > > WinXP (on which I had to download PowerShell as it isn't standard), > running from a semi-privileged (so-called "power user") account. > -- > Wulfraed Dennis Lee Bieber AF6VN > [email protected] HTTP://wlfraed.home.netcom.com/ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

