Am 23.01.2011 um 06:33 schrieb KenAdler:
In setting up my Centos 5.5 python2.6.6....
I was able to do easy_install virtualenv with no problem
However, later on when I am following the "System Package Install"
instructions it tells me to do:
yum install python-virtualenv.
When I do that I get the error:
"No package python-virtualenv available."
Any thoughts on what is going on here... and what is the difference
between
these two seemingly similar commands.
The one installs virtualenv using python's own package management via
setuptools, the other the distro's package. I don't know centos, but
maybe the package name is spellt wrong, or it's not even existing. I
wouldn't bother to much, if the virtualenv is installed.
more to the point, when I go to the next step of installing
turbogears, I
see a lot of warning messages go flying by:
virtualenv --no-site-packages -p python2.6 tg2env
$ cd tg2env/
$ source bin/activate
(tg2env)$ easy_install -i
http://www.turbogears.org/2.1/downloads/current/index tg.devtools
....
warning: no previously-included files matching '*' found under
directory
'docs/_build/_sources'
Processing Mako-0.3.4.tar.gz
Running Mako-0.3.4/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-R17bhJ/Mako-0.3.4/egg-dist-tmp-1HYxSE
warning: no files found matching '*.js' under directory 'doc'
warning: no files found matching '*.jpg' under directory 'doc'
warning: no files found matching '*.png' under directory 'doc'
warning: no files found matching 'Makefile' under directory 'doc'
warning: no files found matching '*.rst' under directory 'doc'
warning: no files found matching '*.mako' under directory 'doc'
warning: no files found matching '*.sty' under directory 'doc'
warning: no files found matching '*.xml' under directory 'examples'
warning: no files found matching '*.mako' under directory 'examples'
warning: no files found matching '*.dat' under directory 'test'
warning: no files found matching 'ez_setup.py'
Downloading
http://www.turbogears.org/2.1/downloads/current/
FormEncode-1.2.2.tar.gz
Processing FormEncode-1.2.2.tar.gz
Running FormEncode-1.2.2/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-AI0V4l/FormEncode-1.2.2/egg-dist-tmp-r7JYNT
warning: no files found matching '*.py' under directory '.'
warning: no files found matching '*.html' under directory 'docs'
no previously-included directories found matching '**/.svn'
Adding FormEncode 1.2.2 to easy-install.pth file
These are just warnings about overeager data-file instructions in
setup.py I guess. The packages seem to be downloaded as source & build
on your computer, instead of being eggs. I guess that's because of
py2.6 or x64. Also nothing to woryy, if things *run*.
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.