gpt4 book ai didi

CKAN 开发安装问题 : AttributeError: 'module' object has no attribute 'css/main.debug.css'

转载 作者:行者123 更新时间:2023-12-04 01:38:18 25 4
gpt4 key购买 nike

我已经完成了 CKAN 开发安装,并在我的 development.ini 文件中使用 debug = true 运行。在访问 localhost:5000 时,我收到一个带有回溯的错误,其终点是错误:

AttributeError: 'module' object has no attribute 'css/main.debug.css'

由 lib/helpers.py 中的调用引起:
r = getattr(fanstatic_resources, resource)

知道我做错了什么以及我能做些什么来解决这个错误。

最佳答案

您需要运行 less来自 bin 的脚本CKAN 源代码中的目录来构建 main.debug.css文件。有some documentation of this但它尚未与 CKAN 文档的其余部分集成(即在任何地方都没有指向它的链接,我们有一张票可以解决这个问题)。

这适用于 Ubuntu 12.04,执行此操作时可能需要激活 virtualenv:

sudo apt-get install nodejs npm
npm install less nodewatch
./bin/less # Assuming you're in your ckan dir e.g. `~/pyenv/src/ckan`

现在重新启动 paster serve development.ini命令,它应该可以工作。

一般来说,无论何时运行 CKAN 2.0 进行开发,您都应该:
  • debug = True在您的 ini 文件中
  • ./bin/less一直在终端运行
  • 关于CKAN 开发安装问题 : AttributeError: 'module' object has no attribute 'css/main.debug.css' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13480800/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com