Re: MySQLdb rpm for CENTOS 5

2007-07-10 Thread Dennis Allison
Download the the source from sourceforge, untar it, and then install it using python setup.py. Be sure you use the python you use for django. On Tue, 10 Jul 2007, Sells, Fred wrote: > > I'm trying to port my django demo to Apache/mod_python on a CENTOS 5 linux > 32bit machine. > > I'm

Re: new django site: PotterPredictions.com

2007-07-11 Thread Dennis Allison
http://www.potterpredictions.com returns "Site not configured' whereas http://potterpredictions.com takes you to content. On Wed, 11 Jul 2007, Kai Kuehne wrote: > > Hi James, > > On 7/11/07, James Tauber <[EMAIL PROTECTED]> wrote: > > > > Django users might be interested in my

Re: Can Django call cscript.exe to run vbscripts

2007-07-20 Thread Dennis Allison
actually, look at module subprocess rather than os as the subprocess module contains the current best practice solution. (Check the Python 3000 docs to see what will be going away and avoid using them. :-) ) BUT, the vbscript GUI will not be available throught the web, at least not easily.