You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
I am trying to run the kw-args code in the tests folder. I ran go build
which created the kw-args file. When I run ./kw-args
I get the error could not import 'kwargs'
Is there anything else I need to do for PyImport_ImportModule to import kwargs properly?
EDIT: I also tried #39 solution but that didn't work for me either
The text was updated successfully, but these errors were encountered:
I don't know if this is the proper way, especially because it seems like the code will be very dependent on work environment, but I was able to get it working with
Hi,
I am trying to run the kw-args code in the tests folder. I ran
go build
which created the
kw-args
file. When I run./kw-args
I get the error
could not import 'kwargs'
Is there anything else I need to do for PyImport_ImportModule to import kwargs properly?
EDIT: I also tried #39 solution but that didn't work for me either
The text was updated successfully, but these errors were encountered: