Hi,

my project is in C:/sw1/wkw1
models are in C:/sw1/wkw1/models.py

Model name is Lawyer.

So, in the python shell I import simplejson with

from django.utils import simplejson

then I enter

csv2json.py sw.csv wkw1.Lawyer


and I get the error

>>> from django.utils import simplejson
>>> csv2json.py sw.csv wkw1.Lawyer
  File "<stdin>", line 1
    csv2json.py sw.csv wkw1.Lawyer
                 ^
SyntaxError: invalid syntax
>>>

What am I doing wrong?

On Nov 12, 1:57 pm, "R. Gorman" <r.m.gor...@gmail.com> wrote:
> What is the error message you are receiving?
>
> R.

--

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


Reply via email to