Man page update, from Frank Singleton, to mention

$PYTHONPATH/site-packages/.

svn path=/trunk/; revision=3915
This commit is contained in:
Guy Harris 2001-09-10 21:59:57 +00:00
parent 1d16da664c
commit fa8a2ac762
1 changed files with 10 additions and 4 deletions

View File

@ -54,10 +54,13 @@ Currently there are no options. B<idl2eth> can be invoked as follows.
=head1 ENVIRONMENT
The B<-p ./> option passed to omniidl (inside B<idl2eth>) indicates that
B<ethereal_be.py> and B<ethereal_gen.py> reside in the current
directory. This may need tweaking if you place these files somewhere
else.
B<idl2eth> will look for B<ethereal_be.py> and B<ethereal_gen.py> in
B<$PYTHONPATH/site-packages/> and if not found, will try the current
directory B<./>
The B<-p> option passed to omniidl (inside B<idl2eth>) indicates where
B<ethereal_be.py> and B<ethereal_gen.py> 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