From: Bruce S. <bas...@nc...> - 2010-10-20 14:17:25
|
This looks familiar, though I don't remember the solution. If you search the archives I think you'll find this problem and its solution. I think it's a Boost problem. Bruce Sherwood On Wed, Oct 20, 2010 at 5:41 AM, Baker D.J. <D.J...@so...> wrote: > Hello, > > Thank you to those who helped me with the installation of the python visual module. It turns out that I forgot to install one of the dependencies. Having got visual to install I now find that it will not run -- error output shown below. Is this a bug in python (v2.6.5) or boost (v1.35.0), and more to the point is there a relatively easy workaround? Please could someone advise me on the best course of action. I have a sinking feeling that the advice will be to upgrade python. > > Best -- David. > >>>> import visual > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/local/software/rh52/python/2.6.5/gcc/lib/python2.6/site-packages/visual/__init__.py", line 59, in <module> > import cvisual > AttributeError: 'Boost.Python.StaticProperty' object attribute '__doc__' is read-only > ------------------------------------------------------------------------------ > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |