mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Add error message with installation instruction if empy is missing.
This commit is contained in:
@@ -42,7 +42,12 @@ import os
|
|||||||
import shutil
|
import shutil
|
||||||
import filecmp
|
import filecmp
|
||||||
import argparse
|
import argparse
|
||||||
import genmsg.template_tools
|
|
||||||
|
try:
|
||||||
|
import genmsg.template_tools
|
||||||
|
except ImportError, e:
|
||||||
|
print("Package empy not installed. Please run 'sudo apt-get install python-empy' on a Debian/Ubuntu system, 'sudo pip install empy' on a Mac OS system or 'easy_install empy' on Windows system.")
|
||||||
|
exit(1)
|
||||||
|
|
||||||
__author__ = "Thomas Gubler"
|
__author__ = "Thomas Gubler"
|
||||||
__copyright__ = "Copyright (C) 2013-2014 PX4 Development Team."
|
__copyright__ = "Copyright (C) 2013-2014 PX4 Development Team."
|
||||||
|
|||||||
Reference in New Issue
Block a user