我试图将Snaps导入到Python 2.7.16中,并且看到了这样的内容:“ Python
2.7.16 (v2.7.16:413a49145e, Mar 4 2019, 01:37:19) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>> import Snap
Traceback (most recent call last): File "<pyshell#0>", line 1, in
<module>
import Snap File "Snap.py", line 1
Python 2.7.16 (v2.7.16:413a49145e, Mar 4 2019, 01:37:19) [MSC v.1500 64 bit (AMD64)] on win32".
我是新来的,不知道为什么会看到这个或如何解决。有人可以帮忙,因为我当前具有Windows 10 64位操作系统。
重新安装64位Python程序,但看到我有一个32位驱动程序。认为这可能是问题所在。