Skip to content

fake_phone_client not working in py3 #7

@eprueves

Description

@eprueves
fake_phone_client 
Traceback (most recent call last):

  File "/usr/local/bin/fake_phone_client", line 39, in <module>
    from core.fake_phone import FakePhone
  File "/usr/local/lib/python3.4/dist-packages/core/fake_phone/__init__.py", line 20, in <module>
    from . import _openbts
  File "/usr/local/lib/python3.4/dist-packages/core/fake_phone/_openbts.py", line 18, in <module>
    from twisted.internet import reactor
ImportError: No module named 'twisted'

to fix, need to install swig: sudo apt-get install swig
and the ff packages via pip

Twisted==17.9.0
python-ESL==1.4.18

will be confirming functionality after this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions