Re: Problem Installing Fixture: Unbound Prefix

2009-03-12 Thread Chris Spencer
On Thu, Mar 12, 2009 at 6:44 AM, Russell Keith-Magee wrote: > > On Thu, Mar 12, 2009 at 8:54 AM, Chris wrote: >> >> I'm using Django 1.0.2, and I dumped out a sample database as XML >> using dumpdata. When I run my unittests using this XML as a fixture, I >> get the error: > ... >> SAXParseExcep

Re: Problem Installing Fixture: Unbound Prefix

2009-03-12 Thread Russell Keith-Magee
On Thu, Mar 12, 2009 at 8:54 AM, Chris wrote: > > I'm using Django 1.0.2, and I dumped out a sample database as XML > using dumpdata. When I run my unittests using this XML as a fixture, I > get the error: ... > SAXParseException: :20:41: unbound prefix > > This error seems to be caused by tags,

Re: Problem Installing Fixture: Unbound Prefix

2009-03-11 Thread Chris
Note, I also get a similar error for loading JSON: ValueError: No JSON object could be decoded On Mar 11, 7:54 pm, Chris wrote: > I'm using Django 1.0.2, and I dumped out a sample database as XML > using dumpdata. When I run my unittests using this XML as a fixture, I > get the error: > > Probl

Problem Installing Fixture: Unbound Prefix

2009-03-11 Thread Chris
I'm using Django 1.0.2, and I dumped out a sample database as XML using dumpdata. When I run my unittests using this XML as a fixture, I get the error: Problem installing fixture '/workspace/project/main/fixtures/ simple.xml': Traceback (most recent call last): File "/workspace/project/common/z