You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
============= RESTART: D:\360安全浏览器下载\BV流控\pywin32-220\setup3.py =============
Converting...
Executing...
Building pywin32 3.6.220.0
Traceback (most recent call last):
File "D:\360安全浏览器下载\BV流控\pywin32-220\setup3.py", line 16, in
exec(str(got))
File "", line 1944, in
File "", line 594, in init
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\ntpath.py", line 75, in join
path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not NoneType
请问, 这种情况,是模块哪个地方有问题,我是初学者,麻烦你解答一下。谢谢!
The text was updated successfully, but these errors were encountered:
你好,
我用的是win10 win7 64bit python 3.6 版 本, 安装一个pywin32 模块,从:https://sourceforge.net/projects/pywin32/ pywin32-220.zip 和 pywin32-220.win-amd64-py3.6.exe 分别安装了,都 不成功。
pywin32-220.win-amd64-py3.6.exe提示注册表找不到路径。但我注册表内都有。
pywin32-220.zip 中运行setup3.py 来安装就提示:
============= RESTART: D:\360安全浏览器下载\BV流控\pywin32-220\setup3.py =============
Converting...
Executing...
Building pywin32 3.6.220.0
Traceback (most recent call last):
File "D:\360安全浏览器下载\BV流控\pywin32-220\setup3.py", line 16, in
exec(str(got))
File "", line 1944, in
File "", line 594, in init
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\ntpath.py", line 75, in join
path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not NoneType
请问, 这种情况,是模块哪个地方有问题,我是初学者,麻烦你解答一下。谢谢!
The text was updated successfully, but these errors were encountered: