[Risolto] Ubuntuzilla,strani errori
Inviato: venerdì 24 dicembre 2010, 19:40
Salve a tutti dopo un pò di tempo comincio a scrivere di nuovo qui...vi presento il mio errore
:
Cosa devo fare??
Codice: Seleziona tutto
antonio2@antonio-desktop:~/Scaricati$ ubuntuzilla.py -a install -p firefox
Welcome to the Ubuntuzilla Firefox script version 4.8.3
Ubuntuzilla is built only for Ubuntu Linux and other distributions derived from Ubuntu (such as Linux Mint, e.g.)
This script will now install the latest release of the official Mozilla build of Firefox on your Linux system. If you run into any problems using this script, or have feature requests, suggestions, or general comments, please visit our website at http://ubuntuzilla.sourceforge.net/
Retrieving the version of the latest release of Firefox from the Mozilla website...
Traceback (most recent call last):
File "/usr/local/bin/ubuntuzilla.py", line 1331, in <module>
bs.start()
File "/usr/local/bin/ubuntuzilla.py", line 311, in start
fi.start()
File "/usr/local/bin/ubuntuzilla.py", line 354, in start
self.install()
File "/usr/local/bin/ubuntuzilla.py", line 764, in install
self.getLatestVersion()
File "/usr/local/bin/ubuntuzilla.py", line 956, in getLatestVersion
self.releaseVersion = re.search(r'firefox\-(([0-9]+\.)+[0-9]+)',self.releaseVersion).group(1)
AttributeError: 'NoneType' object has no attribute 'group'