antimony icon indicating copy to clipboard operation
antimony copied to clipboard

antimony not working

Open hacksk opened this issue 9 years ago • 3 comments

when i type ./app/antimony while installing antimony the following things shown up and saying cannot find fab python module

Traceback (most recent call last): File "/home/ksk95/antimony/build/app/sb/fab/init.py", line 1, in import fab.shapes as shapes File "/home/ksk95/antimony/build/app/sb/fab/shapes.py", line 917, in shape = triangle(0, 0, 0.35, 1, 0.1, 0) File "/home/ksk95/antimony/build/app/sb/fab/shapes.py", line 136, in triangle max(x0, x1, x2), max(y0, y1, y2)) RuntimeError: Could not construct Shape object.

please help me i am using ubuntu 15.10 with gnome

hacksk avatar Jan 04 '16 17:01 hacksk

What version of Python and boost::python are you linking against?

mkeeter avatar Jan 08 '16 22:01 mkeeter

python 3

hacksk avatar Jan 09 '16 15:01 hacksk

Try again with the latest build instructions – maybe cmake will make your system happier.

mkeeter avatar Jun 26 '16 18:06 mkeeter