|
From: Bruce P. <bap...@te...> - 2004-07-27 17:25:05
|
<< snip >>
At 08:37 PM 7/26/2004, you wrote:
>Make sure you remove any existing installations of Visual before
>upgrading. It appears you have some cruft from an old install. (note:
>simply removing C:\Python23\Lib\site-packages\visual\visual.py might be
>enough, or there could be other conflicts).
>
>-Jonathan
Interestingly -- the Remove Programs in the Control panel doesn't remove
Visual.py
After cleaning out the Visual directory, I installed Visual 2004-07-22
again (which doesn't have a visual.py) and ran my test program.
This time the error message was:
<< snip additional trace back into my code>>
File "C:\Python23\TSWork\DDV_GS005.py", line 1510, in show_axis
text=timetext,height=self.seldict['tlabelsize'],box=0,line=0,opacity=0.0)
File "C:\Python23\Lib\site-packages\visual\primitives.py", line 230, in
__init__
process_init_args_from_keyword_dictionary(self, keywords)
File "C:\Python23\Lib\site-packages\visual\primitives.py", line 37, in
process_init_args_from_keyword_dictionary
displayobject.color = keywords['color']
ArgumentError: Python argument types in
None.None(label, vector)
did not match C++ signature:
None(visual::Label {lvalue}, boost::python::tuple)
Bruce Peterson
425 466 7344
|