hanyuone / Ways-to-NOT-make-money

A basic Python (2.x/3.x) incremental game.
8 stars 3 forks source link

RuntimeError: Calling Tcl from different appartment #45

Closed joshgit closed 8 years ago

joshgit commented 8 years ago

python game.py Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 763, in run self.__target(_self.args, *_self.__kwargs) File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1073, in mainloop self.tk.mainloop(n) RuntimeError: Calling Tcl from different appartment

hanyuone commented 8 years ago

Why are you running this in cmd (I'm pretty sure that's cmd)?

joshgit commented 8 years ago

No, it's Ubuntu.

joshgit commented 8 years ago

How do you expect this to be run, from IDLE? Or only on a Mac or Linux?

hanyuone commented 8 years ago

Eh... I haven't really thought about it yet. Sorry for non-clarification. I'm just really confused at everything.

ghost commented 8 years ago

this was tested on windows 10 on IDLE (Python 2.7) with PyGithub installed

ghost commented 8 years ago

What did you _do_ to make that happen? Press what buttons?

ghost commented 8 years ago

Wow... I get that error on a Mac too. The error displays before the root screen appears!

hanyuone commented 8 years ago

Is this still an error?

ghost commented 8 years ago

Merged to master branch. It's fixed