python-3.x - 无法找到 PyForms 'loggingbootstrap' 依赖项

标签 python-3.x pyforms

我尝试使用 Python 3 运行基本的 pyforms 程序,但出现以下错误:

    import pyforms
  File "C:\Python36\lib\site-packages\pyforms\__init__.py", line 4, in <module>
    import loggingbootstrap
ModuleNotFoundError: No module named 'loggingbootstrap'

我确信我在这里遗漏了一些明显的东西,因为 Google 上没有这个模块的踪迹。

最佳答案

我也遇到过这个问题。此模块似乎存在未记录的依赖项:https://bitbucket.org/fchampalimaud/logging-bootstrap

您可以使用pip install git+https://bitbucket.org/fchampalimaud/logging-bootstrap.git来安装它。

(顺便说一句,Pyforms 目前相当难以安装,因为它的文档很差,而且有些深奥的依赖性。这只是我遇到的几个问题之一。我正在考虑在项目中使用它,但现在决定寻找其他东西,因为其他人需要能够顺利安装我的产品。)

关于python-3.x - 无法找到 PyForms 'loggingbootstrap' 依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45237396/

相关文章:

python - 我如何在 cssutils 中捕获 CSSStyleDeclaration 错误

python-3.x - Scipy stats.mode 没有返回最大发生值

python - Pyforms 属性错误 : ‘module’ object has no attribute ‘start_app’

Python Pyforms : how to use css in Pyforms or html-api in pyforms

python - Pyforms 库 : WinError5 Access is denied

python - 如何在没有模块的情况下格式化 csv 文件(例如省略第一行和第一列)?

python - 我如何调整我的代码以仅删除打印所需的值

django - Python subprocess.Popen()在Docker容器中不起作用-在本地工作正常

python - pyforms - 基于变量值的动态样式