conorpp / 3d-maze-generator

This is a parametric model for a 3D maze. Generates openscad which can render to STL.
37 stars 11 forks source link

syntax error in line 146 #1

Open OneDudeDesign opened 5 years ago

OneDudeDesign commented 5 years ago

I get the following error running the latest pull the carrot is pointing to the single quote after "walls."

D:\onedudedesign\MazeModelCreation\3d-maze-generator>python maze.py output.scad File "maze.py", line 146 print 'running Prim\'s alg on potentially %d walls.' % (6 height width * depth)

OneDudeDesign commented 5 years ago

I was running Python 3.6 and I corrected this error and others but when it runs all the way to the output it fails saying NoneType found.