This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-12-25 16:25:23

samtwheels
Scratcher
Registered: 2011-03-20
Posts: 1000+

Python Official Topic

Discuss the Python programming language. I'm working on a GUI creator, using Tkinter.

Offline

 

#2 2011-12-25 16:50:58

Dinoclor
Scratcher
Registered: 2010-06-10
Posts: 1000+

Re: Python Official Topic

I can't use any mods without error messages, so I can only make terminal apps.


This is a temporary signature. It will exist until I think of something witty.

Offline

 

#3 2011-12-25 18:42:54

samtwheels
Scratcher
Registered: 2011-03-20
Posts: 1000+

Re: Python Official Topic

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

 

#4 2011-12-25 20:21:28

ZappsMcJack
Scratcher
Registered: 2011-09-27
Posts: 100+

Re: Python Official Topic

i love monty python


_________________THE LENNONATER___________________________
Gateway DX4840 Case|DX4840 Motherboard|Core i5 2500k 3.2 ghz|GTX 560|8gb Ram|Corsair GS700|1TB HDD|64gb Corsair Sata II SSD w/ Win7 64 bit ultimate

Offline

 

#5 2011-12-25 20:37:02

samtwheels
Scratcher
Registered: 2011-03-20
Posts: 1000+

Re: Python Official Topic

ZappsMcJack wrote:

i love monty python

tongue  I assume you're kidding.

Offline

 

#6 2011-12-26 15:12:57

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: Python Official Topic

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

 

#7 2011-12-26 15:34:35

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Python Official Topic

I want to.  Know any good tutorials?


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#8 2011-12-26 15:35:44

Dinoclor
Scratcher
Registered: 2010-06-10
Posts: 1000+

Re: Python Official Topic

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.


This is a temporary signature. It will exist until I think of something witty.

Offline

 

#9 2011-12-26 16:14:43

samtwheels
Scratcher
Registered: 2011-03-20
Posts: 1000+

Re: Python Official Topic

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

 

Board footer