Re: Re: Re: Python 2.5 anyone

2006-09-20 Thread Oliver Andrich
On 9/20/06, James Bennett <[EMAIL PROTECTED]> wrote: On 9/20/06, Oliver Andrich <[EMAIL PROTECTED]> wrote:> For your own development environment this is more then okay in my> eyes. And I would even deploy with this small change. But this is > personal taste. :)Probably the best thing for us to do i

Re: Re: Re: Python 2.5 anyone

2006-09-20 Thread James Bennett
On 9/20/06, Oliver Andrich <[EMAIL PROTECTED]> wrote: > For your own development environment this is more then okay in my > eyes. And I would even deploy with this small change. But this is > personal taste. :) Probably the best thing for us to do in trunk is what we already do with threading: tr

Re: Re: Python 2.5 anyone

2006-09-20 Thread Oliver Andrich
Hi John, > The code in db\backends\sqlite3\base.py does this: > > > try: > from pysqlite2 import dbapi2 as Database > except ImportError, e: > from django.core.exceptions import ImproperlyConfigured > raise ImproperlyConfigured, "Error loading pysqlite2 module: %s" % e > -

Re: Re: Python 2.5 anyone

2006-09-20 Thread Oliver Andrich
On 9/20/06, Vladimir Cambur <[EMAIL PROTECTED]> wrote: > setuptools 0.6x does not work with python 2.5 > try developement version of setuptools from python svn sandbox > http://svn.python.org/projects/sandbox/trunk/setuptools/ I downloaded the 0.6c2 ZIP File and installed it. No hint, that it is

Re: Re: Python 2.5 anyone

2006-09-20 Thread Oliver Andrich
Hi, On 9/20/06, John DeRosa <[EMAIL PROTECTED]> wrote: > How'd you do it? > > I'm on Windows XP. I installed Python 2.5 from python.org without a > problem. > > But then I found that pysqlite Windows binaries for Python 2.5 don't > exist, and neither does setuptools. Trying to install Django 0.