[Rpy] Windows Install Issue

2008-05-23 Thread James D Dickinson
Re: [Rpy] Windows Install Issue

[Rpy] Windows Install Issue

2008-05-23 Thread James D Dickinson
Alright- a) Strangely, I cannot locate a multiarray.DLL anywhere on my harddrive. b) I hate to admit, but as a newbie to python - I can't figure out the -v option. and I know its an easy implementation - just not sure when to insert, or how to specify the out-file I tried uninstal

Re: [Rpy] Windows Install Issue

2008-05-22 Thread Laurent Gautier
2008/5/22 James D Dickinson <[EMAIL PROTECTED]>: > > Alright- > a) Strangely, I cannot locate a multiarray.DLL anywhere on my harddrive. > b) I hate to admit, but as a newbie to python - I can't figure out the -v > option. > and I know its an easy implementation - just not sure when to insert,

Re: [Rpy] Windows Install Issue

2008-05-22 Thread James D Dickinson
Alright- a) Strangely, I cannot locate a multiarray.DLL anywhere on my harddrive. b) I hate to admit, but as a newbie to python - I can't figure out the -v option. and I know its an easy implementation - just not sure when to insert, or how to specify the out-file I tried uninstal

Re: [Rpy] Windows Install Issue

2008-05-22 Thread Gregory Warnes
OK, this is quite odd. Two more things to try. First, try adding the directory containing multiarray.DLL to the PATH before running python. Second, if this doesn't work, try running python with the -v option and redirecting the output to a file.. -G On May 22, 2008, at 4:21PM , James

Re: [Rpy] Windows Install Issue

2008-05-22 Thread James D Dickinson
>>> import numpy.core.multiarray same result, it seems to import just fine (no errors) sadly I still get the error when I then try: >>> from rpy import* >Hmm. How about the more adventuresome

Re: [Rpy] Windows Install Issue

2008-05-22 Thread Gregory Warnes
Hmm. How about the more adventuresome import numpy.core.multiarray ? -Greg On May 22, 2008, at 3:59PM , James D Dickinson wrote: >>> import numpy works just fine no messages or errors - trying to import rpy results in same messages below -James >I think this is prob

Re: [Rpy] Windows Install Issue

2008-05-22 Thread James D Dickinson
>>> import numpy works just fine no messages or errors - trying to import rpy results in same messages below -James

Re: [Rpy] Windows Install Issue

2008-05-22 Thread Gregory Warnes
I think this is probably a Numpy installation issue. What happens if you issue the command import numpy ?? -Greg On May 22, 2008, at 1:40PM , James D Dickinson wrote: Hi - I'm fairly new to Python and I'm having a heck of a a getting the install of 'rPy' to go. I downloaded th

[Rpy] Windows Install Issue

2008-05-22 Thread James D Dickinson
Hi - I'm fairly new to Python and I'm having a heck of a time getting the install of 'rPy' to go. I downloaded the windows executable, I have numpy installed, and the Windows extensions recommended from Hammonds site. I keep getting the following error : >>> from rpy import* Traceb