pysketcher icon indicating copy to clipboard operation
pysketcher copied to clipboard

running in python 3.4 in windows

Open nagordon opened this issue 9 years ago • 1 comments

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 2015-12-22 13_49_01-photos

nagordon avatar Dec 22 '15 21:12 nagordon

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.

hplgit avatar Dec 23 '15 15:12 hplgit