stv0g / transwhat

A gateway between the XMPP and the WhatsApp IM networks
https://dev.0l.de/wiki/projects/transwhat/
GNU General Public License v3.0
122 stars 23 forks source link

ImportError: No module named Spectrum2.iochannel #91

Open tigre-bleu opened 6 years ago

tigre-bleu commented 6 years ago

I try to run transwhat on debian stretch. For this I cloned the project from github and checked out the last release. Launching spectrum fails with the following:

Traceback (most recent call last):
  File "/home/spectrum2/transwhat/transWhat/transwhat.py", line 40, in <module>
    from Spectrum2.iochannel import IOChannel
ImportError: No module named Spectrum2.iochannel

I could move the Spectrum2 folder to the same level as transwhat.py but then I have:

Traceback (most recent call last):
  File "/home/spectrum2/transwhat/transWhat/transwhat.py", line 41, in <module>
    from config import SpectrumConfig
ImportError: No module named config

I tried the master branch, but with no success.

I really struggle to have transwhat working. I also tried the spectrum2 docker image, but it does not work either.