Hello Niels,
You should get the latest snapshot from the git repo and build it
yourself. That's not easy, because you also have to compile ODE and
specify a double precision.
The steps are roughly these:
1) Get the latest ODE from SVN and build it as static library in DOUBLE
precision. You have to fiddle with make files to achieve that.
2) Get the latest PyODE from the git mirror:
git clone git://pyode.git.sourceforge.net/gitroot/pyode/pyode
cd pyode
<edit setup.py to point to your ODE installation and specify double
precision>
python setup.py build
sudo python setup.py install
The project is listed in PyPI database, but "easy_install pyode" does not
work on my machine. I don't know why. Maybe some Python/Cython expert will
help.
If you use Windows, I'll build a new executable from the latest git snapshot.
Alex
> Thnx, but a short Question: How do i install the patch? -__-'
>
> I would like to use the Pistion joint but is does not work in my current
> installation.
>
>
>
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Pyode-user mailing list
> Pyo...@li...
> https://lists.sourceforge.net/lists/listinfo/pyode-user
>
|