projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee915e
)
Add mention of PYTHONPATH if xcbgen cannot be found.
author
Jeremy Kolb
<jkolb@glorfindel.hsd1.ma.comcast.net>
Sun, 20 Apr 2008 20:26:51 +0000
(16:26 -0400)
committer
Jeremy Kolb
<jkolb@glorfindel.hsd1.ma.comcast.net>
Sun, 20 Apr 2008 20:26:51 +0000
(16:26 -0400)
src/c_client.py
patch
|
blob
|
history
diff --git
a/src/c_client.py
b/src/c_client.py
index
7bcf5e7
..
835ae5c
100755
(executable)
--- a/
src/c_client.py
+++ b/
src/c_client.py
@@
-989,7
+989,8
@@
except ImportError:
print ''
print 'Failed to load the xcbgen Python package!'
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 ''
raise