-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Description
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
- OS: Windows 10 Enterprise
- Running in docker? NO
- PyRFC version : 3.3.1
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels