Re: What is your favorite Python web framework?

2005-07-18 Thread Michael Maibaum
On 18 Jul 2005, at 10:29, Cyril Bazin wrote: Hello, I never used a web framework using Python modules, but I think cheetah, Karrigel and CherryPy are not good since they allow user to play with the HTML code. IMO, it's not pythonic but phpythonic. Well, pretty much anything would allow

Re: split a directory string into a list

2005-02-25 Thread Michael Maibaum
On 25 Feb 2005, at 14:09, Harper, Gina wrote: I would start with something like this: somestring = '/foo/bar/beer/sex/cigarettes/drugs/alcohol/' somelist = somestring.split('/') print somelist However - this will not work on Windows. It'd work on all the OS I usually use though ;) Michael --

Re: mxDateTime on Mac: Fatal Python Error

2005-03-07 Thread Michael Maibaum
On Mon, Mar 07, 2005 at 11:51:20PM +0100, M.-A. Lemburg wrote: [EMAIL PROTECTED] wrote: I'm trying to get mxDateTime working on a Mac so that I can use pyscopg and cx_Oracle. The Egenix base package builds and installs quite happily, but then when I try to import it I get import mx.DateTime Fatal

Re: Do other Python GUI toolkits require this?

2007-04-19 Thread Michael Maibaum
On 18/04/07, Kevin Walzer [EMAIL PROTECTED] wrote: James Stroud wrote: This appears more or less unique to Objective C. It looks that with PyObjC, you have to interact with the Objective C runtime to manage memory. This is not required, thankfully, with any other GUI tookits I've seen. I