Cannot start RPy - need win32api

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tkpmep@hotmail.com

    Cannot start RPy - need win32api

    I'm running Python 2.5.2 on Windows XP and need to interface with R,
    so I downloaded the R 2.6.2 statistical package and installed it, and
    did the same for RPy 1.02 (i made sure I got the version for Python
    2.5 and R 2.62.). When I go to the Python command line and type
    >>from rpy import *
    I get the following error message:

    Traceback (most recent call last):
    File "<pyshell#7 >", line 1, in <module>
    from rpy import *
    File "C:\Python25\li b\site-packages\rpy.py ", line 88, in <module>
    import win32api
    ImportError: No module named win32api
    >>>
    What on earth is win32api, where can I find it, and where ought I to
    put it?

    Thanks in advance

    Thomas Philips
  • tkpmep@hotmail.com

    #2
    Re: Cannot start RPy - need win32api

    Thanks a mill - works like a charm!

    Comment

    Working...