Home › Forums › Mooshimeter Support › python CArrayWriter
- This topic has 1 reply, 2 voices, and was last updated 7 years, 2 months ago by
admin.
- AuthorPosts
mawi
GuestHi Mooshim,
i try to run the example.py of the
https://github.com/mooshim/Mooshimeter-PythonAPI.
Traceback (most recent call last):
File “Example.py”, line 1, in <module>
from Mooshimeter import *
File “/home/marc/Programme/Skripte/Mooshimeter-PythonAPI-master/Mooshimeter.py”, line 4, in <module>
from ConfigNode import *
File “/home/marc/Programme/Skripte/Mooshimeter-PythonAPI-master/ConfigNode.py”, line 2, in <module>
import CArrayWriter
ImportError: No module named CArrayWriterthe package CArrayWriter are not foundable in internet.
Afrer analyse of the code it has somthing to do with the output of the data.Where i can get the package?
Thanks a lot
Mawi
admin
KeymasterHi Mawi,
My fault, I forgot to add the file to version control. I just added it, so if you do a Git pull you will receive it.
Best
~James
- AuthorPosts