-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
collide.py 213行报错,FileNotFoundError: [WinError 2] 系统找不到指定的文件。 #5
Comments
You can install GhostScript for Windows: https://ghostscript.com/releases/gsdnld.html |
非常感谢❤ |
Hi. I have the same problem. I have installed Ghostscript but it doesn't seem to work. |
@EduLeonPavon I'm going to need more details to help with the problem. Are you also on Windows? Is it crashing on the same line of code with the same error? If not, I'll need details of your platform and on the error that you are getting. Also, please ensure that the directory containing GhostScript's |
Hi again @nneonneo. I finally got it running from Kali Linux. Here is the video where I talk about SHA1Collider. Thank you very much for developing this program. It has been very useful. |
@EduLeonPavon Thanks! Would you mind mentioning how you got it to work? That will be very helpful for future readers :) |
报错
File "C:\Users\17569\Desktop\md5\sha1collider-master\collide.py", line 213, in doit
subprocess.check_call(['gs', '-r%d' % args.resolution, '-sDEVICE=png16m',
原因
我使用win10命令,没有gs命令,gs是linux中的,gs命令可以将PostScript文件转换为PDF文件,或者将PDF文件转换为其他格式,如JPEG、PNG、TIFF等,导致报错,希望可以兼容win0用户
The text was updated successfully, but these errors were encountered: