How To Uses Modules And Plugins

2008-04-06 Thread marion
I am working on a client/server, computer role-play game using Python. I want to gradually expand the game world by creating maps as individual py files in a map directory. I am a little foggy of how to do this. I have read about the __import__() function. I want to understand what the difference i

Re: Python in High School

2008-04-03 Thread marion
On Apr 1, 1:27 pm, sprad <[EMAIL PROTECTED]> wrote: > I'm a high school computer teacher, and I'm starting a series of > programming courses next year (disguised as "game development" classes > to capture more interest). The first year will be a gentle > introduction to programming, leading to two

jonathan ballet?

2008-01-06 Thread marion battentier
je m'interroge si ceci est ta nouvelle adresse... je te cherchais a tout hazard sur internet... bises marion battentier de la rochette, tu te souviens??-- http://mail.python.org/mailman/listinfo/python-list

Need array help

2006-10-06 Thread Marion Long Jr
I am switching from microsoft visual basic programming to python programming. In microsoft visual basic you can Dim a variable so that you can add variables by changing the number on the end of the variable as in the following example; Dim acct(100) numoffiles=4 data=10 ct=1 while ct <> numoffi

Re: scrollbar dependencies

2005-03-24 Thread Marion
ok, we must redefine each canvas scroll individually ... but what a () strange language... !! -- http://mail.python.org/mailman/listinfo/python-list

Re: scrollbar dependencies

2005-03-24 Thread Marion
Next mystery : a picture drawn in the canvas c1 is scrollable. a picture-containing canvas "grided" in the canvas c1 is not. so why ??? Marion --- from tkinter import * from PIL import * class Main: def __init__(self

Re: scrollbar dependencies

2005-03-23 Thread Marion
Thanks a lot, Eric Brunel. Harlin, if it's still actual (don't think so, but whoever...) here is a simple code that works. --- from Tkinter import * ## Main window root = Tk() root.grid_rowconfigure(0, weight=1) root.grid_rowconfigure(1, weight=1) root.grid_colu

scrollbar dependencies

2005-03-03 Thread Marion
omebody allready did that another way ? Thanks a lot. Marion. -- http://mail.python.org/mailman/listinfo/python-list