Here is the output of the commands: Python 2.6.1 (r261:67515, Jul 9 2009, 14:14:26) [GCC 4.3.2 20081105 (Red Hat 4.3.2-7)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import django Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named django >>> print django.VERSION Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'django' is not defined >>> import django.core.handlers.modpython Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named django.core.handlers.modpython >>>
On Jun 9, 3:41 pm, Jan Koprowski <[email protected]> wrote: > Stephen, > > If You can run Python 2.4 - this is not the case because of really > nice setup.py maintaining all necessary Python dependencies. > VirtualEnv solve almost all problems - only incompatible with mod_wsgi > Apache could be a problem. > Sometimes You must run something on very old machine and upgrading it > is not the case because sometimes you are not owner of machine :) > > Regards, > > On Thu, Jun 9, 2011 at 9:36 PM, Stephen Gallagher > > > > <[email protected]> wrote: > > On Thu, 2011-06-09 at 06:42 -0700, ROAAN wrote: > >> Hi, > > >> I am installing ReviewBoard on my machine running Fedora 10. I seem to > > > It's worth noting that Fedora 10 was declared end-of-life almost two > > years ago, so you're probably going to run into difficulty installing > > ANY new software on it. > > > It would be prudent to upgrade to a supported operating system like > > Fedora 14 or 15, or move to a long-term supported release like Red Hat > > Enterprise Linux or CentOS. > > > -- > > Want to help the Review Board project? Donate today > > athttp://www.reviewboard.org/donate/ > > Happy user? Let us know athttp://www.reviewboard.org/users/ > > -~----------~----~----~----~------~----~------~--~--- > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group > > athttp://groups.google.com/group/reviewboard?hl=en > > -- > > ><> Jan Koprowski -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
