From: Bruce S. <Bru...@nc...> - 2006-12-15 17:44:34
|
Thanks much for this report. I've checked into CVS a fix to primitives.py, which I've also attached. On Windows, just replace the version in C:\Python25\Lib\site-packages\visual. Bruce Sherwood Chris Lyon wrote: > 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' > >>> > > > |