小编Geo*_*e J的帖子

无法使用Nuitka编译Python

我正在尝试编译使用urllib.request,BeautifulSoup和webbrowser的Python文件.

$ nuitka python.py
Nuitka:WARNING:python.py:16: Cannot find 'urllib.request' as relative or absolute import.
Nuitka:WARNING:python.py:17: Cannot find 'bs4' as relative or absolute import.

$ ./python.exe
Traceback (most recent call last):
  File "python.py", line 16, in <module>
    from urllib.request import urlopen
ImportError: No module named request
Run Code Online (Sandbox Code Playgroud)

python ubuntu python-3.x nuitka

10
推荐指数
1
解决办法
2791
查看次数

标签 统计

nuitka ×1

python ×1

python-3.x ×1

ubuntu ×1