Skip to content

Installation with python3 #52

@hnadeem2

Description

@hnadeem2

The python3 compatible version doesnt seem to produce the run exe file.
Traceback (most recent call last):
File "/Users/hassannadeem/RA/gro2lam/GRO2LAM-py3_compatibility/setup", line 12, in
from lib.misc.file import write_xfile, fileseeker, check_file, p_sep
File "/Users/hassannadeem/RA/gro2lam/GRO2LAM-py3_compatibility/lib/misc/file.py", line 6, in
from lib.misc.warn import wrg_1, wrg_3, pop_wrg_1
File "/Users/hassannadeem/RA/gro2lam/GRO2LAM-py3_compatibility/lib/misc/warn.py", line 5, in
from lib.gui.popup import message_box
File "/Users/hassannadeem/RA/gro2lam/GRO2LAM-py3_compatibility/lib/gui/popup.py", line 5, in
from lib.gui.tk_lib import Frame, Toplevel, Label, Button, Checkbutton, Entry
File "/Users/hassannadeem/RA/gro2lam/GRO2LAM-py3_compatibility/lib/gui/tk_lib.py", line 12, in
from tkinter import Tk, Frame, Label, TclError, PhotoImage, Toplevel
File "/opt/homebrew/Cellar/python@3.9/3.9.13_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/tkinter/init.py", line 37, in
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'

Metadata

Metadata

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions