You might also want to ask on a powershell or windows forum.
Whilst you are trying to do stuff with django, you're looking for
python users who run windows (most don't) and use powershell instead
of python to write scripts. I'd imagine that is a very small subset,
particularly on this list.
Cheers
Tom
No, I meant that you will not get much help with launching python
applications via powershell here, because the people on this list are
django developers, and in general do not use powershell.
Cheers
Tom
For me, both ways execute within PowerShell's shell. I do have
ActiveState ActivePython installed instead of the Python distribution
from python.org though; I find the ActiveState distribution integrates
much better with Windows than python.org's.
That said, I can't really explain why you're seeing what you're seeing
though. Does it happen if you just do '.\test.py' where test.py just
contains simple Python commands like a couple of print statements?
> Regards,
>
> Robert
>
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to django-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
On Sun, 18 Mar 2012 02:14:15 -0700 (PDT), orschiro
<orsc...@googlemail.com> 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
wlf...@ix.netcom.com HTTP://wlfraed.home.netcom.com/