Christoph Zwerschke wrote: > > Am 22.01.2011 09:44 schrieb KenAdler: >> it also complained about genshi > > Is Genshi installed in your virtualenv? "python setup.py develop" in the > quickstarted example should have done this. > > -- Christoph > > > > Hi Christoph:
I am pretty sure that I did.. I am rolling back my VM and going step by step again (copying from web page). NEW INFORMATION: When I did the "System Package Installation" For Fedora systems: $ su -c 'yum install gcc sqlite-devel python-virtualenv' I got the following error: No package python-virtualenv available. (the GCC and sqlite-devel were already on my VM.) I even tried doing the command as "RHEL" but got an error on the first command: [root@localhost Python-2.6.6]# su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm' Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm error: skipping http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm - transfer failed - Unknown or unexpected error Any additional thoughts? (going to move forward and try the rest of the install and confirm that I did the python setup.py before nosetests) TIA! -- View this message in context: http://old.nabble.com/Nosetests-error-after-doing-%22Explaining-the-Installation-Process%22-tp30735087p30739352.html Sent from the Turbogears General mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

