← Back to team overview

aesthete-team team mailing list archive

Runtime failure

 

Hi all,

After a long break (2, maybe 3 weeks), I'm back try to break Aesthete. Unfortunately it didn't take long - although I can install from the bzr pull, I can't run the thing. The following error message occurs:

Traceback (most recent call last):
  File "/usr/bin/aesthete_ime", line 5, in <module>
    pkg_resources.run_script('Aesthete==0.4.2', 'aesthete_ime')
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 499, in run_script
    self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1235, in run_script
    execfile(script_filename, namespace, namespace)
File "/usr/lib/python2.7/site-packages/Aesthete-0.4.2-py2.7.egg/EGG-INFO/scripts/aesthete_ime", line 28, in <module>
    from aesthete import *
File "/usr/lib/python2.7/site-packages/Aesthete-0.4.2-py2.7.egg/aesthete/__init__.py", line 6, in <module>
    import aobject.paths as paths
File "/usr/lib/python2.7/site-packages/Aesthete-0.4.2-py2.7.egg/aesthete/aobject.py", line 7, in <module>
    import details
File "/usr/lib/python2.7/site-packages/Aesthete-0.4.2-py2.7.egg/aesthete/details.py", line 37, in <module>
    setup()
File "/usr/lib/python2.7/site-packages/Aesthete-0.4.2-py2.7.egg/aesthete/details.py", line 27, in setup
    with open(paths.get_share_location() + 'details/details') as info_file:
IOError: [Errno 2] No such file or directory: '/usr/lib/python2.7/site-packages/Aesthete-0.4.2-py2.7.egg/aesthete/../../../../share//details/details'

I've traced the possible cause of the error back to aobject/paths.py, but can't see where to fix it (it has to be said, I'm a bit concerned about four ..'s in a row, which seems rather magical). Any thoughts? Or am going about it completely the wrong way now?

Chris.


Follow ups