Without talking about nimpy, are you sure you compiled your module correctly? 
If you just did `nim c nim.nim` it would compile to an executable but since you 
want a DLL `nim c --app:lib nim.nim` or `nim c --app:staticlib nim.nim` would 
be what you want.

Reply via email to