- Improved error reporting for missing libs.
- Moved all binaries to Bin/ (untested here as stupid thing does not work.)
This commit is contained in:
@@ -22,8 +22,13 @@ except ImportError:
|
||||
from elementtree import ElementTree
|
||||
except ImportError:
|
||||
print """
|
||||
ERROR: Could not locate elementtree or cElementTree package.
|
||||
ERROR:
|
||||
|
||||
Could not locate either the [elementtree] or the [cElementTree] package.
|
||||
Please install one of them in order to work with the Scyther python interface.
|
||||
The [cElementTree] packages can be found at http://effbot.org/zone/celementtree.htm
|
||||
|
||||
Note that you can still use the Scyther binaries in the 'Bin' directory.
|
||||
"""
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user