On 5/29/2010 4:19 PM, Krishnakant Mane wrote:
hello all.
I am trying to install pylons 1.0 using easy_install in a vertual environment.
I get the error failed to download some packages
By the way can some one tell me where can I download all the dependencies for off-line installation. I had success with pylons 0.9.7 where I used to do easy_install -i /home/user/Download/pylons_repo pylons. I had all the dependencies including pylons itself downloaded in the said folder and every thing worked fine. I would like this same to happen with version 1.0. But since the direct installation itself is not working, I think there is or might be a mismatch with some packages and easy_install is not able to get the right one.

has any one faced this problem?
I just tried this on Ubuntu 10.04, with success:

cd ~/tmp
virtualenv --no-site-packages test
cd test
bin/easy_install 'pylons==1.0'

Then just to be sure things were working I did:

bin/paster create -t pylons test-project
cd test-project
../bin/paster serve development.ini

This also worked, though granted it probably wasn't a very exhaustive test. At any rate there are several packages installed along with Pylons. Here's the complete list of my site-packages folder within the virtual environment:

Beaker-1.5.3-py2.6.egg
decorator-3.2.0-py2.6.egg
easy-install.pth
FormEncode-1.2.2-py2.6.egg
Mako-0.3.2-py2.6.egg
nose-0.11.3-py2.6.egg
Paste-1.7.3.1-py2.6.egg
PasteDeploy-1.3.3-py2.6.egg
PasteScript-1.7.3-py2.6.egg
pip-0.7.2-py2.6.egg
Pygments-1.3.1-py2.6.egg
Pylons-1.0-py2.6.egg
Routes-1.12.1-py2.6.egg
setuptools-0.6c11-py2.6.egg
setuptools.pth
simplejson-2.1.1-py2.6-linux-i686.egg
Tempita-0.4-py2.6.egg
WebError-0.10.2-py2.6.egg
WebHelpers-1.0rc1-py2.6.egg
WebOb-0.9.8-py2.6.egg
WebTest-1.2.1-py2.6.egg

Hope this helps.

Lance

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-disc...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to