qpython-android / qpython.org

QPython contributor & sugguestion & question homepage
http://qpython.org
58 stars 11 forks source link

Error While Importing Module from Scapy "undefined symbol: ioctl" #183

Open hash3liZer opened 6 years ago

hash3liZer commented 6 years ago

I just installed this app yesterday and trying to find a way to work with scapy module over my android Phone. So i found scapy available under QPYPI tab of this application and after successful installation of scapy, i'm still not able to import scapy at all. Importing scapy just works fine but importing the all module under scapy directory throws an error: undefined symbol: ioctl

>>> from scapy.all import * File "<stdin>", line 1, in <module> <...snipped...> File "/data/data/org.qpython.qpy/files/lib/python27.zip/ctypes/__init__.py", line 380, in __getitem__ AttributeError: undefined symbol: ioctl"

riverfor commented 6 years ago

What's your android version and what's your mobile please ?

hash3liZer commented 6 years ago

Its Android KitKat 4.4.2 Honor 4C Huawei.