After testing the Python distribution of ActiveState I have to confirm
that with that version I smoothly can run .\test.py in PowerShell
without having the cmd window to pop up.

Overall I can only recommend all Windows users to prefer this one over
the default one.

Regards

On Mar 18, 10:14 am, orschiro <orsch...@googlemail.com> wrote:
> Hello Sam,
>
> Let's assume we're having the following script test.py containing
> nothing more than a print statement and a raw_input.
>
> ====
> print "Test"
> raw_input()
> ====
>
> When I launch test.py in PowerShell like that:
>
> PS C:\Users\Robert> .\test.py
>
> Then C:\Python27\python.exe is launched in a new cmd window that runs
> test.py.
>
> When I launch test.py in PowerShell like that:
>
> PS C:\Users\Robert> python test.py
>
> Then the script is launched inside PowerShell. Exactly this should
> happen also when I only type .\test.py.
>
> Is this the case for the ActivePython package?
>
> Regards,
>
> Robert
>
> On Mar 15, 10:54 am, Sam Lai <samuel....@gmail.com> wrote:
>
>
>
>
>
>
>
> > On 15 March 2012 04:35, orschiro <orsch...@googlemail.com> wrote:
>
> > > Hello,
>
> > > I have a question which is based on the discussion here:
>
> > >http://groups.google.com/group/django-users/browse_thread/thread/2333...
>
> > > I'm working on Windows 7 with the PowerShell. Python 2.7 and the path
> > > to django-admin.py is stored in my PATH variable.
>
> > > After creating a project I can make use of the various manage.py
> > > commands in my PowerShell. However, only in the following way:
>
> > > 'python manage.py runserver'
>
> > > If I only type '.\manage.py runserver' then a new CMD window is opened
> > > running again 'python manage.py runserver'. That is, the command is
> > > forwarded to the CMD shell which opens it with the Python
> > > interpreter.
>
> > > Is there any way to tell the PowerShell to interpret the command given
> > > within the shell instead of launching a CMD window?
>
> > 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-users@googlegroups.com.
> > > To unsubscribe from this group, send email to 
> > > django-users+unsubscr...@googlegroups.com.
> > > For more options, visit this group 
> > > athttp://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 django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to