Re: Use python from command line
trixie wrote:
Using WinXP and Python24 on generic desktop.
Being used to linux and command line operations I cannot make Windows accept
the 'python myprog.py' command.
Any help appreciated.
Bob
I think you could've given us the error message that this command yields.
Issue is probably that the Python directory isn't on your path
.
Relevant Pages
- Re: Installing WebDAV server
... sh-based UNIX/Linux shell prompt). ... But never with Python, so I hadn't got a clue about the prompt. ... OSes have command shells, too, you know; they are just named and run ... Look for the Windows version. ... (comp.lang.python) - Re: ann: servicestation - run your linux/mac services on windows without needing pywin...
... isn't written in Python, I did write it with python in ... released under the CDDL license. ... on windows, but don't want to learn much/anything about windows service ... Monitoring the command its running and keeping it alive. ... (comp.lang.python) - Re: newbie question
... Python is fun and it's easier to use a real OS to develop the programs, ... Grant it I am a command line junky, ... "The script can be given a executable mode, or permission, using the ... the above seems to me like you are useing windows. ... (comp.lang.python) - RE: Using command line args on Windows
... Go to a command prompt. ... type python and you have the command line shell you know and love. ... Using command line args on Windows ... (comp.lang.python) - Re: need help with python
... Python and can't get things to run, ... That is one of my problems, I don't know exactly how the whole command ... I know how to do file paths and stuff but I'm not sure what to ... It sounds like a Windows tutorial would not be wasted time for you, ... (comp.lang.python) |
|