Little Fighter Empire - Forums
Help In Python !!! - Printable Version

+- Little Fighter Empire - Forums (https://lf-empire.de/forum)
+-- Forum: General Zone (https://lf-empire.de/forum/forumdisplay.php?fid=23)
+--- Forum: Programming (https://lf-empire.de/forum/forumdisplay.php?fid=50)
+--- Thread: Help In Python !!! (/showthread.php?tid=10026)



Help In Python !!! - Hate - 08-03-2015

Can somebody tell me how to launch a python script py
I could find anything in the web that helps


RE: Help In Python !!! - Rhino.Freak - 08-03-2015

Go to https://www.python.org/ and download Python.
You can open and run those files with that, it's pretty easy. :)


RE: Help In Python !!! - Hate - 08-03-2015

Its already installed python32 I tried to do that open_file_with trick but it didnt work :/


RE: Help In Python !!! - A-Man - 09-01-2015

Try renaming your file to end with .pyw instead of .py.


RE: Help In Python !!! - Hellblazer - 09-01-2015

Is that a pre-made script or did u make it?


RE: Help In Python !!! - Hate - 09-01-2015

(09-01-2015, 03:33 PM)Hellblazer Wrote:  Is that a pre-made script or did u make it?

Pre-made.


RE: Help In Python !!! - Hellblazer - 09-01-2015

Well it should go fine then. Checked the extensions?


RE: Help In Python !!! - Hate - 09-01-2015

(09-01-2015, 12:39 PM)Doctor A Wrote:  Try renaming your file to end with .pyw instead of .py.

the system doesnt reconize the file type now .


RE: Help In Python !!! - A-Man - 09-01-2015

Then try to open it with "pythonw.exe", and check the "Always use the selected program to run these kind of files" check box.