可以使用.EXE运行常规范围

发布于 2025-02-11 07:08:57 字数 507 浏览 3 评论 0原文

当我尝试使用Auto-Py-to-exe将Python文件转换为.exe时,出现错误:

Traceback (most recent call last): 
File "Jumper.py", line 5,
in File "C:\Users\Clowny\output\Jumper\customtkinter_init_.py", line 10, in 
from .appearance_mode_tracker import AppearanceModeTrackerù 
File "C:\Users\Clowny\output\Jumper\customtkinter\appearance_mode_tracker.py", line 3, in 
from distutils.version import StrictVersion as Version 
ModuleNotFoundError: No module named 'distutils'

我已经使用了文档步骤,但仍然无法正常工作。 谁能帮我吗?

when I try to convert my python file into .exe using auto-py-to-exe an error occure:

Traceback (most recent call last): 
File "Jumper.py", line 5,
in File "C:\Users\Clowny\output\Jumper\customtkinter_init_.py", line 10, in 
from .appearance_mode_tracker import AppearanceModeTrackerù 
File "C:\Users\Clowny\output\Jumper\customtkinter\appearance_mode_tracker.py", line 3, in 
from distutils.version import StrictVersion as Version 
ModuleNotFoundError: No module named 'distutils'

I already used the documentation steps but it still doesn't working.
can anyone help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文