Alex Mandel wrote: > So I'm getting the following messages when I try to run some scripts > with the debugger in eric 4.3.6 (r3297): > > "The file > /usr/lib/python2.5/site-packages/setuptools-0.6c9-py2.5.egg/pkg_resources.py > could not be opened. > > The debugged program raised the exception unhandled OSError > "[Errno 11] Resource temporarily unavailable: '/home/madadh'" > File: > /usr/lib/python2.5/site-packages/setuptools-0.6c9-py2.5.egg/pkg_resources.py, > Line: 1659" > > > It works fine if I just run the script, and it works fine from the > shell. I've narrowed down the issue to the following lines but there > isn't anything wrong with them. > > Any idea why the debugger would trip on them, or is it some odd > setuptools thing? Maybe how I installed Eric (I'm pretty sure I just > upgraded, running python setup.py install) > > Thanks, > Alex
Sorry forgot to copy in some of the offending lines: from matplotlib import pyplot import matplotlib.dates as dates Thanks, Alex _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
