- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我想安装pyrfc,但该软件包似乎不再存在:
C:\>easy_install pyrfc-1.9.3-py2.7-win32.egg
Searching for pyrfc-1.9.3-py2.7-win32.egg
Reading https://pypi.python.org/simple/pyrfc-1.9.3-py2.7-win32.egg/
Couldn't find index page for 'pyrfc-1.9.3-py2.7-win32.egg' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for pyrfc-1.9.3-py2.7-win32.egg
error: Could not find suitable distribution for Requirement.parse('pyrfc-1.9.3-py2.7-win32.egg')
我还搜索了该网站https://pypi.python.org/simple/ ,没有成功,没有pyrfc这样的东西。我尝试过 pip 但也没有运气。Pyrfc还存在吗?我正在做的事情有什么明显的错误吗?谢谢
最佳答案
从github获取
https://github.com/SAP/PyRFC/tree/master/dist
并使用easy_install
C:\myprograms>easy_install C:\Users*****\PyRFC\dist\pyrfc-1.9.4-py2.7-win-amd64.鸡蛋
关于python - 无法安装 PyRFC,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37460091/
我想安装pyrfc,但该软件包似乎不再存在: C:\>easy_install pyrfc-1.9.3-py2.7-win32.egg Searching for pyrfc-1.9.3-py2.7-
到目前为止,如果我的 SAP RFC 函数内部有问题,我只会收到一条错误消息 pyrfc._exception.ABAPRuntimeError: RFC_ABAP_MESSAGE (rc=4): k
当前,我们正在通过一些商用SAP Extractor执行数据加载(完全加载和增量加载)。我想知道从Python级别是否也可以完成这样的任务。我能够安装PyRFC并成功连接到我们的SAP实例。是否可以在
我从 PyRFC 收到此错误图书馆: Traceback (most recent call last): ... File "/.../sap_connection.py", line 486,
有没有一种方法可以使用 SAP-RFC 将大结果“分 block ”为几个较小的部分? 根据这些链接,您似乎需要自己实现分 block :-( https://archive.sap.com/disc
使用 PyRFC 从 SAP 提取数据时,我遇到了处理 RAW 数据类型列的问题。 下面是元数据的屏幕截图以及数据在 SAP GUI 中的外观。 下面是我正在运行以提取此列的代码片段。 with Co
我有 VM win7 x64、Python 3.6,我正在尝试安装 pyrfc SAP 连接器。 我已经安装了 NWRFC 库,将它设置在 PATH 变量中,使用 easy_install 安装了
如何使用Pyrfc Python library查询 SAP R/3 数据库表中的条目数? 最佳答案 我知道使用 Pyrfc 执行此操作的三种方法。使用 SAP R/3 服务器连接设置和所需的表名称修
如何使用 PyRFC 在 RFC_READ_TABLE 查询中指定 Open SQL WHERE 子句? 我正在尝试开始使用 PyRFC 让 python 从 SAP 中提取表(在没有支持/合作基础团
我是一名优秀的程序员,十分优秀!