阅读背景:

pyinstaller报错ModuleNotFoundError: No module named 'setuptools._vendor'_Elijah

来源:互联网 

使用pyinstaller导入如下.py

# python3.6
x = input()
x = int(x)
def test(x):
	a = 1
	b = a + x
	print("hello world")
	return b
k = test(x)# python3.6
x = input()



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: