indygreg / PyOxidizer

A modern Python application packaging and distribution tool
Mozilla Public License 2.0
5.47k stars 239 forks source link

How to import a maturin-generated .pyd module in pyoxidizer executable #590

Open diogofriggo opened 2 years ago

diogofriggo commented 2 years ago

Hi I've been trying for two long days to import a python extension module (pyd) that comes from a personal rust project converted to a python module via maturin/pyo3. I have this single .pyd file that can be imported in a regular python project, but not with pyoxidizer. I've read a lot of documentation and still I can't get it to work. Please help