From: Chris L. <chr...@sp...> - 2006-12-15 13:47:12
|
Tried this: solar_install = frame() status_sphere=sphere(frame = solar_install, radius = 4, pos = (10,10,10), opacity= .4,color = (.8,.6,0)) spring = helix(frame = solar_install, pos=(0,2,1), axis=(5,0,0), radius=0.5) Got: Traceback (most recent call last): File "C:\Python25\Lib\site-packages\harvest\harvest.py", line 24, in <module> import solar_install File "C:\Python25\Lib\site-packages\harvest\solar_install.py", line 10, in <module> spring = helix(frame = solar_install, pos=(0,2,1), axis=(5,0,0), radius=0.5) File "C:\Python25\lib\site-packages\visual\primitives.py", line 479, in __init__ color = color, pos=pos_data, **extrakwds) TypeError: Boost.Python.class object got multiple values for keyword argument 'frame' >>> -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.15.19/587 - Release Date: 14/12/2006 |