嘿,我在安装 photologue 应用程序时遇到问题。我按照安装说明进行操作。
~/coffee$ python manage.py shell
Python 2.6.1 (r261:67515, Mar 18 2009, 13:52:30)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> import photologue
>>> photologue.VERSION
(2, 3)
但添加后
'photologue',
对于我已安装的应用程序,当我尝试 python manage.py syncdb 时出现错误:
Error: No module named photologue,
那是什么原因:(