On Tue, Dec 23, 2008 at 1:25 AM, Florent Aide <[email protected]> wrote: > > On Tue, Dec 23, 2008 at 12:51 AM, Lukasz Szybalski <[email protected]> > wrote: >> >> Hello, >> >> >> 1. Can setup.cfg be configured to use easy_install from >> tg.org/,,,/index and then pypi. Its really hard to install from source >> tg.devtools when package is missing on index page (tg.devtools in > > This is a _new_ thread with a new question. Please do _not_ use > another unrelated thread to ask new questions. (even if you change the > subject)... This may sound arsh but please understand you are posting > a lot of emails in the mailing lists and are mixing subjects and > questions. Most of the time not answering the questions we ask you, > and thus creating a sentiment of wasting our time. > > I propose you read http://www.catb.org/~esr/faqs/smart-questions.html > and think about it. > > That said, did you try to run: > > easy_install -i http://pypi.python.org/simple/ yourpackage >
Would be nice if we could do something like this in a setup.cfg in tg.devtools: [easy_install] index_url = http://turbogears.org/2.0/downloads/current/index/ http://pypi.python.org/simple/ but from what I read the setuptools doesn't mention multiple indexes as one of the options. There is a bug+patch request for it do. Thanks, Lucas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
