Python wifi install issue -
struggling understand this, time call in cavalry!
raspberry pi running raspbian & python 2.7
trying connect wifi wipi dongle through python. done sudo pip install wifi reports successful.
in python import wifi
ok, when try from wifi import cell, scheme
following :-
importerror: cannot import name cell
i've been trying resolve 2 days without success, appreciated
i managed overcome issue, renaming python file name without wifi in name. seems cause conflict because of name wifi
Comments
Post a Comment