aafm icon indicating copy to clipboard operation
aafm copied to clipboard

aafm cannot find aafm-gui.py

Open jdevera opened this issue 10 years ago • 3 comments

After installing on ubuntu, the aafm-gui.py is copied to

/usr/local/lib/python2.7/dist-packages/aafm/aafm-gui.py

However, the aafm scripts tries to load it from

/usr/lib/python2.7/dist-packages/aafm/aafm-gui.py

Resulting in:

/usr/bin/aafm: 10: [: 0: unexpected operator
python2.7: can't open file '/usr/lib/python2.7/dist-packages/aafm/aafm-gui.py': [Errno 2] No such file or directory

jdevera avatar Nov 10 '14 20:11 jdevera

Thanks for filing this issue, but I do not know how are you 'installing on ubuntu'. I always ran it from the place I cloned it to.

If someone is packaging this software and is doing it wrong (which seems to be the case), you should let them know.

sole avatar Nov 11 '14 12:11 sole

I cloned it and then run:

sudo python setup.py install

I can always run the python script manually, of course, but this aafm, which seems to be looking for the py file in the installation places, does not find well.

jdevera avatar Nov 11 '14 13:11 jdevera

I see! Grrr. I didn't write that part and I never use it. Are you familiar with Python / Ubuntu? I do not use Ubuntu now so it's easier to get someone to help on each particular system... if you want :)

sole avatar Nov 16 '14 17:11 sole