问题标签 [python-config]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
95 浏览

python-config - 如何在 ubuntu 上更改 python-config 版本

我已经在我的桌面上安装了 python3.6,里面已经有 python3.5 和 python2.7。我将 python 和 python3 的默认路径都更改为 python3.6,但似乎 python-config 仍在 python2.7 上,而 python3-config 仍在 python3.5 上。如何将默认的 python3-config 或 python-config 更改为 python3.6-config?谢谢您的帮助!

0 投票
0 回答
19 浏览

python - 使用 Python 配置解析器包的问题,​​我们无法在另一个类文件中读取 init 文件的内容

问题摘要:使用 Python 配置解析器包的问题,​​我们无法读取另一个类文件中的 init 文件的内容`

设想

a) 我有一个 properties.ini 文件,我在其中添加以下详细信息

b)我有配置文件(configurations.py),我正在导入配置解析器包以读取ini文件的内容并将其存储为字典

c) 我在另一个 python 类中导入配置文件并尝试读取字典值

上面的代码给出了以下错误。需要帮助来解决这个问题

注意:更改 config.read('properties.ini') 文件是我在读取 configuration.py 文件中的值时不会出错

只有当我尝试读取另一个类文件中的值时才会出现错误