Re: Py3k port updated

2009-01-10 Thread Graham Dumpleton
On Jan 11, 10:28 am, Martin v. Löwis wrote: > > I'll give it a go, but for someone who doesn't know about running 2to3 > > etc, to make things a but more obvious can you add to your page a > > quick set of instructions as to what someone needs to do to try this > > out. Ie., what needs to be do

Re: Py3k port updated

2009-01-10 Thread Martin v . Löwis
> I'll give it a go, but for someone who doesn't know about running 2to3 > etc, to make things a but more obvious can you add to your page a > quick set of instructions as to what someone needs to do to try this > out. Ie., what needs to be done after a checkout, does one apply patch > and then in

Re: Py3k port updated

2009-01-10 Thread Graham Dumpleton
On Jan 11, 10:15 am, Martin v. Löwis wrote: > > Have you by chance tried running it on top of Apache/mod_wsgi (version > > from subversion which has Python 3.0 support)? > > No, only in runserver mode. I'll give it a go, but for someone who doesn't know about running 2to3 etc, to make things a

Re: Py3k port updated

2009-01-10 Thread Martin v . Löwis
> Have you by chance tried running it on top of Apache/mod_wsgi (version > from subversion which has Python 3.0 support)? No, only in runserver mode. Regards, Martin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Py3k port updated

2009-01-10 Thread Martin v . Löwis
> Did you by any chance try running the Django test suite(because that's > probably going to be the best way to spot breakages). No, I haven't (or only to the degree to find out that runtest.py is not in 3.0 syntax, as it uses incorrect except clauses). I'm fairly certain though that the test sui

Re: Py3k port updated

2009-01-10 Thread Graham Dumpleton
On Jan 11, 9:47 am, Martin v. Löwis wrote: > I have updated my Py3k port of django. As before, it is just the bare > minimum to get through the tutorial; as the possibly most significant > change since the previous patch, it now supports psycopg2. > > I have updated the Wiki page athttp://wiki.

Re: Py3k port updated

2009-01-10 Thread Alex Gaynor
Martin, Did you by any chance try running the Django test suite(because that's probably going to be the best way to spot breakages). Thanks, Alex On Sat, Jan 10, 2009 at 4:47 PM, Martin v. Löwis wrote: > > I have updated my Py3k port of django. As before, it is just the bare > minimum to get t

Py3k port updated

2009-01-10 Thread Martin v . Löwis
I have updated my Py3k port of django. As before, it is just the bare minimum to get through the tutorial; as the possibly most significant change since the previous patch, it now supports psycopg2. I have updated the Wiki page at http://wiki.python.org/moin/PortingDjangoTo3k with the new patch.