Re: django.models problem

2014-09-07 Thread Martin Spasov
or easy_install pip and then pip install pillow why use pip instead of easy_install can be seen here Martin! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubsc

Re: django.models problem

2014-09-07 Thread youngershen
easy_install PIL may be solve your problem 在 2014年9月7日,下午4:41,Shangui Ren 写道: > os:win7 64bit > database:mysql > > I use django mdoels to create imagefield field in a table,but when i use > "python manage.py sqlall books" command it print the fllowing error: > > Traceback (most recent call las

django.models problem

2014-09-07 Thread Shangui Ren
os:win7 64bit database:mysql I use django mdoels to create imagefield field in a table,but when i use "python manage.py sqlall books" command it print the fllowing error: Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "C:\Python