On Freitag, 31. August 2007, ΑΝΤΩΝΗΣ ΜΠΟΥΝΤΟΥΒΑΣ wrote: > Hi Detlev, > > i want to generate API files from .pyd ones. I saw the file that you > mention and i want to ask if the only option for me is to do the job from > command line or am i able to do it from inside Eric > (Pereferences/Editor/APIs) ?? > > > thanks again! > > >Hi, > > > >if it is a pure Python pacjage/module, you may use eric4-api.py to > > generate an API file. > > > >Detlev > > On Freitag, 17. August 2007, ΑΝΤΩΝΗΣ ΜΠΟΥΝΤΟΥΒΑΣ wrote: > > And maybe the pyodbc module that i mention, is not that important > > because Qt/PyQt already supports DBs. But some other modules, like > > Mark Hammond's "Win32", are very important and intellisense is vital > > to use them in the IDE. > > > > Is there any way to accomplish that ? > > > > >Hi, > > > > > >i tried to use pyodbc from inside Eric but got no intellisense for > > >it. I noticed that Eric4 "understands" .api files that we >compile > > >and so we have it for them (like PyQt4 and Python2.4 or 2.5) > > > > > >What can we do for 3rd party modules so we can have intellisense in > > >our projects ? _______________________________________________ > > >Eric mailing list > > >[email protected] > > >http://www.riverbankcomputing.com/mailman/listinfo/eric > > > > _______________________________________________ > > Eric mailing list > > [email protected] > > http://www.riverbankcomputing.com/mailman/listinfo/eric > > -- > Detlev Offenbach > [EMAIL PROTECTED] > > > _______________________________________________ > Eric mailing list > [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/eric
Right now you have to do it on the command line. For a project managed with eric4, an entry is provided in the Project menu. Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
