On Jan 11, 10:28 am, Martin v. Löwis <[email protected]> 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 done after a checkout, does one apply patch
> > and then install it with 2to3 running automatically, or is there some
> > other voodoo that needs to be done?
>
> From the patch/django point of view, it is really very simple. You
> apply the patch, and then do
>
> path-to-python3.1 setup.py install
>
> No need to run 2to3; this is done behind the covers. The really tricky
> part might be that you have to use python3.1, as the 2to3 version
> shipped with 3.0 didn't include all of the necessary fixers (although
> 3.0.1 will).
>
> I would recommend to try runserver first: your application might also
> need porting, or might invoke parts of Django that I haven't ported.
> Django apparently features a large variety of error reporting
> scenarios, depending on where exactly in Django the error occurs.
>
> If you run into problems, feel free to contact me.
Hmmm, main page for an empty project created with startproject is fine
under Apache/mod_wsgi with Python 3.1a0.
[Sun Jan 11 14:31:29 2009] [notice] Apache/2.2.9 (Unix) mod_ssl/2.2.9
OpenSSL/0.9.7l DAV/2 mod_wsgi/3.0-TRUNK Python/3.1a0 configured --
resuming normal operations
When get more time will need to start working through the tutorial,
setting up a database and making sure posting content and other
aspects of WSGI interface work properly.
I must say I was pleasantly surprised that even that worked first
time.
Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---