Discuss the Python programming language. I'm working on a GUI creator, using Tkinter.
Offline
Dinoclor wrote:
I can't use any mods without error messages, so I can only make terminal apps.
what do you mean by "mods"?
Offline
i love monty python
Offline
ZappsMcJack wrote:
i love monty python
I assume you're kidding.
Offline
samtwheels wrote:
Dinoclor wrote:
I can't use any mods without error messages, so I can only make terminal apps.
what do you mean by "mods"?
Oh, you mean modules, as in 'import'? What error message do you get and stuff. That I can help with. Common mistakes (I'm assuming) : import xxx, not import(xxx)- that's all I can think of right now.
Last edited by maxskywalker (2011-12-26 15:14:28)
Offline
I want to. Know any good tutorials?
Offline
maxskywalker wrote:
samtwheels wrote:
Dinoclor wrote:
I can't use any mods without error messages, so I can only make terminal apps.
what do you mean by "mods"?
Oh, you mean modules, as in 'import'? What error message do you get and stuff. That I can help with. Common mistakes (I'm assuming) : import xxx, not import(xxx)- that's all I can think of right now.
Yes. Like Pygame.
Thanks, I'll have a look.
Offline
Dinoclor wrote:
maxskywalker wrote:
samtwheels wrote:
what do you mean by "mods"?Oh, you mean modules, as in 'import'? What error message do you get and stuff. That I can help with. Common mistakes (I'm assuming) : import xxx, not import(xxx)- that's all I can think of right now.
Yes. Like Pygame.
Thanks, I'll have a look.
with tkinter, if you didn't capitalize it, do, or vice versa.
Offline