DEV Community

Discussion on: SignalR core python client: A simple Chat Hub Client

Collapse
 
samy0392 profile image
Samer Abbas

I am trying to make a service of this chat example, which will run at boot up using systemd but it fails with import: not found on all the imports in the program.

How can I make it execute as a service?

Collapse
 
mandrewcito profile image
Andrés Baamonde Lozano

Have you venv? if answer is yes try to execute with full path to your python venv´s interpreter.