Hello all, The procedure I am using is supposed to provide me a crisp new install for the trunk. However, once I am done tg-admin fails. I am running on Fedora Core5 that is 'yum' updated.
First the procedure: $ ~/bin/virtual-python.py --clear --prefix=~/tgsvn $ ~/tgsvn/bin/python ~/bin/ez_setup.py $ ~/tgsvn/bin/easy_install -f http://peak.telecommunity.com/snapshots/ RuleDispatch $ svn co http://www.turbogears.org/svn/turbogears/trunk turbogears $ cd turbogears $ ~/tgsvn/bin/python setup.py develop Everything seems to be ok. At least it completes. I had some trouble with finding TurboKid 0.9.9 last week but that seems to be ok this week... Now for the fun: ( Sorry if this gets mangled a bit ) $ ~/tgsvn/bin/tg-admin info Traceback (most recent call last): File "/home/nicky/tgsvn/bin/tg-admin", line 7, in ? sys.exit( File "/home/nicky/tgsvn/lib/python2.4/site-packages/setuptools-0.6c2-py2.4.egg/pkg_resources.py", line 236, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/home/nicky/tgsvn/lib/python2.4/site-packages/setuptools-0.6c2-py2.4.egg/pkg_resources.py", line 2097, in load_entry_point return ep.load() File "/home/nicky/tgsvn/lib/python2.4/site-packages/setuptools-0.6c2-py2.4.egg/pkg_resources.py", line 1830, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/home/nicky/src/turbogears/turbogears/__init__.py", line 6, in ? from turbogears.controllers import expose, flash, validate, redirect, \ File "/home/nicky/src/turbogears/turbogears/controllers.py", line 14, in ? from turbogears import view, database, errorhandling File "/home/nicky/src/turbogears/turbogears/view/__init__.py", line 1, in ? from turbogears.view.base import * File "/home/nicky/src/turbogears/turbogears/view/base.py", line 340, in ? _load_engines() File "/home/nicky/src/turbogears/turbogears/view/base.py", line 324, in _load_engines engine_options ={ File "/home/nicky/src/turbogears/turbogears/config.py", line 212, in get value = config.get(key, default_value, return_section, path) TypeError: get expected at most 2 arguments, got 4 $ I have not a clue where to start debugging this... Something in the back of my mind says 'setuptools' but I really am not certain. I had to get a new version of it to load the released version of TG and that's about when the trunk version stopped working for me. So far I am using the released version without issues but I'd like to get back to the trunk. Any pointers are appreciated. Nicky --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
