dglent / meteo-qt

System tray application for weather status information
GNU General Public License v3.0
83 stars 21 forks source link

meteo-qt stops working after last update of Arch Linux. #105

Closed githubtefo closed 3 years ago

githubtefo commented 3 years ago

Does someone experience the same during the last week?

This is the error when I try to open it from the terminal:

Traceback (most recent call last):
  File "/usr/bin/meteo-qt", line 4, in <module>
    from meteo_qt import meteo_qt
ModuleNotFoundError: No module named 'meteo_qt'

Thank you!

dglent commented 3 years ago

Could you check by removing the 3 from environment comment ? https://github.com/dglent/meteo-qt/blob/master/bin/meteo-qt#L1

change to: #!/usr/bin/env python

githubtefo commented 3 years ago

Hi @dglent, thanks for your reply.

The environment is already without the 3, so there's no need to change anything.

pmav99 commented 3 years ago

You used to have meteo-qt installed and it stopped working after the update to Python 3.9? If yes, just reinstall it from AUR.

You will need to do the same for any other Python package that tyou have installed from AUR

githubtefo commented 3 years ago

right! thanks for the advice; that's solve the issue!