Reading that, I thought the package name looked a little wrong. Trying to reproduce it, I realized why it looked wrong.
Your app's setup.py is broken. It's claiming there is one package it needs named "mysql-pythonrepoze.what-quickstart", but there's not. That's two distinct packages: "mysql-python" and "repoze.what-quickstart". Fix the setup.py, and your problems will disappear. On Tue, Jun 1, 2010 at 10:00 PM, Lukasz Szybalski <[email protected]>wrote: > Hello, > I'm moving one of my apps from one server to another but I'm having > problems installing all the dependencies. > > easy_install -i http://www.turbogears.org/2.0/downloads/2.0b7/indextg.devtools > then > python setup.py develop > > and I'm getting this. > Is there some kind of special way to install this? or is there a > reason its not on 2.0b7? > > Searching for mysql-pythonrepoze.what-quickstart>=1.0 > Reading http://www.pylonshq.com/download/ > Reading http://pypi.python.org/simple/mysql-pythonrepoze.what-quickstart/ > Couldn't find index page for 'mysql-pythonrepoze.what-quickstart' > (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 > mysql-pythonrepoze.what-quickstart>=1.0 > error: Could not find suitable distribution for > Requirement.parse('mysql-pythonrepoze.what-quickstart>=1.0') > > Thanks, > Lucas > -- > OpenLdap server for User/Client Authentication in 1min. > http://lucasmanual.com/mywiki/OpenLdap#SetupOpenLdapserver.sh > > -- > 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]<turbogears%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/turbogears?hl=en. > > -- Michael J. Pedersen My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] -- 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.

