About 816,000 results
Open links in new tab
  1. How can I make a Python script standalone executable to run …

    Jan 24, 2017 · I'm building a Python application and don't want to force my clients to install Python and modules. So, is there a way to compile a Python script to be a standalone executable?

  2. Creating a BAT file for python script - Stack Overflow

    Jan 1, 2011 · How can I create a simple BAT file that will run my python script located at C:\\somescript.py?

  3. How to compile python script to binary executable

    Sep 9, 2012 · --onefile which does create a single file, but make sure that the mere standalone is working, before turning to it, as it will make the debugging only harder, e.g. in case of missing …

  4. How do I make a python script executable? - Stack Overflow

    101 How can I run a python script with my own command line name like myscript without having to do python myscript.py in the terminal?

  5. How do you run a Python script as a service in Windows?

    Is it possible to run a Python programs as a Windows service (i. e. run it automatically without user login)? I won't necessarily have to implement this part, but I need a rough idea how it …

  6. create a raw python file in jupyter notebook - Stack Overflow

    Oct 26, 2016 · 14 In order to create a python file from an existing notebook (somenotebook.ipynb), please run jupyter nbconvert somenotebook.ipynb --to script This will …

  7. Create a directly-executable cross-platform GUI app using Python

    You could create and compile a C++ script which executes your python script. This would be more difficult than the above suggestions but would definitely be worth looking into as It'll make you …

  8. How to make a Python script run like a service or daemon in Linux

    Oct 22, 2009 · I have written a Python script that checks a certain e-mail address and passes new e-mails to an external program. How can I get this script to execute 24/7, such as turning it …

  9. Windows: run python command from clickable icon

    May 13, 2016 · I have a python script I run using Cygwin and I'd like to create a clickable icon on the windows desktop that could run this script without opening Cygwin and entering in the …

  10. What do I use on linux to make a python program executable

    I just installed a linux system (Kubuntu) and was wondering if there is a program to make python programs executable for linux.