我试图在安装Bika LIMS后启动Plone,但得到以下错误:
ImportError: could not import gobject (error was: ImportError('When using gi.repository you must not import static modules like "gobject". Please change all occurrences of "import gobject" to "from gi.repository import GObject".',))
这里有一个到Pastebin的链接:http://pastebin.com/embed_iframe.php?i=HkJgRZmJ
发布于 2013-05-08 20:37:08
这似乎不是一个简单的问题,而是gi Python包(不管它是什么)的问题。
"/usr/lib/python2.7/dist-packages/gi/__init__.py", line 27, in <module>我建议你直接联系BIKA的作者来解决这个问题。
https://stackoverflow.com/questions/16421860
复制相似问题