Mar-27-2020, 06:42 PM
If you want to run your program from /home/pkg then you can actually make a call to change your directory path to /home/pkg using os.chdir() in client.py
Importing module from a package results in import error
|
|
Messages In This Thread |
Importing module from a package results in import error - by goghvv - Mar-27-2020, 06:18 PM
RE: Importing module from a package results in import error - by Malt - Mar-27-2020, 06:42 PM
RE: Importing module from a package results in import error - by goghvv - Mar-27-2020, 07:13 PM
|