How to import a maturin-generated .pyd module in pyoxidizer executable
30 views
Skip to first unread message
Diogo Friggo
unread,
Jun 9, 2022, 11:20:53 AM6/9/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyoxidizer-users
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.