python2.6 ubuntu 10.04‏‏;

python2.6 ubuntu 10.04‏‏;,python,tinyos,Python,Tinyos,我使用ubuntu 10.04和tinyos-2.1.1。当我想运行“make micaz sim”时,我遇到了一个问题。 问题如下: mkdir -p simbuild/micaz make: python2.6.5-config: Command not found make: python2.6.5-config: Command not found make: python2.6.5-config: Command not found 我尝试更新并安装“python2.6-dev” 我

我使用ubuntu 10.04和tinyos-2.1.1。当我想运行“make micaz sim”时,我遇到了一个问题。 问题如下:

mkdir -p simbuild/micaz
make: python2.6.5-config: Command not found
make: python2.6.5-config: Command not found
make: python2.6.5-config: Command not found
我尝试更新并安装“python2.6-dev”

我还补充说

export PYTHONPATH=$PYTHONPATH:/usr/include/python2.6
我还修改了/support/make中的'sim fast.extra'、'sim sf.extra'和'sim.extra'文件

PYTHON_VERSION=2.6.5
你知道吗??
提前感谢

您需要将版本设置为
2.6
,而不是
2.6.5

PYTHON_VERSION=2.6

您需要将版本设置为
2.6
,而不是
2.6.5

PYTHON_VERSION=2.6