From fa8a2ac762be0e92050fcc5c167ce875e68c7393 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 10 Sep 2001 21:59:57 +0000 Subject: [PATCH] Man page update, from Frank Singleton, to mention $PYTHONPATH/site-packages/. svn path=/trunk/; revision=3915 --- doc/idl2eth.pod | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/idl2eth.pod b/doc/idl2eth.pod index 9d37dc4be7..af3f87989f 100644 --- a/doc/idl2eth.pod +++ b/doc/idl2eth.pod @@ -54,10 +54,13 @@ Currently there are no options. B can be invoked as follows. =head1 ENVIRONMENT -The B<-p ./> option passed to omniidl (inside B) indicates that -B and B reside in the current -directory. This may need tweaking if you place these files somewhere -else. +B will look for B and B in +B<$PYTHONPATH/site-packages/> and if not found, will try the current +directory B<./> + +The B<-p> option passed to omniidl (inside B) indicates where +B and B will be searched. This may +need tweaking if you place these files somewhere else. If it complains about being unable to find some modules (eg tempfile.py), you may want to check if PYTHONPATH is set correctly. @@ -91,6 +94,9 @@ Improve Explicit dissection code. =item * Improve command line options. +=item * +Improve decode algorithm when we have operation name collision. + =back 4 =head1 AUTHORS