0

Is it possible to use Celery to run an already compiled (py2exe) python script, if yes, how I can invoke it ?

Vasilis Aivalis
  • 495
  • 4
  • 6

1 Answers1

0

if __name__ == '__main__': app.start()

should be added to the entry point of the script.

Vasilis Aivalis
  • 495
  • 4
  • 6