Re: RPy / R

2006-02-12 Thread Eddie
sions of the following you have installed: > NumPy > SciPy > RPy > R > > I have not installed Numeric. Is that different from NumPy? If so, which > version do you have? > > Thanks. > > "Eddie" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROT

Re: RPy / R

2006-02-08 Thread jason
Thanks for your response. I'll try to install all the same versions that you have. I have removed my version of Python and installed ActivePython (ActivePython-2.4.2.10-win32-x86.msi). Could you please tell me which versions of the following you have installed: NumPy SciPy RPy R I hav

Re: RPy / R

2006-02-07 Thread Eddie
Hi Jason I had more success, being able to run a few test programs. Not sure why yours would be crashing - I have a similar setup (Win XP SP2 with all updates) - my version of Python is the Activestate download (ActivePython-2.4.2.10-win32-x86.msi). Have you installed Numeric? If all else fails

Re: RPy / R

2006-02-07 Thread Hans Georg Krauthaeuser
jason schrieb: > Hello: > > I installed the following: > > python-2.4.2.msi > pywin32-207.win32-py2.4.exe > R-2.2.1-win32.exe > rpy-0.4.6-R-2.0.0-to-2.2.1-py24.win32.exe > > on a Windows XP (SP2) box. > > When I try to run the following (source: > http://rpy.sourceforge.net/plotting-with-RPy.h

RPy / R

2006-02-06 Thread jason
Hello: I installed the following: python-2.4.2.msi pywin32-207.win32-py2.4.exe R-2.2.1-win32.exe rpy-0.4.6-R-2.0.0-to-2.2.1-py24.win32.exe on a Windows XP (SP2) box. When I try to run the following (source: http://rpy.sourceforge.net/plotting-with-RPy.html) in IDLE >>> from rpy import * >>> x

Re: Why does Rpy/R-plot work under PythonWin, but not under commandline/IDLE?

2006-01-08 Thread Bo Peng
Bo Peng wrote: > Does anyone know why commandline/IDLE cause this > problem, while PythonWin does not? I am interested to know what I can do > in commandline (or in rpy) to fix this problem. Just note that R/plot works fine both from command window and a R-GUI. Bo -- http://mail.python.org/mai

Why does Rpy/R-plot work under PythonWin, but not under commandline/IDLE?

2006-01-08 Thread Bo Peng
but the figure is not drawn) until the next plot command is executed, * when I use python (2.3, 2.4) command line or IDLE * NOT when I use pythonwin ( provided with pywin32 package) Since rpy+R works under python+pythonwin, I assume that this is not a problem with rpy or R. Does anyone kno