No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
I have this program I'm trying to write, a simple application with gui: a menu and a button. Whenever I go to run it, this is the error I get: Traceback (most recent call last): File "/Users/[I]myname[/I]/Documents/School/Programming/Window.py", line 27, in <module> app = Application() File "/Users/[I]myname[/I]/Documents/School/Programming/Window.py", line 14, in __init__ …
As far as I can tell there are two things: 1) Your indenting on the post is not correct. I am assuming that this is not in the code, but simply the way you posted it. 2) I think it may be comparing a string with an integer. Where it …
The End.
a007s