Re: ConFoo spam?

2010-10-07 Thread Yannick Gingras
hon is a viable Web development plate-form; we won't make money out of it. Again, I'm sorry if our call for speakers was too broad and we'll do better next year. Best regards, -- Yannick Gingras http://montrealpython.org -- lead organizer signature.asc Description: This is

Re: ConFoo spam?

2010-10-07 Thread Yannick Gingras
gain, I'm sorry if our call for speakers was too broad and we'll do better next year. Best regards, -- Yannick Gingras http://montrealpython.org -- lead organizer signature.asc Description: This is a digitally signed message part. -- http://mail.python.org/mailman/listinfo/python-list

Re: Rendering Vector Graphics

2006-08-11 Thread Yannick
need to run under win32 > and can't find a pycairo package for it. Suggestions? > > Thanks, > > Hugo Ferreira Hi, You can use cairo through the pyGTK bindings. Works pretty well for me. Cheers, Yannick -- http://mail.python.org/mailman/listinfo/python-list

Re: Python share CPU time?

2006-08-10 Thread Yannick
Thank you all for the detailled answers. What I would like to achieve is something like: # main loop while True: for robot in robots: robot.start() robot.join(0.2) # wait 200ms if robot.is_active(): robot.stop() # run all the game physics, pause, frame/

Python share CPU time?

2006-08-09 Thread Yannick
, and interrupt it after a given time period. Any suggestions on how to proceed? Is Python just not adapted to this kind of things? Thanks, Yannick -- http://mail.python.org/mailman/listinfo/python-list

Re: Need a compelling argument to use Django instead of Rails

2006-07-25 Thread Yannick
Hi, A few months ago I had to choose between RoR and a Python framework (TurboGears in that case). I picked TurboGears because of the language maturity and all the third party libs. i.e. I can do PDF reporting with reportLab, control OpenOffice with Python.. Ruby has still a "cool factor" going wi

Re: Web client, https and session management

2005-07-12 Thread Yannick Turgeon
Well... Thanks for that! The work is almost completed now! ;o) Yannick -- http://mail.python.org/mailman/listinfo/python-list

Web client, https and session management

2005-07-12 Thread Yannick Turgeon
ppreciated. Thanks. Yannick -- http://mail.python.org/mailman/listinfo/python-list