<div dir="ltr"><div><div>Hello everyone,<br><br></div>I've been trying to use the Arrrows plugin, but I'm getting a Python error message when I run it. I'm not versed in Python, so I could really use some help understanding what's the problem and how to solve it. Here's the error message:<br><br>Traceback (most recent call last):   File
  "C:/user/username/.qgis2/python/plugins\arrows\arrows.py", line 79, in run_set
      self.draw_arrows()   File 
"C:/U.../.qgis2/python/plugins\arrows\arrows.py", line 128, in
  draw_arrows
      width = attributes[self.conf["arrow_width_field"]] * 
float(unicode(self.conf["arrow_width_factor"])) TypeError: unsupported
  operand type(s) for *: 'QPyNullVariant' and 'float'<br><br></div>Thank you very much in advance!<br></div>