>So the tests at test_genericfucntions.py are passing? :)
I guess not:
C:\Documents and
Settings\Daystev\Desktop\Downloads\toscawidgets\tests>nosetests
test_genericfunctions.py
...FF
======================================================================
FAIL: Non-prioritized ambiguous methods are processed fine
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Documents and
Settings\Daystev\Desktop\Downloads\toscawidgets\tests\t
est_genericfunctions.py", line 32, in test_non_prioritized_ambiguous
self.assertRaises(dispatch.AmbiguousMethod, self.demo_func, 10)
AssertionError: AmbiguousMethod not raised
======================================================================
FAIL: Prioritized ambiguous methods are processed fine
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Documents and
Settings\Daystev\Desktop\Downloads\toscawidgets\tests\t
est_genericfunctions.py", line 54, in test_prioritized_ambiguous
self.assertEqual(self.demo_func(10),0)
AssertionError: 10 != 0
----------------------------------------------------------------------
Ran 5 tests in 0.521s
FAILED (failures=2)
> The error you're getting is the same as
> in:http://trac.turbogears.org/ticket/1200
>
> Delete al pyc files in tgsample/templates and it should work...
>
> Alberto
I still get the error... :(
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---