Bug-Ticket: https://freecadweb.org/tracker/view.php?id=2891#c8233
OS: Debian GNU/Linux 9.0 (stretch)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.16.
Build type: None
Python version: 2.7.13
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
Kernel: Linux 4.9.2-2-amd64
Installed via: apt-get install freecad
short description:
If i click on "Create a new sketch", i receive everytime the following error message:
Traceback (most recent call last):
File "<string>", line 1, in <module>
<type 'exceptions.TypeError'>: Either three floats, tuple or Vector expected
and i can't create anything in the sketcher. For example, if i wan't to draw a line it put's the error message:
Failed to add line: Either three floats, tuple or Vector expected
Failed to add line: ('invalid token', ('<string>', 1, 99, 'App.ActiveDocument.Sketch.addGeometry(Part.Line(App.Vector(0,000000,0,000000,0),App.Vector(2,003810,1,106270,0)),False)\n'))
or the error message if i wan't to draw a circle:
Failed to add circle: Either three floats, tuple or Vector expected
Steps To Reproduce
1) Start FreeCAD
2) Start Sketcher
3) Click on "Create new sketch" <---the "typeError"-Exception appears
4) Click on "Line" or "Circle"
5) Draw a "Line" or "Circle" <---the "Failed to add"-Error message appears