costerwi / dwdatareader

Python module to interact with Dewesoft DWDataReaderLib shared library
MIT License
14 stars 9 forks source link

dll error #61

Closed 81wingo closed 1 year ago

81wingo commented 1 year ago

Error: File "..\Miniconda3\lib\site-packages\dwdatareader__init.py", line 532, in open return DWFile(source) File "..\Miniconda3\lib\site-packages\dwdatareader\init.py", line 360, in init self.open(source) # If this fails then the instance is not constructed File "..\Miniconda3\lib\site-packages\dwdatareader\init__.py", line 390, in open raise DWError(stat) dwdatareader.DWError: error in DLL

I am getting this error when trying read the newest files created from dewesoft. The ones we collected later last year seem to read in fine :(.

In the script it is failing to just open the files with dw.open(filepath) as f: df = f.dataframe()

costerwi commented 1 year ago

What is the output from:

import dwdatareader as dw
print(dw.__version__, dw.getVersion())

The latest version is 0.15.3 4020024 which is based on the current DLL from Dewesoft.

81wingo commented 1 year ago

Ahh...pip install issue... yeah enviroment was still using 0.15.2...