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' >>>