SAP / PyRFC

Asynchronous, non-blocking SAP NW RFC SDK bindings for Python
http://sap.github.io/PyRFC
Apache License 2.0
501 stars 133 forks source link

PyRFC NWRFCSDK - ImportError: cannot import name Iterable #250

Closed ankushmsingh closed 2 years ago

ankushmsingh commented 2 years ago

Describe the bug PyRfc is working fine on windows 10 , but when I try to install nwrfcsdk on windows server 2016, code is giving error

Screenshots from .pyrfc import ( File "src/pyrfc/_pyrfc.pyx", line 10, in init pyrfc.pyrfc ImportError: cannot import name Iterable

Environment

Additional context Add any other context about the problem here.

ankushmsingh commented 2 years ago

this is resolved . I copied the python 3.9 files to windows server 2016. Changed the environmental variables to python39 folder and it worked

jraber commented 2 years ago

This should be solved with python 310 by commit e6622d5f2c5df93901690f7cb7790cb06e193505

bsrdjan commented 2 years ago

Solved by e6622d5 in release 2.5.0