Liat Koski wrote:
Hellow Michele,
This systax is working only with bulid in modules, like 'sys' for example
But not for personal programs.
Am i wrong??
Can you please send me some syntax example you have? cause i'm getting syntax
error that i don't know how to solve
Thanks
Liat
Consider this: You
It works for any module in your path, including your
current directory. Supposer you have
/home/myname/mymodule.py
do the following:
$ cd /home/myname
$ pydoc -g
open the browser and you will see the documentation
for mymodule.py just below the documentation for
the builtin modules.
Hellow Michele,
This systax is working only with bulid in modules, like 'sys' for example
But not for personal programs.
Am i wrong??
Can you please send me some syntax example you have? cause i'm getting syntax
error that i don't know how to solve
Thanks
Liat
-Original Message-
From: Mi