From: Cosmin S. <mai...@gm...> - 2009-12-21 10:06:51
Attachments:
build.log
|
---------- Forwarded message ---------- From: Cosmin Stoica <mai...@gm...> Date: 2009/12/21 Subject: To: vis...@li... I receive the error from the buld.log I have also problems with the version from Ubuntu repository: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.6/dist-packages/visual/__init__.py", line 59, in <module> import cvisual AttributeError: 'Boost.Python.StaticProperty' object attribute '__doc__' is read-only Terminat: 256 It is a Boost problem? P.S.:I have the same problem on my wife Windows 7, so I think it is not an Ubuntu bug. |
From: Bruce S. <Bru...@nc...> - 2009-12-21 17:11:08
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> I'm not sure that the situation is that "VPython uses a bug that is fixed between 2.6.2 and 2.6.4". It was my understanding that some change in Python broke all 3rd-party modules that use Boost, not just VPython. Can you give more details, Stef?<br> <br> Bruce<br> <br> Stef Mientki wrote: <blockquote cite="mid:4B2...@ru..." type="cite"> <pre wrap=""> Cosmin Stoica wrote: </pre> <blockquote type="cite"> <pre wrap=""> ---------- Forwarded message ---------- From: *Cosmin Stoica* <<a class="moz-txt-link-abbreviated" href="mailto:mai...@gm...">mai...@gm...</a> <a class="moz-txt-link-rfc2396E" href="mailto:mai...@gm..."><mailto:mai...@gm...></a>> Date: 2009/12/21 Subject: To: <a class="moz-txt-link-abbreviated" href="mailto:vis...@li...">vis...@li...</a> <a class="moz-txt-link-rfc2396E" href="mailto:vis...@li..."><mailto:vis...@li...></a> I receive the error from the buld.log I have also problems with the version from Ubuntu repository: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.6/dist-packages/visual/__init__.py", line 59, in <module> import cvisual AttributeError: 'Boost.Python.StaticProperty' object attribute '__doc__' is read-only Terminat: 256 It is a Boost problem? P.S.:I have the same problem on my wife Windows 7, so I think it is not an Ubuntu bug. </pre> </blockquote> <pre wrap=""><!---->I got this error, installing a to new version of Python 2.6.4 going back to 2.6.2 solves the problem. Apperently VPython uses a bug that is fixed between 2.6.2 and 2.6.4 ;-) cheers, Stef ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers <a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/verizon-dev2dev">http://p.sf.net/sfu/verizon-dev2dev</a> _______________________________________________ Visualpython-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Vis...@li...">Vis...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/visualpython-users">https://lists.sourceforge.net/lists/listinfo/visualpython-users</a> </pre> </blockquote> </body> </html> |
From: Stef M. <s.m...@ru...> - 2009-12-21 18:06:02
|
hi Bruce, On the general python maillist, I asked how to go back from 2.6.4 to 2.6.2, (because of the problems with VPython) and got the following answer: Bruce Sherwood wrote: > I'm not sure that the situation is that "VPython uses a bug that is > fixed between 2.6.2 and 2.6.4". It was my understanding that some > change in Python broke all 3rd-party modules that use Boost, not just > VPython. Can you give more details, Stef? > <quote answer> 2.6.4 is just a bugfix release- it's binary compatible with the other 2.6 releases. So any package that worked under 2.6.2 shouid also work under 2.6.4 unless a new bug was introduced or it relied on a bug that was fixed. And any package that works under 2.6.4 will also work under 2.6.2 without recompiling unless it hits one of the bugs that was fixed. </end quote answer> Sorry, that's all I know ;-) cheers, Stef |
From: Stef M. <s.m...@ru...> - 2009-12-21 10:25:58
|
Cosmin Stoica wrote: > > > ---------- Forwarded message ---------- > From: *Cosmin Stoica* <mai...@gm... > <mailto:mai...@gm...>> > Date: 2009/12/21 > Subject: > To: vis...@li... > <mailto:vis...@li...> > > > I receive the error from the buld.log > I have also problems with the version from Ubuntu repository: > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/usr/lib/python2.6/dist-packages/visual/__init__.py", line 59, > in <module> > import cvisual > AttributeError: 'Boost.Python.StaticProperty' object attribute > '__doc__' is read-only > > Terminat: 256 > It is a Boost problem? > P.S.:I have the same problem on my wife Windows 7, so I think it is > not an Ubuntu bug. I got this error, installing a to new version of Python 2.6.4 going back to 2.6.2 solves the problem. Apperently VPython uses a bug that is fixed between 2.6.2 and 2.6.4 ;-) cheers, Stef |