Re: [Pydev-code] Debug python eggs
Brought to you by:
fabioz
From: Fabio Z. <fa...@es...> - 2010-08-19 22:49:51
|
On Wed, Aug 18, 2010 at 6:42 AM, <She...@su...> wrote: > Hi, > > Is it possible to do following with pydev: > > 1) Debug python eggs, as python does it looks and executes the code > inside the python eggs. Surely if you have them unzipped, now if they're zipped I'm not sure... if you test it there and it doesn't work, please create a bug report. > > 2) Is it possible to use python dll like python26.dll to configure the > python projects. > I want to access or use the particular dll which is accessed by other > embedded python interpreter. No, you need an executable that provides the python command-line interface (if that's what you're asking). Cheers, Fabio |