Mark, Installing on Windows with Python 2.5 I get the following error message.
--- Installed d:\venv\tg2b6\lib\site-packages\repoze.who.plugins.sa-1.0rc1- py2.5.egg Searching for repoze.who Best match: repoze.who friendlyform-1.0b2 Downloading http://turbogears.org/2.0/downloads/2.0b6/repoze.who-friendlyform-1.0b2.tar.gz Processing repoze.who-friendlyform-1.0b2.tar.gz Running repoze.who-friendlyform-1.0b2\setup.py -q bdist_egg --dist-dir d:\temp\easy_install-dhyern\repoze.who-friendlyform -1.0b2\egg-dist-tmp-ehshx9 no previously-included directories found matching 'docs\build' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.egg' found anywhere in distribution warning: no previously-included files matching '.directory' found anywhere in distribution repoze.who-friendlyform 1.0b2 is already the active version in easy- install.pth Installed d:\venv\tg2b6\lib\site-packages \repoze.who_friendlyform-1.0b2-py2.5.egg error: Could not find required distribution repoze.who --- but running the command again completes successfully. ``paster quickstart F`` completes successfully but attempting to ``paster serve --reload development.ini`` fails with the following traceback --- Traceback (most recent call last): File "D:\venv\tg2b6\Scripts\paster-script.py", line 8, in <module> load_entry_point('pastescript==1.7.3', 'console_scripts', 'paster') () File "d:\venv\tg2b6\lib\site-packages\pastescript-1.7.3-py2.5.egg \paste\script\command.py", line 73, in run commands = get_commands() File "d:\venv\tg2b6\lib\site-packages\pastescript-1.7.3-py2.5.egg \paste\script\command.py", line 115, in get_commands plugins = pluginlib.resolve_plugins(plugins) File "d:\venv\tg2b6\lib\site-packages\pastescript-1.7.3-py2.5.egg \paste\script\pluginlib.py", line 81, in resolve_plugins pkg_resources.require(plugin) File "D:\venv\tg2b6\lib\site-packages\setuptools-0.6c9-py2.5.egg \pkg_resources.py", line 626, in require File "D:\venv\tg2b6\lib\site-packages\setuptools-0.6c9-py2.5.egg \pkg_resources.py", line 524, in resolve pkg_resources.DistributionNotFound: zope.sqlalchemy: Not Found for: F (did you run python setup.py develop?) --- easy_installing ``zope.alchemy``, and ``Catwalk`` after the next attempt fails fixes the problem and I can browse the site. However some warnings are printed which I've not seen before... --- 08:46:27,734 WARNI [tg.controllers] Skip language en-gb: not supported 08:46:27,734 WARNI [tg.controllers] Skip language en: not supported --- Regards Simon Kennedy PS Using the ``http://www.turbogears.org/2.0/downloads/current/index`` URL for the index completes without any errors or problems. On Feb 25, 3:49 am, Mark Ramm <[email protected]> wrote: > I've created a new index for b6 here: > > http://turbogears.org/2.0/downloads/2.0b6/index/ > > If some folks could test the newly rewritten install instructions here: > > http://turbogears.org/2.0/docs/main/DownloadInstall.html > > ** Make sure you replace the the easy_install line that hits the > current index with this: > > easy_install -ihttp://turbogears.org/2.0/downloads/2.0b6/index/tg.devtools > > You can check out the current draft of the changelog here: > > http://trac.turbogears.org/wiki/2.0/changelog > > Jorge, Anita, Mark, Chris Z, Chris P, Florent, Gustavo, Lee, and many > others have also put a huge amount of new effort into the online docs > here: > > http://turbogears.org/2.0/docs > > Thanks again to everybody who participated in this last week's sprint. > > The dedication, enthusiasm, and commitment of the TG2 developers > continue to supprize and amaze me. You guys rock! Special thanks > goes out to Jorge who's been working tirelesly on many of these > issues, and to the new folks who showed up in the last couple of weeks > and have really helped us polish up our docs. > > -- > Mark Ramm-Christensen > email: mark at compoundthinking dot com > blog:www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
