Abhijit Nalawade
Abhijit Nalawade

Reputation: 1

Creating pyd for python project

I have simple python project which represents basic inheritance tree.

mypackage:

I want to generate 'single' distributable pyd so that I can use anywhere. I am new to such type of scenario. Help is appriciated

I tried with cython. I could generate single pyd but could not import modules from it.

import mypackage.animal throws error as module not found

Upvotes: 0

Views: 23

Answers (0)

Related Questions