← Back to team overview

mqtt-users team mailing list archive

Mosquitto on ARM: Python

 

Trying to use the Python wrapper that comes with Mosquitto 0.15 on a ARM platform for an important demo... but I'm new to Python and it's libraries and after having built the package with (apparently...) no error, if I try to launch an example I get an error during "import mosquitto" (C/C++ broker and clients work well):

"
Traceback (most recent call last):
  File "./mqserial.py", line 12, in <module>
    import mosquitto
  File "/root/mosquitto.py", line 432, in <module>
    _mosquitto_lib_init = _libmosq.mosquitto_lib_init
  File "/usr/lib/python2.7/ctypes/__init__.py", line 366, in __getattr__
    func = self.__getitem__(name)
  File "/usr/lib/python2.7/ctypes/__init__.py", line 371, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: Unable to resolve symbol

"

I'm searching with no success, any hint from more experienced developers??
Thanks S

--
  Stefano Costa, R&D Manager
  M +39 335 6565749
  Skype stefanocosta.bluewind
  http://www.bluewind.it/stefanoco?code=3



Follow ups