From: Victor C. <vm...@ya...> - 2009-10-20 19:39:12
|
Hi, everybody! I am new for this forum, even though I use VPython for a couple of years (not too much, but I found it a great piece of Software). I run VPython 5.13 on Windows (Python 2.6.2). Recently I tried to switch to 2.6.3, but could not import the visual module. *** Python 2.6.3 (r263rc1:75186, Oct 2 2009, 20:40:30) [MSC v.1500 32 bit (Intel)] on win32. *** >>> from visual import * Traceback (most recent call last): File "<interactive input>", line 1, in <module> File "C:\Python26\lib\site-packages\visual\__init__.py", line 59, in <module> import cvisual AttributeError: 'Boost.Python.StaticProperty' object attribute '__doc__' is read-only >>> Did anyone have this problem? Can it be related to VPython 5.13 or Python 2.6.3? Thank you for any idea how to fix it! Vic |