[Tinyos-help] storagevolumes

Antonio ruzzelli at ucd.ie
Tue Mar 11 02:09:05 PDT 2008


Hi,

I have the same error message (on Tiger OS x):
make telosb
mkdir -p build/telosb
tos-storage-stm25p /Users/antonioruzzelli/tinyos-2.x/tos/platforms/ 
telosb <volumes-stm25p.xml >build/telosb/StorageVolumes.h || rm -f  
build/telosb/StorageVolumes.h
Traceback (most recent call last):
   File "/opt/local/bin/tos-storage-stm25p", line 51, in ?
     from subprocess import Popen, PIPE

the error appears for any aplication in tests/storage
Since I have Python 2.5.2 I changed
	#!/usr/bin/python
with
  	#!/usr/bin/env python2.5.2

but nothing happened. By the way, are not those command lines  
commented? I also uncommented them but no changes at all.


More information about the Tinyos-help mailing list