0

I need a program that on first run sets up an update-checker, that's my code-script, and makes it run as a service (no tray icon or etc.) on startup of the computer. I have the update script working...

Without PyPi packages, or suggest a way to install pyPi packages...

(I need to have it working when "compiled" to exe via cx_freeze.)

Running Python3 everywhere

tensojka
  • 302
  • 1
  • 5
  • 20
  • Possible duplicate: http://stackoverflow.com/q/32404/2382792 – ρss Jun 22 '14 at 18:35
  • not duplicate. I'm using cx_freeze and I can't install pypi packages! – tensojka Jun 22 '14 at 18:37
  • cx_Freeze has a `win32service` base for making services, but I don't know how you use it. For auto-updating, you might want to look at [esky](https://pypi.python.org/pypi/esky). – Thomas K Jun 23 '14 at 17:32

0 Answers0