← Back to team overview

aesthete-team team mailing list archive

Re: Runtime failure

 

Phil Weir wrote:
No, still fails with pretty much the same error message.

Does it still have the line ' setup() ' in details.py at line 37? The
latest rev shouldn't have that line (taken out in 284), so it may be that
the "import aobject" statement is bringing in an older version, for
instance - if it is there, can you check whether the file mentioned in the
error message is in an old location or the install target, please?

FWIW the needed file seems to have been installed as

/usr/lib/python2.7/site-packages/Aesthete-0.4.2-py2.7.egg/share/aesthete/details/details
C


This does make it sound as if the details.py above should be the right one,
as your traceback puts it in the same egg folder.

P

The traceback was exactly the same as the first time, unfortunately.

I note that the install procedure is installing the following two files:

/usr/lib/python2.7/site-packages/Aesthete-0.4.2-py2.7.egg/aesthete/details.py

/usr/lib/python2.7/site-packages/Aesthete-0.4.2-py2.7.egg/aobject/details.py

The first of which has the setup() line at the end. Should it not be calling /usr/lib/python2.7/site-packages/Aesthete-0.4.2-py2.7.egg/aobject/details.py?

C.


Follow ups

References