You are not logged in.

#1 2006-08-11 14:25:22

revelation
Member
Registered: 2006-08-11
Posts: 5

[SOLVED] python-vpython seems to be broken

Hi,

I've installed python-vpython 3.2.9-1, but everytime I want to import it I get the following error:

[revelation@localhost ~]$ python
Python 2.4.3 (#1, May 29 2006, 22:23:40)
[GCC 4.1.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from visual import *
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/visual/__init__.py", line 15, in ?
    import array_backend
  File "/usr/lib/python2.4/site-packages/visual/array_backend.py", line 1, in ?
    import cvisual
ImportError: libboost_python-gcc-1_33_1.so.1.33.1: cannot open shared object file: No such file or directory
>>>

Does anyone know how to solve that?

Offline

#2 2006-08-11 17:47:16

revelation
Member
Registered: 2006-08-11
Posts: 5

Re: [SOLVED] python-vpython seems to be broken

Please delete that topic... The problem is solved.

Offline

#3 2006-08-11 17:57:28

detto
Member
Registered: 2006-01-23
Posts: 510

Re: [SOLVED] python-vpython seems to be broken

revelation wrote:

Please delete that topic... The problem is solved.

the BEST thing what u can do now is: add [SOLVED] behind the topic name and plz plz add ur solution, it will help others when they search for similiar problem here wink thx!

Offline

#4 2006-08-11 18:01:28

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [SOLVED] python-vpython seems to be broken

revelation wrote:

Please delete that topic... The problem is solved.

It is not our policy to delete things like this.  It is, in fact, highly helpful to add your solution (as detto said) so that others, with the same problem, can search the forums and find a solution.
You never know, your solution may help someone 6 months from now.

Offline

#5 2006-08-11 19:39:17

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: [SOLVED] python-vpython seems to be broken

Let me guess: you added symlinks to get back the _gcc names in boost or rebuilt the package? If so, this is a bug in the python-vpython package and needs to get solved in our repositories.

Offline

#6 2006-08-12 09:51:19

revelation
Member
Registered: 2006-08-11
Posts: 5

Re: [SOLVED] python-vpython seems to be broken

JGC wrote:

Let me guess: you added symlinks to get back the _gcc names in boost or rebuilt the package? If so, this is a bug in the python-vpython package and needs to get solved in our repositories.

No, I just uninstalled and reinstalled the package - everything is working fine now... Do not ask me what was wrong with the first installation. wink

Offline

Board footer

Powered by FluxBB