WVA-J200 python support canbus/J1939

I need to understand if the wva-j200 has the digicanbus.py module built in.
The python log says:

Sep 20 09:22:22 local7.info pylog: Traceback (most recent call last):
Sep 20 09:22:22 local7.info pylog: File “J1939Sample.py”, line 2, in
Sep 20 09:22:22 local7.info pylog: from digicanbus import *
Sep 20 09:22:22 local7.info pylog: ImportError: No module named digicanbus

Because until now I haven’t found a way to get this device to listen to my own defined J1939 messages on the canbus.

It supports python, but i am not sure if this is intended to be used at all …