ratal / mdfreader

Read Measurement Data Format (MDF) versions 3.x and 4.x file formats in python
Other
169 stars 74 forks source link

read MDF4 file #128

Closed Nordlxnder closed 6 years ago

Nordlxnder commented 6 years ago

Hi ,

I installed the mdfreader on my linux system and so far it seems that the installation went well, but I tried to import the mdf4reader and got the follow error. To import mdfreader seems to work. Did I do something wrong or how can I read a mdf4 file?

Thanks in advanced

/usr/bin/python3.6 /home/golfo/PycharmProjects/mdf4/hauptprogramm.py Traceback (most recent call last): File "/home/golfo/PycharmProjects/mdf4/hauptprogramm.py", line 4, in import mdf4reader ModuleNotFoundError: No module named 'mdf4reader'

cristi-neagu commented 6 years ago

You have to import mdfreader, not mdf4reader.

Nordlxnder commented 6 years ago

Hi cristi-neagu,

Thank you for your prompt reply.

Now I use : from mdfreader import mdf