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
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 bindi
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 that
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 setup
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
>>
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
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
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
> -
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 setup
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
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.
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 probl
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 setuptoo
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 j
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 shoul
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 should
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 user
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 django-users@go
18 matches
Mail list logo