cancel
Showing results for 
Search instead for 
Did you mean: 

Python 3.1 & SAPRFC

Former Member
0 Kudos

Hi, I hope I'm on the right forum. I just installed Python 3.1 on my Windows XP machine. All appears to be good however I have the following questions:

When I ran autotest.py I got the following summary:

"276 tests OK.

17 tests failed:

test_bytes test_cmd_line test_distutils test_file test_io

test_logging test_multiprocessing test_parser test_pdb

test_pep3120 test_pydoc test_subprocess test_sys test_telnetlib

test_unicodedata test_uuid test_zipimport_support

42 tests skipped:

test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp

test_codecmaps_kr test_codecmaps_tw test_crypt test_curses

test_dbm_gnu test_dbm_ndbm test_epoll test_fcntl test_fork1

test_grp test_ioctl test_kqueue test_largefile test_nis

test_normalization test_openpty test_ossaudiodev test_pipes

test_poll test_posix test_pty test_pwd test_resource test_signal

test_smtpnet test_socketserver test_syslog test_threadsignals

test_timeout test_tk test_ttk_guionly test_univnewlines

test_urllib2net test_urllibnet test_wait3 test_wait4 test_winsound

test_xmlrpc_net test_zipfile64

1 skip unexpected on win32:

test_univnewlines

Traceback (most recent call last):"

Is this acceptable?

I intend to use Python 3.1 to make RFC calls to SAP ECC6.0. The librfc32.dll came with the SAPGui. Therefore I believe all that is left to do is to download pysaprfc_1_0_0.zip and extract it to site-packages. Is this all there is to it or do I need to create an environment variable "PYTHONPATH"?

Thanks in advance,

Kevin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I don't know whether that's okay or not, as I don't remember my results. Have you tried any scripting yet? If so, what were your results?

Cheers,

David.