clean.py is missing
make_win32.py complains about missing clean.py.
Comments (6)
-
-
reporter You can comment out line 40 of make_win32.py, however I still had problems building.
You can simply run the python source. Install Python 2.7 and all the necessary packages and run flatcam.py.
More info at http://flatcam.org/manual/installation.html#windows
-
repo owner Guys, what are you trying to do?
make_win32.py
creates a portable (all libraries included, Python 2.7 too) copy of FlatCAM. It is used to prepare the Windows installer. It does not help you install FlatCAM from source on Windows. It is useful only after you have it fully running. -
Ok thanks for the clarification, I am new to this. I just got all of the dependencies and have successfully run flatcam.py so I am all set now.
-
repo owner - changed status to resolved
Comments at top of files. Also fixes
#214.→ <<cset 9f4ee91b0ec5>>
-
repo owner Fixed by documenting
make_win32.py
, not by addingclean.py
. - Log in to comment
Getting the same thing, any updates?