mirkobrombin / Football

An application for tracking Football scores, designed for elementary OS.
https://linuxhub.it
GNU General Public License v3.0
22 stars 4 forks source link

Football doesn't start (version is 1.0.3) #13

Closed 413Michele closed 7 years ago

413Michele commented 7 years ago

Installed the .deb file on updated Loki, when I try to open the app it doesn't start. If I use the terminal I get this error message:

Failed to import module main.py! ('Installation was assumed to be at:', '/usr/share/com.github.mirkobrombin.football/football')

mirkobrombin commented 7 years ago

~~Yours is a dependence problem, the launcher trying to start the script with python2 instead of python3 I should have fixed this in the release 1.0.4~~

mirkobrombin commented 7 years ago

I confirm the bug, once installed, the header of the com.github.mirkobrombin.football file is modified from #!/usr/bin/env python3 to #!/usr/bin/env python forcing python2 instead of python3, manually changing the string works. I will fix this bug inn release 1.0.5.

mirkobrombin commented 7 years ago

I've added a new release 1.0.5 that should fix the problem.

(In my virtual test machine it works)

413Michele commented 7 years ago

Ok, now it opens!