Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 07/02/2014, à 23:08

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

Pas de pb pour la première ligne.

Mais pb pour "sudo apt-get apt-file"
Message d'erreur suivant:

$ sudo apt-get apt-file
E: L'opération apt-file n'est pas valable

PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#27 Le 07/02/2014, à 23:14

amj

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

sudo apt-get install apt-file

dsl


Vive le logiciel libre !! Articles aléatoires sur Wikipédia sur les logiciels libre, sur linux.

@amj@mastodon.xyz

Hors ligne

#28 Le 07/02/2014, à 23:18

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

Pas de quoi...  smile

Voilà ce que cela donne :

python$ apt-file show qt4-qmake | grep /usr/bin
qt4-qmake: /usr/bin/qmake-qt4
~/Téléchargements/qwave-1.1/python$ 

Dernière modification par JMLF67 (Le 07/02/2014, à 23:19)


PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#29 Le 07/02/2014, à 23:20

amj

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

tu remplace la ligne avec qmake par  qmake-qt4 (ici http://forum.ubuntu-fr.org/viewtopic.ph … #p15977971 )


Vive le logiciel libre !! Articles aléatoires sur Wikipédia sur les logiciels libre, sur linux.

@amj@mastodon.xyz

Hors ligne

#30 Le 07/02/2014, à 23:33

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

En fait j'en suis à "python xtrans-1.1/src/xtrans.py"

et ça donne ça:

src$ python xtrans.py
There seems to be a problem in importing the qwave2 module
qwave2 is required to run xtrans, so this is a critical error

cannot import name TranscriptWaveform

PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#31 Le 07/02/2014, à 23:47

amj

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

JMLF67 a écrit :

En fait j'en suis à "python xtrans-1.1/src/xtrans.py"

et ça donne ça:

src$ python xtrans.py
There seems to be a problem in importing the qwave2 module
qwave2 is required to run xtrans, so this is a critical error

cannot import name TranscriptWaveform

Tu as fait ceci?

cd ..
mkdir python
cd sip
python config.py
cd ../python
make
sudo make install

Vive le logiciel libre !! Articles aléatoires sur Wikipédia sur les logiciels libre, sur linux.

@amj@mastodon.xyz

Hors ligne

#32 Le 07/02/2014, à 23:50

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

Oui.


PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#33 Le 07/02/2014, à 23:57

amj

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

fait

sudo cp qwave-1.1/python/qwave2.so /usr/lib/python2.7/site-packages

Vive le logiciel libre !! Articles aléatoires sur Wikipédia sur les logiciels libre, sur linux.

@amj@mastodon.xyz

Hors ligne

#34 Le 07/02/2014, à 23:59

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

C'est fait.
A présent j'ai ça (ça avance...): smile

$ python xtrans-1.1/src/xtrans.py
There seems to be a problem in importing the qwave2 module
qwave2 is required to run xtrans, so this is a critical error

cannot import name TranscriptWaveform
jc@~/Téléchargements$ 

Dernière modification par JMLF67 (Le 08/02/2014, à 00:01)


PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#35 Le 08/02/2014, à 00:14

amj

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

python
import qwave2

pour sortir il faut taper exit()

Dernière modification par amj (Le 08/02/2014, à 00:14)


Vive le logiciel libre !! Articles aléatoires sur Wikipédia sur les logiciels libre, sur linux.

@amj@mastodon.xyz

Hors ligne

#36 Le 08/02/2014, à 00:17

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

Cela donne ça:

$ python
Python 2.7.3 (default, Sep 26 2013, 20:03:06) 
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import qwave2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/lib/python2.7/dist-packages/qwave2.so: undefined symbol: _ZN6QWave212SndPlayerOSSC1Eiiii
>>> exit()
xx@xxx:~/Téléchargements$ 

PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#37 Le 08/02/2014, à 00:20

amj

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

refait

sudo make install

dans le dossier python puis import qwave2 ...


Vive le logiciel libre !! Articles aléatoires sur Wikipédia sur les logiciels libre, sur linux.

@amj@mastodon.xyz

Hors ligne

#38 Le 08/02/2014, à 00:28

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

C'est fait.


PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#39 Le 08/02/2014, à 00:29

amj

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

Ça fonctionne?


Vive le logiciel libre !! Articles aléatoires sur Wikipédia sur les logiciels libre, sur linux.

@amj@mastodon.xyz

Hors ligne

#40 Le 08/02/2014, à 00:31

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

Non.
Il me dit ça:

$ xtrans
Commande 'xtrans' non trouvée, vouliez-vous dire :
 La commande 'itrans' du paquet 'itrans' (universe)
xtrans : commande introuvable
~$

PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#41 Le 08/02/2014, à 00:36

amj

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

Renvoie les résultats (séparément) de

python -c "import qwave"
python -c "import xtrans_qwave.py"
python -c "from at import TranscriptWaveform, WaveformWithResizableSelection"
python xtrans.py

Vive le logiciel libre !! Articles aléatoires sur Wikipédia sur les logiciels libre, sur linux.

@amj@mastodon.xyz

Hors ligne

#42 Le 08/02/2014, à 00:39

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

Voilà:

$ python -c "import qwave"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named qwave
jc@jc-K73SV:~$ 
$ python -c "import xtrans_qwave.py"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named xtrans_qwave.py
jc@jc-K73SV:~$ 
~$ python -c "from at import TranscriptWaveform, WaveformWithResizableSelection"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named at
jc@jc-K73SV:~$ 
~$ python xtrans.py
python: can't open file 'xtrans.py': [Errno 2] No such file or directory
jc@jc-K73SV:~$ 

PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#43 Le 08/02/2014, à 00:41

amj

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

corrections:

cd xtrans*/src

Renvoie les résultats (séparément) de

python -c "import qwave2"
python -c "import xtrans_qwave"
python -c "from at import TranscriptWaveform, WaveformWithResizableSelection"
python xtrans.py

Vive le logiciel libre !! Articles aléatoires sur Wikipédia sur les logiciels libre, sur linux.

@amj@mastodon.xyz

Hors ligne

#44 Le 08/02/2014, à 00:43

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

xtrans-1.1/src$ python -c "import qwave2"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: /usr/lib/python2.7/dist-packages/qwave2.so: undefined symbol: _ZN6QWave212SndPlayerOSSC1Eiiii
jc@jc-K73SV:~/Téléchargements/xtrans-1.1/src$ 
~/Téléchargements/xtrans-1.1/src$ python -c "import xtrans_qwave"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "xtrans_qwave.py", line 3, in <module>
    from at import TranscriptWaveform, WaveformWithResizableSelection
ImportError: cannot import name TranscriptWaveform
jc@jc-K73SV:~/Téléchargements/xtrans-1.1/src$ 
~/Téléchargements/xtrans-1.1/src$ python -c "from at import TranscriptWaveform, WaveformWithResizableSelection"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: cannot import name TranscriptWaveform
jc@jc-K73SV:~/Téléchargements/xtrans-1.1/src$ 
:~/Téléchargements/xtrans-1.1/src$ python xtrans.py
There seems to be a problem in importing the qwave2 module
qwave2 is required to run xtrans, so this is a critical error

cannot import name TranscriptWaveform
jc@jc-K73SV:~/Téléchargements/xtrans-1.1/src$ 

Dernière modification par JMLF67 (Le 08/02/2014, à 00:45)


PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#45 Le 08/02/2014, à 01:03

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

Je te propose d'aller faire dodo...

Un grand merci à toi en tout cas pour ta remarquable gentillesse et ta patience. smile


PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#46 Le 08/02/2014, à 15:04

amj

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

undefined symbol: _ZN6QWave212SndPlayerOSSC1Eiiii
Ça a donc un lien avec oss il faut peut-être installer alsa-oss.


Vive le logiciel libre !! Articles aléatoires sur Wikipédia sur les logiciels libre, sur linux.

@amj@mastodon.xyz

Hors ligne

#47 Le 08/02/2014, à 15:25

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

Je viens de l'installer alsa-oss.

Mais là de dois sortir, car j'ai du monde chez moi, à ce soir. wink

Dernière modification par JMLF67 (Le 08/02/2014, à 15:26)


PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#48 Le 09/02/2014, à 11:05

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

Tu me dis que tu as réussi à installer xtrans sur une Ubuntu. Donc tu as pu lancer l'interface graphique. Mais est-ce que tu as testé le son? Je crois savoir que c'est le dernier point bloquant non encore résolu par personne.

Dernière modification par JMLF67 (Le 10/02/2014, à 15:58)


PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#49 Le 11/02/2014, à 10:10

JMLF67

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

Un petit up...:)


PC portable Asus X73S.   Intel® Core™ i5 @ 2.30GHz × 4.   GeForce GT 540M
Linux Kubuntu LTS 12.04 en 64 bits.

Hors ligne

#50 Le 11/02/2014, à 19:42

amj

Re : Problème à l'installation de xtrans (ne pas confondre avec xtransdev)

Si tu veux je peux te passer le système de fichiers où j'ai installer xtrans.
(j'ai pas de son à tester)

Dernière modification par amj (Le 11/02/2014, à 19:46)


Vive le logiciel libre !! Articles aléatoires sur Wikipédia sur les logiciels libre, sur linux.

@amj@mastodon.xyz

Hors ligne