xchey / ublox_m8

This repository contains a python script that converts observations from ublox M8x to rinex
6 stars 0 forks source link

Linking the .pyd file #1

Open militaru92 opened 5 years ago

militaru92 commented 5 years ago

Could you provide instructions about how to link the rtklib to your code?

I use Python 3.6.4 64-bit on Windows, but I get this error:
import rtklib as rtk ImportError: dynamic module does not define module export function (PyInit_rtklib)

From what I understand the .pyd file is like a dynamic library for python on Windows, correct?

Can this code be also run on Ubuntu?

xchey commented 5 years ago

Could you provide instructions about how to link the rtklib to your code?

I use Python 3.6.4 64-bit on Windows, but I get this error: import rtklib as rtk ImportError: dynamic module does not define module export function (PyInit_rtklib)

From what I understand the .pyd file is like a dynamic library for python on Windows, correct?

Can this code be also run on Ubuntu?

thanks for reminding me, I just forgot to commit rtklib.py file. yes .pyd file is a dynamic lib, this can be also run on Ubuntu, but you need to build a Linux version