Breve Installation on Ubuntu 9.04

Hello Everyone,
I am facing some problem while trying to run BrevIDE on Ubuntu 9.04. I installed libglut3, set the shell variables and when I tried to execute a demo it says

./breveIDE_ex: error while loading shared libraries: libpython2.4.so.1.0: cannot open shared object file: No such file or directory

I checked the path of the libpython2.4.so.1.0. It is in the lib folder. I also tried copy pasting the library to the main folder and removing the PYTHONHOME parameter in the breveIDE script. None of them worked. (My Python Version is 2.6 btw)

I am new to Linux and so I might be missing something very basic. Can you kindly give me some pointers as to what could be the problem?

Thanks for your time in advance.

Cheers
Karteek

the other executable

I've tried to run the other executable in the directory and i get this:

breveIDE_2.7.2$ ./breveIDE
Segmentation fault

I will poke around at this.

I will poke around at this. The IDE for Linux is in the process of being pushed from WX to QT so a number of these issues are possibly not worrying about. It should be easy enough to write your code in your favorite editor and use the command line breve. Until the QT version this is probably even more efficient for the purpose of developing new simulations anyway.

Kyle

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.