Also the zope.sqlalchemy folder seems to be in the python system path: http://paste.turbogears.org/paste/22592
On Dec 30, 9:37 pm, Artem Marchenko <[email protected]> wrote: > Thanks for the quick reply, Mark! > I decided to make a clean experiment, unistalled everything including > the python itself and followed the instructions as carefully as I > could. So far I failed. Here is a detailed script of what I did. I > hope it helps. > > Everything was happening on Windows Vista with disabled UAC. > > 1. Installed TurboGears2-2.0b1-py25_Python-2.5.exe Everything was left > as default. > > 2. Then I went to freshly created c:\tg2tr folder and started > following the wiki tutorial > fromhttp://turbogears.org/2.0/docs/main/Wiki20/wiki20.html > > 3. paster and everything else was not in the path so I activated the > virtuaenv via c:\tg2.0b1\Scripts\activate.bat After that quickstart > worked > > 4. After that several tutorial steps went fine except for that I had > to restart the service (since tutorial tells to modify __init__.py > before you create page.py) > > 5. At the initializeDB step I get no module > zope.sqlalchemy:http://paste.turbogears.org/paste/22586 > At this point "paster tginfo" shows the > followinghttp://paste.turbogears.org/paste/22587 > At the same time if I go to C:\tg2.0b1\Lib\site-packages I see there > the "zope.sqlalchemy-0.3-py2.5.egg" folder (not file, but folder with > just a few *.py files in subdirectories). > > 6. Following your advice I run "easy_install zope.sqlalchemy" and > script tells that the correct version is already installed > :/http://paste.turbogears.org/paste/22589 > > Now that makes me really confused. It looks like everything is in fact > on my hard drive, but something is correctly registered in half of the > registries only. > > On 30 Грд, 18:24, "Mark Ramm" <[email protected]> wrote: > > > Hmm, sounds like perhaps zope.sqlalchemy is missing? > > Is your virtualenv activated? Do you have zope.sqlalchemy in your > > virtualenv's site-packages directory (lib, python, site-packages) > > > Can you post a traceback and the results of paster tginfo up on > > paste.turbogears.org? > > > I can't reproduce the problem you're seeing on osx or linux, and don't have > > a windows box handy to try the installer. > > > If it's just not having the package try easy_install zope.sqlalchemy and see > > if that fixes your problem... > > > 2008/12/30 Artem Marchenko <[email protected]> > > > > Thank you for releasing the beta! > > > I got acquainted with TG1 long time ago and was delaying the real > > > trials until TG2 betas. > > > It is indeed possible to install TG including Python with the Windows > > > installers. > > > > Unfortunately the wiki20 tutorial doesn't seem to work out of the box > > > for me (http://www.nabble.com/2.0-tutorial-problem-td19719317.html). > > > Whatever I do, it always fails in the initializeDB step with the > > > dependency problems around sqlalchemy or zope.interface (after running > > > setup.py develop manually). > > > > It would be great if somebody knowledgeable could go through the > > > tutorial and tell where to fix it. > > > > Best regards, > > > Artem. > > > > On 30 Грд, 17:42, "Mark Ramm" <[email protected]> wrote: > > > > On Tue, Dec 30, 2008 at 10:38 AM, Aigarius <[email protected]> wrote: > > > > > > On Dec 29, 3:54 pm, "Mark Ramm" <[email protected]> wrote: > > > > > > To download 2.0 beta 1, simply follow the instructions here: > > > > > > >http://turbogears.org/2.0/docs/main/DownloadInstall.html > > > > > > People with existing 1.9.7 virtualenv installations can just do: > > > > > > $ tg2env/bin/activate > > > > > $ easy_install -ihttp://www.turbogears.org/2.0/downloads/current/index > > > > > -U <http://www.turbogears.org/2.0/downloads/current/index-U> > > > tg.devtools > > > > > Looks correct to me. > > > -- > > 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" 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 -~----------~----~----~----~------~----~------~--~---

