-more detailed message if pypo-install can't find liquidsoap file

This commit is contained in:
Martin Konecny 2012-03-28 23:50:49 -04:00
parent bc629bf441
commit 41b9ea1c14
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ try:
Note: We cannot simply use os.path.exists before this, since it sometimes gives us "false" incorrectly
"""
print "Unsupported OS/system architecture."
print e
sys.exit(1)