toma222 a écritPour Sallé, est-ce que ça le fait pour tous les desklets ? Peux-tu en lancer un totalement en console et préciser les messages qui s'affichent, je veux dire en faisant
cd /chemin_vers_ton_desklet
./nom_du_desklet
re! j'ai testé à peu près tous les desklets, et ca l'a fait à chaque fois.... maintenant, en utilisant ta méthode
la fenêtre du terminal reste affichée et ca donne ça, en enregistrant le desklet :
jerome@Ubuntu:~$ cd /home/jerome/desklets/weather-0.0.4
jerome@Ubuntu:~/desklets/weather-0.0.4$ ./weather.py
Do you want to (r)egister this desklet or to (t)est it? r
Traceback (most recent call last):
File "./weather.py", line 52, in ?
import adesklets
File "/usr/lib/python2.4/site-packages/PIL/__init__.py", line 43, in ?
adesklets.error_handler.ADESKLETSError: adesklets process exited -
Exception exceptions.AttributeError: <exceptions.AttributeError instance at 0xb7e082cc> in <bound method _Communicator.__del__ of <adesklets.communicator._Communicator instance at 0xb7b7b30c>> ignored
jerome@Ubuntu:~/desklets/weather-0.0.4$
et en le testant :
jerome@Ubuntu:~/desklets/weather-0.0.4$ ./weather.py
Do you want to (r)egister this desklet or to (t)est it? t
Now testing...
============================================================
If you do not see anything (or just an initial flicker
in the top left corner of your screen), try `--help',
and see the FAQ: `info adesklets'.
============================================================
Traceback (most recent call last):
File "./weather.py", line 52, in ?
import adesklets
File "/usr/lib/python2.4/site-packages/PIL/__init__.py", line 43, in ?
adesklets.error_handler.ADESKLETSError: adesklets process exited -
Exception exceptions.AttributeError: <exceptions.AttributeError instance at 0xb7e562cc> in <bound method _Communicator.__del__ of <adesklets.communicator._Communicator instance at 0xb7bc930c>> ignored
jerome@Ubuntu:~/desklets/weather-0.0.4$
ensuite, beeeeennnnnn.... toujours rien 😃
++