Am 23.01.2011 um 00:35 schrieb KenAdler:
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)
I had similar problems a few days ago. I'm not 100% sure *what* the
reason was, I only remember thinking that Genshi was simply dropped as
an explicit dependency. I didn't bother though - I just did
easy_install Genshi
(with activated venv of course), and that was it.
diez
--
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.