Unresolved import: models

前端 未结 9 1086
星月不相逢
星月不相逢 2020-12-03 03:32

I\'m doing my VERY first project using python/django/eclipse/pydev following this guide

http://docs.djangoproject.com/en/dev/intro/tutorial01/

My only additi

9条回答
  •  情深已故
    2020-12-03 04:14

    I was able to get rid of the import errors executing this cmd

    sudo ln -s /usr/lib/pymodules/ /usr/lib/python2.6/pymodules
    

    I was lucky, testing different things I could resolve it but I'm not sure why I have to do this and how I could avoid doing it.

提交回复
热议问题