Rubik's cube Robot solver

Offending code:

try:
p=subprocess.Popen([cubeExplorerPath]) ## Cube Explorer launching
except:
vSolve.set("** Cube Explorer not found **")

The most probable reason for the raised exception is a wrong/malformed path to cube512htm.exe

  • can you launch cube512htm.exe manually ??
  • what is your absolute path to cube512htm.exe on your computer ??
  • are you Windows or Mac ??
  • please copy paste the "cubeExplorerPath = ...." line from your actual python code