Gustavo Narea <m...@gustavonarea.net> added the comment:

Hello, ergo.

That's in fact the package I use to create the decorators and 
repoze.what-pylons is supported
(tested and known to work) in Python 2.4, 2.5 and 2.6 with no problems. Have a 
look at the
following test suite, for example:

=====
gust...@valencia:~/Software/Repoze/repoze.what-pylons$ workon r.what-pylons-24
(r.what-pylons-24)gust...@valencia:~/Software/Repoze/repoze.what-pylons$ python 
-V
Python 2.4.6
(r.what-pylons-24)gust...@valencia:~/Software/Repoze/repoze.what-pylons$ 
nosetests 2>&1 |
tail -1
OK
(r.what-pylons-24)gust...@valencia:~/Software/Repoze/repoze.what-pylons$ 
deactivate
gust...@valencia:~/Software/Repoze/repoze.what-pylons$ workon r.what-pylons-25
(r.what-pylons-25)gust...@valencia:~/Software/Repoze/repoze.what-pylons$ python 
-V
Python 2.5.4
(r.what-pylons-25)gust...@valencia:~/Software/Repoze/repoze.what-pylons$ 
nosetests 2>&1 |
tail -1
OK
(r.what-pylons-25)gust...@valencia:~/Software/Repoze/repoze.what-pylons$ 
deactivate
gust...@valencia:~/Software/Repoze/repoze.what-pylons$ workon r.what-pylons
(r.what-pylons)gust...@valencia:~/Software/Repoze/repoze.what-pylons$ python -V
Python 2.6.4
(r.what-pylons)gust...@valencia:~/Software/Repoze/repoze.what-pylons$ nosetests 
2>&1 | tail
-1
OK
=====

Something else must have gone wrong, not those decorators. Unless, you're using 
decorator v2
-- We're using v3 (as specified in setup.py).

Could you please use the mailing list so we can help you out? Don't forget to 
include traceback
or any other info that could be useful.

Thanks.

----------
assignedto:  -> Gustavo
nosy: +Gustavo
status: unread -> resolved
topic: +repoze.what

__________________________________
Repoze Bugs <b...@bugs.repoze.org>
<http://bugs.repoze.org/issue108>
__________________________________
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to