Hi list,<br>I&#39;m quite new to the world of eric. I&#39;m using eric4 on python 2.6, and I would like to generate some APIs for my installed modules, in particolar Django, and some others.<br>I suppose I have to use eric-api.py to do it. Here is what I&#39;ve tried:<br>
<br>&gt; eric-api.py -r -o django.api django<br><br>it creates django.api without errors, but it&#39;s empty. The fact that I don&#39;t receive errors seems it can &quot;see&quot; django, but the parsing returns empty classe and functions dictionaries for the module. I&#39;ve seen it setting a pdb breakpoint before line 244 in eric-api.py (module = Utilities.ModuleParser.readModule(file,basename = basename, inpackage = inpackage)).<br>
<br>What am I missing? Isn&#39;t this generator supposed to work this way?<br>thanks a lot,<br>giovanni<br>