Re: Python 2.5 anyone

2006-09-22 Thread Vizcayno
I have problems to get mod-python for python 2.5 (win32). Does anybody knows how to get this version. Thanks!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: Python 2.5 anyone

2006-09-21 Thread Waylan Limberg
On 9/20/06, John DeRosa <[EMAIL PROTECTED]> wrote: [snip] > > It seems a little screwy for a file in a directory called "sqlite3" to > do an import from "pysqlite2". But that's what it does. > What you need to realize is that "sqlite" refers to the database, while "pysqlite" are the python

Re: Python 2.5 anyone

2006-09-21 Thread John Morton
On Thursday 21 September 2006 05:44, John DeRosa wrote: > Oliver Andrich wrote: > > Hi, > > > > I am running Django 0.95 . And so far I can't see any problems. > > 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

Re: Python 2.5 anyone

2006-09-21 Thread Vladimir Cambur
I was trying to install django and setup.py said that it cannot fetch setuptools from cheeseshop. and indeed there was no setuptools in http://cheeseshop.python.org/packages/2.5/s/. (It's there right now :) ) After googling a little bit I saw some posts about something incompatible between

Re: Python 2.5 anyone

2006-09-20 Thread Yasushi Masuda
Yesterday I posted a small patch to do this, please refer ticket #2772 :) James Bennett 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 >>

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

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:

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: Python 2.5 anyone

2006-09-20 Thread John DeRosa
Oliver Andrich wrote: > 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

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

Re: Python 2.5 anyone

2006-09-20 Thread Vladimir Cambur
Hi, 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/ Vladimir John DeRosa wrote: > Oliver Andrich wrote: >> Hi, >> >> I am running Django 0.95 . And so far I can't see any

Re: Python 2.5 anyone

2006-09-20 Thread John DeRosa
Oliver Andrich wrote: > Hi, > > I am running Django 0.95 . And so far I can't see any problems. 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

Re: Python 2.5 anyone

2006-09-20 Thread John Morton
On Wed, 20 Sep 2006 07:53, James Bennett wrote: > On 9/19/06, Ramdas S <[EMAIL PROTECTED]> wrote: > > Is anyone running Django dev version on Python 2.5? Will it work or are > > there any issues? > > Python 2.5 doesn't break or remove anything, it just adds some new > features. So it should work

Re: Python 2.5 anyone

2006-09-19 Thread Matthew Flanagan
On 20/09/06, James Bennett <[EMAIL PROTECTED]> wrote: > > On 9/19/06, Ramdas S <[EMAIL PROTECTED]> wrote: > > Is anyone running Django dev version on Python 2.5? Will it work or are > > there any issues? > > Python 2.5 doesn't break or remove anything, it just adds some new > features. So it

Re: Python 2.5 anyone

2006-09-19 Thread James Bennett
On 9/19/06, Ramdas S <[EMAIL PROTECTED]> wrote: > Is anyone running Django dev version on Python 2.5? Will it work or are > there any issues? Python 2.5 doesn't break or remove anything, it just adds some new features. So it should work just fine. Backwards compatibility of Python releases

Re: Python 2.5 anyone

2006-09-19 Thread Oliver Andrich
Hi, I am running Django 0.95 . And so far I can't see any problems. Best regards, Oliver -- Oliver Andrich <[EMAIL PROTECTED]> --- http://roughbook.de/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Python 2.5 anyone

2006-09-19 Thread Ramdas S
Hi,Is anyone running Django dev version on Python 2.5? Will it work or are there any issues?RS --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to