-
Notifications
You must be signed in to change notification settings - Fork 26
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
resource module not found on windows #73
Comments
If you can get python working on windows you should be able to run it. There might be a few kinks to work out though. |
如何在windows环境下运行rubiks-cube-NxNxN-solver 1.注释掉rubiks-cube-solver.py、LookupTable.py中的import resource,resource库在windows中无效
4.修改rubiks-cube-solver.py,添加以下,即可正常显示颜色
9.直接在rubiks-cube-solver.py所在目录下,打开cmd或者powershell,输入pyhton rubiks-cube-solver.py --state LFBDUFLDBUBBFDFBLDLFRDFRRURFDFDLULUDLBLUUDRDUDUBBFFRBDFRRRRRRRLFBLLRDLDFBUBLFBLRLURUUBLBDUFUUFBD |
很详细了 但是他们也看不懂中文啊(It's very detailed, but I guess they can't read Chinese.) |
How to make dwalton76's rubiks-cube-NxNxN-solver run under Windows
Second, add the following code:
9.Under the directory of rubiks-cube-solver.py, using cmd or powerShell, run command as Daniel Walton's example: |
Nice work @hp1210cl !! Could you submit a pull request with the changes needed to make the solver run on windows? |
hello.
resource module is only for UNIX system and I want this code to work on windows .
Any suggestions ?
The text was updated successfully, but these errors were encountered: