On Fri, Apr 25, 2008 at 10:06 AM, Ramdas S <[EMAIL PROTECTED]> wrote:

> I am on the latest SVN. When I just tried syncdb.
>
> I got this error about xml.sax as in this paste bin
>
> http://dpaste.com/46898/
>
> any help or advice
>

Paste shows the original exception to be:

    from xml.sax.saxutils import XMLGenerator
ImportError: No module named sax.saxutils

xml.sax.saxutils is a standard Python module so that import should work.
Have you created your own 'xml' module, perhaps, that is interfering with
access to Python's standard one?

Karen

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