On Tue, Jan 6, 2009 at 8:17 AM, Sanjiv Singh <[email protected]> wrote:
>
> Hi Mark,
>
> Works fine on Ubuntu hardy and Windows with python-2.5.
>
> Just a FYI, the links in your post still point to 1.9.7. So I post
> this with the correct link for those who like to copy and paste like
> me :)
>
> easy_install -i http://www.turbogears.com/2.0/downloads/2.0b2/index/
> tg.devtools
>
> regards
> Sanjiv
>
> On Tue, Jan 6, 2009 at 9:06 AM, Mark Ramm <[email protected]> wrote:
>> I'll be doing the  second 2.0 beta release tomorrow morning if all goes
>> well.
>> So, in an attempt to get all this out in front of a few more people and
>> hopefully get a release out this weekend, I've just created a new index at:
>> http://www.turbogears.org/2.0/downloads/2.0b2/index/
>>
>> So, if you create a new virtualenv with the --no-site-packages option
>> you should be able to get a fully functional TG2 install with all the
>> latest goodness by activating your virtualenv and doing:
>>
>> easy_install
>> -i http://www.turbogears.org/2.0/downloads/1.9.7b2/index/ tg.devtools
>>
>> If there are any last min troubles, let me know and I'll fix them before the
>> final release tomorrow.
>>

works on debian + python2.5

but on debian  + python2.4

URL: http://localhost:8080/
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/WebError-0.9.1-py2.4.egg/weberror/evalexception.py',
line 428 in respond
  app_iter = self.application(environ, detect_start_response)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/TurboGears2-2.0b2-py2.4.egg/tg/configuration.py',
line 521 in remover
  return app(environ, start_response)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/repoze.tm2-1.0a3-py2.4.egg/repoze/tm/__init__.py',
line 19 in __call__
  result = self.application(environ, save_status_and_headers)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/repoze.who-1.0.9-py2.4.egg/repoze/who/middleware.py',
line 107 in __call__
  app_iter = app(environ, wrapper.wrap_start_response)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/ToscaWidgets-0.9.5dev_20081026-py2.4.egg/tw/core/middleware.py',
line 36 in __call__
  return self.wsgi_app(environ, start_response)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/ToscaWidgets-0.9.5dev_20081026-py2.4.egg/tw/core/middleware.py',
line 59 in wsgi_app
  resp = req.get_response(self.application)
File 'build/bdist.linux-i686/egg/webob/__init__.py', line 1306 in get_response
File 'build/bdist.linux-i686/egg/webob/__init__.py', line 1275 in
call_application
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/ToscaWidgets-0.9.5dev_20081026-py2.4.egg/tw/core/resource_injector.py',
line 67 in _injector
  resp = req.get_response(app)
File 'build/bdist.linux-i686/egg/webob/__init__.py', line 1306 in get_response
File 'build/bdist.linux-i686/egg/webob/__init__.py', line 1275 in
call_application
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Beaker-1.1.2-py2.4.egg/beaker/middleware.py',
line 81 in __call__
  return self.app(environ, start_response)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Beaker-1.1.2-py2.4.egg/beaker/middleware.py',
line 159 in __call__
  return self.wrap_app(environ, session_start_response)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Routes-1.10.1-py2.4.egg/routes/middleware.py',
line 118 in __call__
  response = self.app(environ, start_response)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Pylons-0.9.7rc4-py2.4.egg/pylons/wsgiapp.py',
line 117 in __call__
  response = self.dispatch(controller, environ, start_response)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Pylons-0.9.7rc4-py2.4.egg/pylons/wsgiapp.py',
line 316 in dispatch
  return controller(environ, start_response)
File '/home/lucas/tmp/maa3/maa3/lib/base.py', line 36 in __call__
  return TGController.__call__(self, environ, start_response)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Pylons-0.9.7rc4-py2.4.egg/pylons/controllers/core.py',
line 204 in __call__
  response = self._dispatch_call()
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Pylons-0.9.7rc4-py2.4.egg/pylons/controllers/core.py',
line 159 in _dispatch_call
  response = self._inspect_call(func)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Pylons-0.9.7rc4-py2.4.egg/pylons/controllers/core.py',
line 95 in _inspect_call
  result = self._perform_call(func, args)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/TurboGears2-2.0b2-py2.4.egg/tg/controllers.py',
line 507 in _perform_call
  result = DecoratedController._perform_call(
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/TurboGears2-2.0b2-py2.4.egg/tg/controllers.py',
line 118 in _perform_call
  response = self._render_response(controller, output)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/TurboGears2-2.0b2-py2.4.egg/tg/controllers.py',
line 281 in _render_response
  template_name=template_name)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/TurboGears2-2.0b2-py2.4.egg/tg/render.py',
line 102 in render
  template_vars.update(_get_tg_vars())
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/TurboGears2-2.0b2-py2.4.egg/tg/render.py',
line 53 in _get_tg_vars
  flash = tg.get_flash(),
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/TurboGears2-2.0b2-py2.4.egg/tg/flash.py',
line 27 in get_flash
  msg = session.get('flash_message', '')
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Paste-1.7.2-py2.4.egg/paste/registry.py',
line 137 in __getattr__
  return getattr(self._current_obj(), attr)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Beaker-1.1.2-py2.4.egg/beaker/session.py',
line 463 in __getattr__
  return getattr(self._session(), attr)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Beaker-1.1.2-py2.4.egg/beaker/session.py',
line 458 in _session
  self.__dict__['_sess'] = Session(req, use_cookies=True,
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Beaker-1.1.2-py2.4.egg/beaker/session.py',
line 86 in __init__
  self.cookie = SignedCookie(secret, input=cookieheader)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Beaker-1.1.2-py2.4.egg/beaker/session.py',
line 36 in __init__
  Cookie.BaseCookie.__init__(self, input)
File 'Cookie.py', line 568 in __init__
  if input: self.load(input)
File 'Cookie.py', line 621 in load
  self.__ParseString(rawdata)
File 'Cookie.py', line 651 in __ParseString
  rval, cval = self.value_decode(V)
File 
'/home/lucas/tmp/tg2b2env/lib/python2.4/site-packages/Beaker-1.1.2-py2.4.egg/beaker/session.py',
line 40 in value_decode
  sig = hmac.new(self.secret, val[40:], sha1).hexdigest()
File 'hmac.py', line 107 in new
  return HMAC(key, msg, digestmod)
File 'hmac.py', line 42 in __init__
  self.outer = digestmod.new()
AttributeError: 'builtin_function_or_method' object has no attribute 'new'

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to