Thanks, I tried but this did not work either: >>> csv2json.py sw.csv wkw1.Lawyer
File "<stdin>", line 1 csv2json.py sw.csv wkw1.Lawyer ^ SyntaxError: invalid syntax >>> I checked "stdin" but I didn't understand how it relates to this case: http://en.wikibooks.org/wiki/Python_Programming/Input_and_output http://stackoverflow.com/questions/1450393/how-do-you-read-from-stdin-in-python On Nov 13, 1:36 pm, BenChapman <benjamin.chap...@gmail.com> wrote: > At line 21 of csv2json.py, change "import simplejson" to "from > django.utils import simplejson" > > Now try running the csv2json.py script from the command line: > > python csv2json.py sw.csv wkw1.Lawyer > > See if that solves the problem. > > Best, > > Ben > > On Nov 12, 2:14 pm, Zeynel <azeyn...@gmail.com> wrote: > > > > > 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=.