[Eric] problem with debugger

Detlev Offenbach detlev at die-offenbachs.de
Sat Feb 7 12:17:31 GMT 2009


On Donnerstag, 5. Februar 2009, luigi curzi wrote:
> Il giorno Thu, 15 Jan 2009 19:38:46 +0100
>
> Detlev Offenbach <detlev at die-offenbachs.de> ha scritto:
> > On Donnerstag, 15. Januar 2009, Luigi Curzi wrote:
> > > when i try to debug an application i receive this error:
> > > The debugged program raised the exception unhandled OSError
> > > "[Errno 11] Resource temporarily unavailable:
> > > '/home/luigi/progetti/BitSlaiser'" File:
> > > /usr/lib/python2.5/site-packages/pkg_resources.py, Line: 1659
> > >
> > > and eric highlights line 659 in pkg_resources.py:
> > > else:
> > >             # scan for .egg and .egg-info in directory
> > >             for entry in os.listdir(path_item):
> >
> > The eric debugger seems to have problems with compressed eggs. Is
> > there any body who can help with this?
>
> in the meantime, what can i do if i want to use debugger (i need it)?
>
> thanks in advice
> Luigi

Try to uncompress the egg. It is basically a zip file. You should put the 
contents into a directory with the same name as the compressed egg.

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the Eric mailing list