Skip to content

Commit

Permalink
[testudo] suggest solution to python library failure
Browse files Browse the repository at this point in the history
i.e. apt-get install python-dev

Signed-off-by: Christopher Hall <hsw@openmoko.com>
  • Loading branch information
hxw committed Apr 29, 2010
1 parent 2b33162 commit 67c95b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testudo/scripts/BuildGPIB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ main()
echo '** The python GPIB.py module is not accessible'
echo '** Maybe there are multiple versions of python'
echo '** and the wrong one was selected by this install script'
echo '** OR:'
echo '** python development tools were not installed, try:'
echo '** sudo apt-get python-dev'
echo '** and re-run this script'
fi
}

Expand Down

0 comments on commit 67c95b1

Please sign in to comment.