TBS schrieb: > Hi, > > Install appeared to work, path setup ok, but I get an sqlobject error > when running tg-admin info. > > Any ideas? > > > C:\>python tgsetup.py > TurboGears Installer > Beginning setuptools/EasyInstall installation and TurboGears download > > Searching for TurboGears[standard]==1.0.3.4 > Reading http://www.turbogears.org/download/ > Reading http://pypi.python.org/simple/TurboGears/ > Reading http://www.turbogears.org > Reading http://www.turbogears.org/download/filelist.html > Best match: turbogears 1.0.3.4 > Processing turbogears-1.0.3.4-py2.5.egg > turbogears 1.0.3.4 is already the active version in easy-install.pth > Installing tg-admin-script.py script to c:\python25\Scripts > Installing tg-admin.exe script to c:\python25\Scripts > > Using c:\python25\lib\site-packages\turbogears-1.0.3.4-py2.5.egg > Reading http://files.turbogears.org/eggs/ > Processing dependencies for TurboGears[standard]==1.0.3.4 > Finished processing dependencies for TurboGears[standard]==1.0.3.4 > > Important additional install information > ---------------------------------------- > > You may need to update the PATH in your environment to allow > you to run the "tg-admin" command or any other Python scripts that > you install. To do that on Windows: > > Go to System Properties -> Advanced -> Environment Variables and > add or edit > the PATH variable to have ;C:\Python25;C:\Python25\Scripts, assuming > you instal > led Python to the default location. > > C:\>path > PATH=c:\oracle_client;c:\oracle_home\bin;C:\Program Files\Oracle BPA > Suite10.1.3 > .3\BPServer\JDK\bin;C:\Program Files\Oracle BPA Suite10.1.3.3\BPServer > \OLITE;C:\ > WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files > \Support Tools\;C > :\Program Files\OpenAFS\Common;C:\Program Files\OpenAFS\Client > \Program;c:\python > 25\scripts\;c:\python25\;C:\WINNT\system32\WindowsPowerShell\v1.0;C: > \PROGRA~1\Se > cureFX;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\CollabNet > Subversio > n > > C:\>tg-admin info > Traceback (most recent call last): > File "c:\python25\scripts\tg-admin-script.py", line 8, in <module> > load_entry_point('turbogears==1.0.3.4', 'console_scripts', 'tg- > admin')() > File "c:\python25\lib\site-packages\TurboGears-1.0.3.4-py2.5.egg > \turbogears\co > mmand\base.py", line 331, in main > command = entrypoint.load() > File "c:\python25\lib\site-packages\setuptools-0.6c7-py2.5.egg > \pkg_resources.p > y", line 1912, in load > File "c:\python25\lib\site-packages\TurboGears-1.0.3.4-py2.5.egg > \turbogears\co > mmand\i18n.py", line 23, in <module> > from turbogears.toolbox.admi18n import pygettext, msgfmt, catalog > File "c:\python25\lib\site-packages\TurboGears-1.0.3.4-py2.5.egg > \turbogears\to > olbox\__init__.py", line 1, in <module> > from base import Toolbox > File "c:\python25\lib\site-packages\TurboGears-1.0.3.4-py2.5.egg > \turbogears\to > olbox\base.py", line 11, in <module> > import designer > File "c:\python25\lib\site-packages\TurboGears-1.0.3.4-py2.5.egg > \turbogears\to > olbox\designer\__init__.py", line 9, in <module> > import sqlobject > ImportError: No module named sqlobject
This has been fixed in 1.0.4. The installing of SO or SA has become optional. Diez Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

