Im trying to run isaac sim using default python environment with this command: ./python.sh scripts/main.py
i get this error:
Traceback (most recent call last):
File “/media/bullis/Data/bin-picking-project/scripts/main.py”, line 9, in
from gui.tkinter_gui import TkinterGui
File “/media/bullis/Data/bin-picking-project/scripts/gui/tkinter_gui.py”, line 1, in
from tkinter import * # Normal Tkinter.* widgets are not themed!
File “/media/bullis/Data/isaac-sim/pkg/isaac-sim-4.1.0/kit/python/lib/python3.10/tkinter/init.py”, line 37, in
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named ‘_tkinter’
i am using tkinter as a part of my project, it worked previously, but now im getting this error, and cannot find a solution. I am quite sure python env is configured to work with tkinter
thank you