[Tinyos-help] make iris sim error

2011-06-29 Thread vinod kumar
make iris sim error on ubuntu: opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:139:20: error: Python.h: No such file or directory /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2501:4: error: #error "This python version requires swig to be run with the '-classic' option" /opt/tinyos-2.x/tos/lib/tossi

Re: [Tinyos-help] make iris sim error

2011-06-29 Thread Ramana Reddy
Just install python-dev package. $sudo apt-get install python-dev In case, if you already installed, please change PYTHON_VERSION in /opt/* tinyos*-2.0/support/make/*sim*.*extra* from 2.5 to 2.6. You can get python version by typing python at command prompt. On Thu, Jun 30, 2011 at 12:54 AM, v

Re: [Tinyos-help] make iris sim error

2011-06-30 Thread Miklos Maroti
If you are using the latest source from google code, then you can set PYTHON_VERSION in your shell environment and it will work too. Miklos On Wed, Jun 29, 2011 at 10:09 PM, Ramana Reddy wrote: > Just install python-dev package. > $sudo apt-get install python-dev > > In case, if you already insta