Thanks for your reply.
Yes, I had already generated the test-0.1dev-py2.6.egg file by typing sudo
python setup.py bdist_egg and then copied the generated egg file from the
project/dist/ folder to the other computer where I want to deploy. I had
installed easy_install on the computer. But when I tried: sudo easy_install
test-0.1dev-py2.6.egg  I got the error message I mentioned.
Do I need to copy anything else other than the egg file onto the deployment
computer to make it work?
Many thanks again.



zhan zou wrote:
> 
> The egg file test-0.1dev-py2.6.egg  is in project/dist   (generate by 
> commands :sudo python setup.py bdist)
> Copy    project/dist/test-0.1dev-py2.6.egg  to you computer  
> then install it . 
> Typically, easy_install  eggfile is exist in locale computer ,
> easy_install 
> packname online
> 
> 
> 在 2012年10月12日星期五UTC+8下午9时48分33秒,sk78写道:
>>
>>
>> Hi, 
>>
>> I'm trying to install a Turbogears project on another computer. 
>> I have followed exactly all the steps described in 
>> http://turbogears.org/2.1/docs/main/Deployment/DeployWithAnEgg.html 
>> When I get to the following step (my turbogears project is called test): 
>> sudo easy_install test-0.1dev-py2.6.egg 
>>
>> I get the following error message: 
>>
>> Installed /usr/local/lib/python2.7/dist-packages/test-0.1dev-py2.6.egg 
>> Processing dependencies for test==0.1dev 
>> Searching for test==0.1dev 
>> Reading http://pypi.python.org/simple/test/ 
>> Couldn't find index page for 'test' (maybe misspelled?) 
>> Scanning index of all packages (this may take a while) 
>> Reading http://pypi.python.org/simple/ 
>> No local packages or download links found for test==0.1dev 
>> error: Could not find suitable distribution for 
>> Requirement.parse('test==0.1dev') 
>>
>> Do you know what I have done wrong? 
>> Many thanks 
>>
>> saikari 
>> -- 
>> View this message in context: 
>> http://old.nabble.com/Deployment-problem-of-TG-tp34547430p34547430.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 view this discussion on the web visit
> https://groups.google.com/d/msg/turbogears/-/ui7dsDXnFpIJ.
> 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.
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Deployment-problem-of-TG-tp34547430p34558220.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.

Reply via email to