Repoze Notes
Wed, 20 Feb 2008
repoze.profile 0.3 Released
Whoops. The earlier release of repoze.profile 0.2 today had two issues (discovered by Zac Bir, thanks Zac!).
- It didn't work properly under Python 2.5 due to a difference in the way the Python 2.5
pstatsmodule works - It didn't explicitly depend on
ElementTree, which its templates require (but the templating package is not a setuptools package, so cannot name its own dependencies).
If you tried it and it didn't work, try it again.
easy_install -i http://dist.repoze.org/simple repoze.profile
Or if you've already got it installed..
easy_install -i http://dist.repoze.org/simple -U repoze.profile
- Chris
posted at: 18:46 | permanent link to this entry
