In stm32w_flasher adapted error message for missing pyudev.

This commit is contained in:
Christian Taedcke 2013-11-28 16:49:43 +01:00
parent 6a30e78390
commit 0de2e6dded

View File

@ -14,7 +14,7 @@ try:
import ftdi
import pyudev
except:
print 'Python modules serial and ftdi could not be loaded.'
print 'Python modules serial, ftdi and pyudev could not be loaded.'
print 'Please install these dependencies:'
print '(On Ubuntu) $ sudo apt-get install python-serial python-ftdi python-pyudev'
sys.exit(-1)