Is it possible to use Celery to run an already compiled (py2exe) python script, if yes, how I can invoke it ?
Asked
Active
Viewed 94 times
1 Answers
0
if __name__ == '__main__':
app.start()
should be added to the entry point of the script.

Vasilis Aivalis
- 495
- 4
- 6