Max Zheng
Max Zheng
What's the suggested way to execute a command in background? Or is it discouraged?
It's running on Ubuntu 18.04. We are not using docker. `what is the time between usb-subsystem enumerating the devices and the start of your program?` I'm not sure about this....
@thiesmoeller Thanks for the response. Retrying worked. Although it's quite indeterministic. Sometimes it needs to retry 3 times. Sometimes it doesn't need retry at all. Do you know the root...
Update: I tried to compile the binary with this command: ``` python -m nuitka --standalone --follow-imports --include-plugin-directory=/home/max/.local/share/virtualenvs/nuitka-test-5P4ez-51/lib/python3.6/site-packages/django --include-package=myapp myapp/manage.py ``` Now when I run `manage.dist/manage`, I get this error: ```...
@kayhayen Thanks for the reply. I tried the following command and it made more progress: `python -m nuitka --standalone --follow-imports --include-package=django --include-package-data=django --include-package=myapp myapp/manage.py` Now when I try to run...