mcdelta-project / mcdelta-python

MCDelta client written in Python
GNU General Public License v3.0
3 stars 3 forks source link

Branch 2.1GUI, file CMAN_util.py, line 34 is broken #33

Closed williambl closed 8 years ago

williambl commented 8 years ago

Won't work no matter what I try. I'm trying to make the label called output change its content.

Valiec commented 8 years ago

If you mean the exception in Tkinter callback, "output" not defined error, it is because output is defined in CMAN.py, which is not imported in CMAN_util.py.

Valiec commented 8 years ago

Since this issue is fixed, and GitHub won't autoclose it until this is merged into master, but I don't think this issue needs to stay open that long, I'm closing it manually.

Closing.