You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install thinter(tk in arch linux), but have a problem
Traceback (most recent call last):
File "/home/heeloff/CommanderPi/src/main.py", line 9, in
import gui as g
File "/home/heeloff/CommanderPi/src/gui.py", line 4, in
import resources as rs
File "/home/heeloff/CommanderPi/src/resources.py", line 16, in
home_path = sys.argv[1]
NameError: name 'sys' is not defined
The text was updated successfully, but these errors were encountered:
I install thinter(tk in arch linux), but have a problem
Traceback (most recent call last):
File "/home/heeloff/CommanderPi/src/main.py", line 9, in
import gui as g
File "/home/heeloff/CommanderPi/src/gui.py", line 4, in
import resources as rs
File "/home/heeloff/CommanderPi/src/resources.py", line 16, in
home_path = sys.argv[1]
NameError: name 'sys' is not defined
The text was updated successfully, but these errors were encountered: