pysketcher
pysketcher copied to clipboard
running in python 3.4 in windows
in many example scripts, raw_input()
is not supported in python 3.4, instead possibly use input()
Also, when running example/beam2.py, I get the following error
Thanks for pointing this out - beam2.py is corrected, raw_input is replaced in the examples, and a bug when plotting curves with arrows was also tracked down.