Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.
This repository was archived by the owner on May 28, 2026. It is now read-only.

Module 'pyrfc' has no attribute Connection #365

@Menghetz

Description

@Menghetz

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
image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions