** Branch linked: lp:~dcaro/clicompanion/fix-802298 -- You received this bug notification because you are a member of CLI Companion Development Team, which is subscribed to CLI Companion. https://bugs.launchpad.net/bugs/802298
Title: Setup file with incorrect locale install path Status in CLI Companion: Fix Committed Bug description: When installing from source (bzr branch lp:clicompanion) and executing setup.py install, you end up with am installed script that complains about not finding the /usr/local/bin/locale folder: using locale in source code folder Traceback (most recent call last): File "/usr/local/bin/clicompanion", line 45, in <module> idioma = get_language() File "/usr/local/bin/clicompanion", line 37, in get_language traducidos = os.listdir(locale_dir) OSError: [Errno 2] No existe el fichero o el directorio: '/usr/local/bin/locale' I just glimpsed the code and figured out that the locales where not installed at the correct folder and the app was trying to get the locales from the source folder (and was unable to find them because it was looking to the same folder where the binary is installed ,/usr/local/bin instead of looking in the correct one). Submitted a patch, only 5 chars added XD. To manage notifications about this bug go to: https://bugs.launchpad.net/clicompanion/+bug/802298/+subscriptions -- Mailing list: https://launchpad.net/~clicompanion-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~clicompanion-devs More help : https://help.launchpad.net/ListHelp

