Use python from command line

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • trixie

    #1

    Use python from command line

    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


  • Xavier Morel

    #2
    Re: Use python from command line

    trixie wrote:[color=blue]
    > 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
    >
    >[/color]
    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

    Comment

    • nak

      #3
      Re: Use python from command line

      have you added the path to 'c:\program files\python2.4 \python.exe' in
      the Environment variables?

      Comment

      Working...