Python 2.7 Run everywhere without python? example: .exe?

  • (2 Pages)
  • +
  • 1
  • 2

17 Replies - 1548 Views - Last Post: 24 April 2015 - 10:29 AM Rate Topic: -----

#16 atraub   User is offline

  • Pythoneer
  • member icon

Reputation: 837
  • View blog
  • Posts: 2,271
  • Joined: 23-December 08

Re: Python 2.7 Run everywhere without python? example: .exe?

Posted 24 April 2015 - 10:00 AM

Try a bat with this:
my_python_program.py
pause

Was This Post Helpful? 0
  • +
  • -

#17 Feldrok   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 24
  • Joined: 19-February 14

Re: Python 2.7 Run everywhere without python? example: .exe?

Posted 24 April 2015 - 10:21 AM

I put
start "Turtludo" turtludo.py
pause


It opens infinite screens of cmd... not working o.o

Im using linux by the way..
Was This Post Helpful? 0
  • +
  • -

#18 atraub   User is offline

  • Pythoneer
  • member icon

Reputation: 837
  • View blog
  • Posts: 2,271
  • Joined: 23-December 08

Re: Python 2.7 Run everywhere without python? example: .exe?

Posted 24 April 2015 - 10:29 AM

Try
python turtludo.py
pause

Was This Post Helpful? 0
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2