Add mention of PYTHONPATH if xcbgen cannot be found.

This commit is contained in:
Jeremy Kolb 2008-04-20 16:26:51 -04:00
parent 5ee915e12a
commit b3832bcc46

View File

@ -989,7 +989,8 @@ except ImportError:
print '' print ''
print 'Failed to load the xcbgen Python package!' print 'Failed to load the xcbgen Python package!'
print 'Make sure that xcb/proto installed it on your Python path.' print 'Make sure that xcb/proto installed it on your Python path.'
print 'If not, you will need to create a .pth file to extend the path.' print 'If not, you will need to create a .pth file or define $PYTHONPATH'
print 'to extend the path.'
print 'Refer to the README file in xcb/proto for more info.' print 'Refer to the README file in xcb/proto for more info.'
print '' print ''
raise raise