Hi All, I have a little python project which creates one executable script.where should go the project.py ? is there a special place for a script which later can be imported by other python script ?
Is it ok, to put a symlink in /ust/bin/ pointing to /usr/share/project/project.py ( or any other appropriate place) to get rid of extension .py ?
Thank you, Alex