Hi Allen,

Could you do me a favour and see if the patch that Greg checked into the rpy
svn (attached below) fixes your problem?   

Thanks! 

Dirk

--- Begin Message ---
Revision: 356
          http://rpy.svn.sourceforge.net/rpy/?rev=356&view=rev
Author:   warnes
Date:     2007-10-08 13:35:27 -0700 (Mon, 08 Oct 2007)

Log Message:
-----------
Testing whewther Numeric is present was broken.  Fixed.

Modified Paths:
--------------
    trunk/rpy/setup.py

Modified: trunk/rpy/setup.py
===================================================================
--- trunk/rpy/setup.py  2007-10-08 20:33:53 UTC (rev 355)
+++ trunk/rpy/setup.py  2007-10-08 20:35:27 UTC (rev 356)
@@ -146,6 +146,7 @@
     except ImportError:
         # fall back to Numeric
         try:
+            import Numeric
             DEFINE.append(('WITH_NUMERIC', '1'))
         except ImportError:
             UNDEF.append('WITH_NUMERIC')


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
rpy-list mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/rpy-list

--- End Message ---
-- 
Three out of two people have difficulties with fractions.

Reply via email to