> Hi, I was looking at trying Django for a project and noticed that in the > comments to the installation directions it was claimed that Debian > Sarge's mod_python isn't recent enough to run Django. That would be a > big complication. Is anyone running Django on Sarge, and can anyone > confirm that it does/does not need something besides the bog-standard > apache2/mod_python/postgres/etc already in the stable package pool? > > Though it's much less important, I wouldn't mind knowing the same answer > for Gentoo (with just x86 keywords) since it might be handy to do some > development on a Gentoo laptop.
I haven't installed on Sarge, but on Gentoo it's no problem because installing the newest stable packages is the default ( sarge's are tested much longer with much longer release cycle ). My home dev box is gentoo, all I had to do was emerge mod_python and the mysqldb e-build ( can't remember name ), checkout django from svn, and follow the instructions on the tutorial. This is assuming you have apache and your database engine set up already, but that's really just more of the same. I didn't need to use anything except regular gentoo ebuilds. Iain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users -~----------~----~----~----~------~----~------~--~---

