Kanor a écritEst ce que c'est résolu ?
Bonjour
C'est gentil de vous intéresser à mes problèmes
Eh bien non, j'ai replacé le fichier __init__.py de sauvegarde à sa place, mais en essayant différentes chose, j'ai rajouté une couche d'erreurs , notamment avec QT4 ( ps j'ai bien #-*- coding: utf-8 -*- au début de mon fichier)
Du coup le logiciel ne s'ouvre même plus ! :mad:
olivier@olivier-laptop:~$ pymecavideo
/usr/lib/python2.6/dist-packages/pymecavideo/__init__.py:44: DeprecationWarning: the sets module is deprecated
from sets import Set
Traceback (most recent call last):
File "/usr/bin/pymecavideo", line 5, in <module>
pymecavideo.run()
File "/usr/lib/python2.6/dist-packages/pymecavideo/__init__.py", line 1234, in run
windows = StartQT4(None,os.path.abspath(filename),opts)
File "/usr/lib/python2.6/dist-packages/pymecavideo/__init__.py", line 91, in __init__
self.splashVideo()
File "/usr/lib/python2.6/dist-packages/pymecavideo/__init__.py", line 99, in splashVideo
elif os.path.isfile(self.prefs.lastVideo):
File "/usr/lib/python2.6/genericpath.py", line 29, in isfile
st = os.stat(path)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 17: ordinal not in range(128)
olivier@olivier-laptop:~$
entretemps, pour me changer les idées, je tente de faire fonctionner les interfaces µorphy avec ATNA ( et là encore je rencontre des problèmes pour monter mes ports usb !)
edit
j'ai reinstallé le logiciel mais pas avec le .deb
/pymecavideo-4.0$ make
make[1]: entrant dans le répertoire « /home/olivier/Téléchargements/pymecavideo-4.0/help »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /home/olivier/Téléchargements/pymecavideo-4.0/help »
lrelease lang/*.ts
Updating 'lang/pymecavideo_en_EN.qm'...
Generated 63 translation(s) (63 finished and 0 unfinished)
Updating 'lang/pymecavideo_en_GB.qm'...
Generated 61 translation(s) (24 finished and 37 unfinished)
Updating 'lang/pymecavideo_en_US.qm'...
Generated 61 translation(s) (24 finished and 37 unfinished)
Updating 'lang/pymecavideo_es_ES.qm'...
Generated 61 translation(s) (52 finished and 9 unfinished)
Updating 'lang/pymecavideo_fr_FR.qm'...
Generated 62 translation(s) (59 finished and 3 unfinished)
Ignored 1 untranslated source text(s)
Updating 'lang/pymecavideo_us_US.qm'...
Generated 0 translation(s) (0 finished and 0 unfinished)
Ignored 63 untranslated source text(s)
olivier@olivier-laptop:~/Téléchargements/pymecavideo-4.0$ python __init__.py
__init__.py:44: DeprecationWarning: the sets module is deprecated
from sets import Set
Traceback (most recent call last):
File "__init__.py", line 1241, in <module>
run()
File "__init__.py", line 1235, in run
windows = StartQT4(None,os.path.abspath(filename),opts)
File "__init__.py", line 91, in __init__
self.splashVideo()
File "__init__.py", line 99, in splashVideo
elif os.path.isfile(self.prefs.lastVideo):
File "/usr/lib/python2.6/genericpath.py", line 29, in isfile
st = os.stat(path)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 17: ordinal not in range(128)
olivier@olivier-laptop:~/Téléchargements/pymecavideo-4.0$ sudo python setup.py install
[sudo] password for olivier:
running install
running build
running build_py
copying ./lang/pymecavideo_en_GB.qm -> build/lib.linux-i686-2.6/pymecavideo/lang
copying ./lang/pymecavideo_en_EN.qm -> build/lib.linux-i686-2.6/pymecavideo/lang
copying ./lang/pymecavideo_fr_FR.qm -> build/lib.linux-i686-2.6/pymecavideo/lang
copying ./lang/pymecavideo_es_ES.qm -> build/lib.linux-i686-2.6/pymecavideo/lang
copying ./lang/pymecavideo_en_US.qm -> build/lib.linux-i686-2.6/pymecavideo/lang
copying ./lang/pymecavideo_us_US.qm -> build/lib.linux-i686-2.6/pymecavideo/lang
running install_lib
copying build/lib.linux-i686-2.6/pymecavideo/lang/pymecavideo_en_GB.qm -> /usr/local/lib/python2.6/dist-packages/pymecavideo/lang
copying build/lib.linux-i686-2.6/pymecavideo/lang/pymecavideo_en_EN.qm -> /usr/local/lib/python2.6/dist-packages/pymecavideo/lang
copying build/lib.linux-i686-2.6/pymecavideo/lang/pymecavideo_fr_FR.qm -> /usr/local/lib/python2.6/dist-packages/pymecavideo/lang
copying build/lib.linux-i686-2.6/pymecavideo/lang/pymecavideo_es_ES.qm -> /usr/local/lib/python2.6/dist-packages/pymecavideo/lang
copying build/lib.linux-i686-2.6/pymecavideo/lang/pymecavideo_en_US.qm -> /usr/local/lib/python2.6/dist-packages/pymecavideo/lang
copying build/lib.linux-i686-2.6/pymecavideo/lang/pymecavideo_us_US.qm -> /usr/local/lib/python2.6/dist-packages/pymecavideo/lang
running install_egg_info
Removing /usr/local/lib/python2.6/dist-packages/pymecavideo-1.9.egg-info
Writing /usr/local/lib/python2.6/dist-packages/pymecavideo-1.9.egg-info
olivier@olivier-laptop:~/Téléchargements/pymecavideo-4.0$ pymecavideo
/usr/lib/python2.6/dist-packages/pymecavideo/__init__.py:44: DeprecationWarning: the sets module is deprecated
from sets import Set
Traceback (most recent call last):
File "/usr/bin/pymecavideo", line 5, in <module>
pymecavideo.run()
File "/usr/lib/python2.6/dist-packages/pymecavideo/__init__.py", line 1234, in run
windows = StartQT4(None,os.path.abspath(filename),opts)
File "/usr/lib/python2.6/dist-packages/pymecavideo/__init__.py", line 91, in __init__
self.splashVideo()
File "/usr/lib/python2.6/dist-packages/pymecavideo/__init__.py", line 99, in splashVideo
elif os.path.isfile(self.prefs.lastVideo):
File "/usr/lib/python2.6/genericpath.py", line 29, in isfile
st = os.stat(path)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 17: ordinal not in range(128)
olivier@olivier-laptop:~/Téléchargements/pymecavideo-4.0$ pymecavideo
/usr/lib/python2.6/dist-packages/pymecavideo/__init__.py:44: DeprecationWarning: the sets module is deprecated
from sets import Set
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/pymecavideo/__init__.py", line 1041, in openfile
self.openTheFile(filename)
File "/usr/lib/python2.6/dist-packages/pymecavideo/__init__.py", line 1056, in openTheFile
self.filename=str(filename)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 15: ordinal not in range(128)
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/pymecavideo/__init__.py", line 232, in reinitialise_capture
self.affiche_image()
File "/usr/lib/python2.6/dist-packages/pymecavideo/__init__.py", line 939, in affiche_image
image=QImage(self.chemin_image)
AttributeError: 'StartQT4' object has no attribute 'chemin_image'
Le logiciel se lance à nouveau mais toujours ce pb initial