开发者

Downloading Pyscripter problem?

开发者 https://www.devze.com 2023-01-23 16:34 出处:网络
I keep trying to download Pyscripter on my 32bit Netbook, and I keep getting a range of errors such as \"The installation package could not b开发者_Go百科e opened\". Any clue on how to make pyscripter

I keep trying to download Pyscripter on my 32bit Netbook, and I keep getting a range of errors such as "The installation package could not b开发者_Go百科e opened". Any clue on how to make pyscripter work?


Make sure your download is not corrupt:

>>> import hashlib
>>> f = open("PyScripter-v2.3.3-Setup.exe","rb")
>>> s = hashlib.sha1(f.read())
>>> f.close()
>>> s.hexdigest()
'dda9da0bb466c28db804c7989d14329c25cdcec8'
>>>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号