I"m trying to test mptt:
http://code.djangoproject.com/wiki/ModifiedPreorderTreeTraversal

I keep getting this error:

'module' object has no attribute '__path__'

The error comes from:
C:\Python25\lib\site-packages\django\template\__init__.py in
get_library, line of code:

mod = __import__(module_name, {}, {}, [''])


where module_name is:
'django.templatetags.i18n'

I have not done anything specific to internationalization in this
project. This noob is probably doing something dumb as I'm still
trying to learn django, esp. templates.

Also, in Eclipse I have been able to debug my own python code but
breakpoints in other libraries do not work. Any ideas on that?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to