Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直尝试在我的 32 位上网本上下载 Pyscripter,并且不断收到一系列错误消息,例如“无法打开安装包”。关于如何使 pyscripter 工作的任何线索?
确保您的下载没有损坏:
>>> import hashlib >>> f = open("PyScripter-v2.3.3-Setup.exe","rb") >>> s = hashlib.sha1(f.read()) >>> f.close() >>> s.hexdigest() 'dda9da0bb466c28db804c7989d14329c25cdcec8' >>>