aafm
aafm copied to clipboard
aafm cannot find aafm-gui.py
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
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.
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.
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 :)