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 was archived by the owner on May 28, 2026. It is now read-only.
Describe the bug
I'm trying to implement pyrfc in my python project, but after the installations of the library, I can't call the connection through import.
To Reproduce
python -m venv venv
.\venv\Scripts\activate
pip install pyrfc
Describe the bug
I'm trying to implement pyrfc in my python project, but after the installations of the library, I can't call the connection through import.
To Reproduce
python -m venv venv
.\venv\Scripts\activate
pip install pyrfc
Create a file call main.py

import pyrfc
conn = Connection(ashost='10.0.0.1', sysnr='00', client='100', user='me', passwd='secret')
Screenshots
Environment
Additional context
Add any other context about the problem here.