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

> No. I have not! I am facing this problem after upgrading to the latest.
>
> RS
>
>
> On Fri, Apr 25, 2008 at 7:53 PM, Karen Tracey <[EMAIL PROTECTED]> wrote:
>
>> 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?
>>
>
What is printed out if you run:

python -v manage.py shell
from xml.sax.saxutils import XMLGenerator

(Running manage.py shell should give you a shell with the same Python path
setting as your syncdb, and the -v argument will make Python print out
information about where it is finding what it is trying to import.)

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