On Sonntag, 26. Oktober 2008, OldGrantonian wrote: > In a different post (Re: [Eric] Autocompletion and math module ), I said > that eric4-api.bat was working OK. > > In fact, that project had no sub-directories. When I try it with nested > directories, the "--recursive" option does not find the sub-directories. > > Here is my command line: > > eric4-api --recursive --output=test.api *.py > > Am I doing something wrong?
Yes. Just give it the starting package name (e.g. eric4-api --recursive --output=test.api test, where test is a directory containing an __init__.py) Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
