Re: Problem in current svn TRUNK

2007-09-04 Thread Michael Radziej
On Mon, Sep 03, Peter Nixon wrote: > Tomorrow I will setup a vm for you running openSUSE 10.3 beta2 that you can > play with to your hearts content. Would that be helpfull? Peter, this is going to take a substantial amount of time. I'm not a core developer, and I don't (any more) use SuSE, so i

Re: Problem in current svn TRUNK

2007-09-02 Thread Peter Nixon
On Tue 28 Aug 2007, Michael Radziej wrote: > On Tue, Aug 28, Michael Radziej wrote: > > On Mon, Aug 27, Peter Nixon wrote: > > > On Wed 11 Jul 2007, Michael Radziej wrote: > > > > Hi, > > > > > > > > you're using the alpha version of SuSE ... well ... there might very > > > > well be a problem ver

Re: Problem in current svn TRUNK

2007-08-28 Thread Michael Radziej
Hi, Though I cannot easily test with exactly your packages, I tested django trunk under Ubuntu (feisty) with postgresql-8.2.3-3, python-2.5.1~rc1-0ubuntu3, python-psycopg2-2.0.5.1-6ubuntu1, with a minimal model syncdb, and it worked. Michael -- noris network AG - Deutschherrnstraße 15-19 - D-

Re: Problem in current svn TRUNK

2007-08-28 Thread Michael Radziej
On Tue, Aug 28, Michael Radziej wrote: > > On Mon, Aug 27, Peter Nixon wrote: > > > > > On Wed 11 Jul 2007, Michael Radziej wrote: > > > Hi, > > > > > > you're using the alpha version of SuSE ... well ... there might very well > > > be a problem very deep in one of the libraries. The alpha rel

Re: Problem in current svn TRUNK

2007-08-28 Thread Michael Radziej
On Mon, Aug 27, Peter Nixon wrote: > > On Wed 11 Jul 2007, Michael Radziej wrote: > > Hi, > > > > you're using the alpha version of SuSE ... well ... there might very well > > be a problem very deep in one of the libraries. The alpha releases aren't > > very reliable. I'd suggest that you try it

Re: Problem in current svn TRUNK

2007-08-27 Thread Jeremy Dunck
On 7/11/07, Peter Nixon <[EMAIL PROTECTED]> wrote: ... > In any case, I listed the important packages in use on the system: > postgresql-server-8.2.4-5 > python-2.5.1-12 > python-psycopg2-2.0.6-2.5 > python-django-snapshot-5646-1 > > While these are all new packages, the only one which is "unstabl

Re: Problem in current svn TRUNK

2007-08-27 Thread Peter Nixon
On Wed 11 Jul 2007, Michael Radziej wrote: > Hi, > > you're using the alpha version of SuSE ... well ... there might very well > be a problem very deep in one of the libraries. The alpha releases aren't > very reliable. I'd suggest that you try it with another OS. Hi Guys I would like to point o

Re: Problem in current svn TRUNK

2007-07-11 Thread Peter Nixon
On Wed 11 Jul 2007, Michael Radziej wrote: > Hi, > > you're using the alpha version of SuSE ... well ... there might very well > be a problem very deep in one of the libraries. The alpha releases aren't > very reliable. I'd suggest that you try it with another OS. Hi Michael While I agree that t

Re: Problem in current svn TRUNK

2007-07-11 Thread Michael Radziej
Hi, you're using the alpha version of SuSE ... well ... there might very well be a problem very deep in one of the libraries. The alpha releases aren't very reliable. I'd suggest that you try it with another OS. So long, Michael -- noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnb

Re: Problem in current svn TRUNK

2007-07-11 Thread Marijn Vriens
Yesterday I saw this bug as well when working with a new project and Django trunk. For me it went away when I changed settings.py from: DATABASE_ENGINE = 'postgresql_psycopg2' to DATABASE_ENGINE = 'postgresql' Regards, Marijn Vriens. On 7/11/07, Peter Nixon <[EMAIL PROTECTED]> wrote: > > > Hi

Re: Problem in current svn TRUNK

2007-07-11 Thread Peter Nixon
Hi Paul The problem was described (as much as it is possible to) in the initial mail to the users list as well as below in the test requested by Russell. Basically django simply exists whenever it gets data based from postgresql.. anywhere. syncdb, inspecdb, /admin/ and everything else that ac

Re: Problem in current svn TRUNK

2007-07-11 Thread Peter Nixon
Cross posted to -devel as this is definitely a bug On Wed 11 Jul 2007, Peter Nixon wrote: > On Wed 11 Jul 2007, Russell Keith-Magee wrote: > > On 7/10/07, Peter Nixon <[EMAIL PROTECTED]> wrote: > > > How can I debug this in a way that will provide the developers with > > > more usefull info?

Re: Problem in current svn TRUNK

2007-07-11 Thread Peter Nixon
On Wed 11 Jul 2007, Russell Keith-Magee wrote: > On 7/10/07, Peter Nixon <[EMAIL PROTECTED]> wrote: > > How can I debug this in a way that will provide the developers with more > > usefull info? > > The best way to help us debug this would be to produce a minimal > example that replicates the prob

Re: Problem in current svn TRUNK

2007-07-10 Thread Russell Keith-Magee
On 7/10/07, Peter Nixon <[EMAIL PROTECTED]> wrote: > > How can I debug this in a way that will provide the developers with more > usefull info? The best way to help us debug this would be to produce a minimal example that replicates the problem - that is, a standalone example that is as small as

Re: Problem in current svn TRUNK

2007-07-10 Thread Peter Nixon
On Tue 10 Jul 2007, Peter Nixon wrote: > Hi Guys > > There seems to be a problem in current SVN trunk that causes the > "Development server" to exit whenever I hit one of my views which access > the database. > > It doesnt do it with a 0.96 > It doesnt do it with a SVN snapshot from a couple of we