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.
- Cannot call function with argument of Nim from Python3 toshikiohnogi
- Re: Cannot call function with argument of Nim from Pyt... mratsim
- Re: Cannot call function with argument of Nim from... juancarlospaco
- Re: Cannot call function with argument of Nim ... toshikiohnogi
- Re: Cannot call function with argument of ... Hlaaftana
- Re: Cannot call function with argumen... yglukhov
- Re: Cannot call function with arg... toshikiohnogi
- Re: Cannot call function with... Aareon
- Re: Cannot call function with... mratsim
- Re: Cannot call function with... Aareon
