Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 centos 服务器上安装了 python 2.7 和 django 1.5。我也安装了cqlengine,但是当我想运行我的项目时发生此错误:无法导入模型cqlengine 任何人都可以帮助我该怎么做..谢谢
你需要在你的 centos 盒子上升级 python。看起来你在你的 centos 盒子上使用了 python 2.6。直到 python 2.7 才引入集合理解(cqlengine 文件中发生的事情)。这很可能是你的问题。