sole / aafm

Android ADB file manager
GNU General Public License v3.0
222 stars 50 forks source link

aafm cannot find aafm-gui.py #63

Open jdevera opened 9 years ago

jdevera commented 9 years ago

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
sole commented 9 years ago

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.

jdevera commented 9 years ago

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.

sole commented 9 years ago

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 :)