Bugs item #1494929, was opened at 2006-05-25 06:18
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1494929&group_id=48422

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Win32
Group: None
Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Gregory Warnes (warnes)
Summary: Fail to import on Windows

Initial Comment:
I got the following error message when importing:

>>> from rpy import *
RHOME= d:\Program Files\R\R-2.2.1
RVERSION= 2.2.1
RVER= 2021
RUSER= C:\Documents and Settings\abc123
Loading the R DLL d:\Program Files\R\R-2.2.1
\bin\R.dll ..
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "C:\Python24\Lib\site-packages\rpy.py", line 
98, in ?
    win32api.LoadLibrary( Rlib )
pywintypes.error: (126, 'LoadLibrary', 'The specified 
module could not be found.')

A pop-up window complains about not being able to 
find 'Rblas.dll'. I checked and found out the file 
does exist under d:\Program Files\R\R-2.2.1\bin\


Thanks a lot.

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2006-10-19 11:22

Message:
Logged In: NO 

I believe that this bug is outstanding.  Even with full path
identified, win32api.LoadLibrary('C:\Program
Files\R\R-2.3.1\bin\R.dll')

Result is:

Traceback (most recent call last):
  File "<pyshell#5>", line 1, in -toplevel-
    win32api.LoadLibrary('C:\Program Files\R\R-2.3.1\bin\R.dll')
error: (126, 'LoadLibrary', 'The specified module could not
be found.')


----------------------------------------------------------------------

Comment By: Peter (maubp)
Date: 2006-07-06 06:31

Message:
Logged In: YES 
user_id=259020

P.S. As a work arround, include the R bin directory in your
path, or edit the relevant python file as described on the
mailing list.

----------------------------------------------------------------------

Comment By: Peter (maubp)
Date: 2006-07-06 06:29

Message:
Logged In: YES 
user_id=259020

When I said its been fixed, I meant its been fixed in the
latest code (CVS) AFTER the release of 0.99.2

I would expect there to be a version 0.99.3 soon, but right
now if you have a suitable compiler you could built this
yourself.

See also discussion on the mailing list about getting
another release soon - because I agree with you that Windows
users wanting to use R 2.3.0 or 2.3.1 are a bit stuck right now.

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2006-07-06 05:46

Message:
Logged In: NO 

No, it has not been fixed.

I tried the latest download rpy-0.99.2.win32-py2.4.exe, 
still the same problem. 

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2006-07-05 19:16

Message:
Logged In: NO 

No, it has not been fixed.

I tried the latest download rpy-0.99.2.win32-py2.4.exe, 
still the same problem. 

----------------------------------------------------------------------

Comment By: Peter (maubp)
Date: 2006-06-29 10:19

Message:
Logged In: YES 
user_id=259020

This has been fixed now, hasn't it?

----------------------------------------------------------------------

Comment By: Peter (maubp)
Date: 2006-06-09 10:29

Message:
Logged In: YES 
user_id=259020

Duplicate of bug 1489360 ?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1494929&group_id=48422

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to