Dear friends,

I just installed RPy2 on my Vista 64 machine. I am running a test code like:
#.......................................
import rpy2.tests
import unittest

# the verbosity level can be increased if needed
tr = unittest.TextTestRunner(verbosity = 1)
suite = rpy2.tests.suite()
tr.run(suite)
#.......................................

But I get the following error:

Python 2.5.4 (r254:67916, Dec 23 2008, 15:19:34) [MSC v.1400 64 bit (AMD64)]
Type "help", "copyright", "credits" or "license" for more information.
>>>
Evaluating teste01.py
Traceback (most recent call last):
  File "C:\<string>", line 1, in <module>
  File "C:\Python25\Lib\site-packages\rpy2\tests.py", line 3, in <module>
    import rpy2.robjects.tests
  File "C:\Python25\Lib\site-packages\rpy2\robjects\__init__.py", line 12,
in <module>
    import rpy2.rinterface as rinterface
  File "C:\Python25\Lib\site-packages\rpy2\rinterface\__init__.py", line 39,
in <module>
    import win32api
ImportError: No module named win32api
############################################################

I also tryed to install

http://downloads.sourceforge.net/sourceforge/pywin32/pywin32-212.win32-py2.5.exe?use_mirror=iweb
which try to install pywin32-212.win32-py2.5, but I get error, saying that
Python2.5 is not installed.
In fact, I have python 2.5 on my PATH directory, and I can invoke
python(2.5) from anywhere.

Any help are welcome.

Bests

milton
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to