Hi,

it's really easy to install it under ubuntu, too. Follow the following
steps:

sudo apt-get install opencascade-dev g++ swig python-dev   (i hope these are
all packages u need)
tar xzf <pythonoccsource.tar.gz>
cd PythonOCC-0.4/src
python setup.py --with-occ-include=/usr/include/opencascade
--with-occ-lib=/usr/lib bdist
sudo python setup.py install

this should have done the trick if I remember problerly ;-)

have fun,
Sebastian


2010/4/28 John English <j...@boulderes.com>

> Hello Pythonocc-users,
>
> I'm getting starting on using PythonOCC for parametric optimization of 3D
> mechanical systems, similar to what I image Marcos is working on. More
> specifically, I'm trying to use jMetal (a java framework for multi-variable
> optimization) for Pareto optimization of bike and trike suspensions, and the
> PythonOCC parametric application framework to build and test models based on
> what jMetal outputs. I may try to adapt pyevolve to run the algorithms that
> I'm using in jMetal, to make things cleaner, but for now I'm just trying to
> get familiar with PythonOCC.
>
> I primarily work in Ubuntu, and like Marcos .deb files would be very handy.
> For now I've been running PythonOCC in an OpenSuse virtual machine, since I
> was able to easily install from the rpms.
>
> Glad to have found this project!
> -John
> _______________________________________________
> Pythonocc-users mailing list
> Pythonocc-users@gna.org
> https://mail.gna.org/listinfo/pythonocc-users
>
>
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to