[Rpy] Invalide date on the news page

2007-11-29 Thread Miguel Tremblay
On the news page of rpy (http://rpy.sourceforge.net/news.html) all the title of the news are "RPy 0.4.6 now available 2005-07-28" since, well, since the release of rpy 0.4.6... Regards, Miguel Tremblay - SF.Net email is s

[Rpy] [ rpy-Bugs-1819169 ] Pure virtual function call error

2007-11-29 Thread SourceForge.net
Bugs item #1819169, was opened at 2007-10-24 05:33 Message generated for change (Comment added) made by warnes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1819169&group_id=48422 Please note that this message will contain a full copy of the comment thr

[Rpy] [ rpy-Bugs-1840700 ] import rpy, but command prompt restart

2007-11-29 Thread SourceForge.net
Bugs item #1840700, was opened at 2007-11-28 21:04 Message generated for change (Comment added) made by warnes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1840700&group_id=48422 Please note that this message will contain a full copy of the comment thr

[Rpy] [ rpy-Bugs-1835064 ] Crash on import rpy

2007-11-29 Thread SourceForge.net
Bugs item #1835064, was opened at 2007-11-20 05:42 Message generated for change (Comment added) made by warnes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1835064&group_id=48422 Please note that this message will contain a full copy of the comment thr

[Rpy] [ rpy-Bugs-1827071 ] import error / restart

2007-11-29 Thread SourceForge.net
Bugs item #1827071, was opened at 2007-11-06 14:05 Message generated for change (Comment added) made by warnes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1827071&group_id=48422 Please note that this message will contain a full copy of the comment thr

[Rpy] Lapack DLL load problem

2007-11-29 Thread Gregory Warnes
Ok, first, on windows, rpy attempts to add the necessary locations to the PATH environment variable so that DLLs are properly found. If the new version doesn't solve the problem, a work-around is to manually set up the path before starting python (or from within python) so that the direc

Re: [Rpy] RPy & Windows install and import problems

2007-11-29 Thread Gregory Warnes
OK, RPy 1.0.1 with the windows fix is up, including binaries. Please take them for a spin and let me know if there are any problems. -G On Nov 29, 2007, at 1:33PM , Gregory Warnes wrote: > Hi Bo, > > As soon as I confirm that all the tests run properly, I'll post the > source package for 1.0

[Rpy] SF.net SVN: rpy: [390] trunk/rpy/NEWS

2007-11-29 Thread warnes
Revision: 390 http://rpy.svn.sourceforge.net/rpy/?rev=390&view=rev Author: warnes Date: 2007-11-29 17:44:49 -0800 (Thu, 29 Nov 2007) Log Message: --- Update NEWS for 1.0.1 Modified Paths: -- trunk/rpy/NEWS Modified: trunk/rpy/NEWS =

[Rpy] SF.net SVN: rpy: [389] trunk/rpy/rpy_version.py

2007-11-29 Thread warnes
Revision: 389 http://rpy.svn.sourceforge.net/rpy/?rev=389&view=rev Author: warnes Date: 2007-11-29 17:27:58 -0800 (Thu, 29 Nov 2007) Log Message: --- Update version to 1.0.1 Modified Paths: -- trunk/rpy/rpy_version.py Modified: trunk/rpy/rpy_version.py ===

[Rpy] SF.net SVN: rpy: [388] trunk/rpy/doc

2007-11-29 Thread warnes
Revision: 388 http://rpy.svn.sourceforge.net/rpy/?rev=388&view=rev Author: warnes Date: 2007-11-29 17:00:00 -0800 (Thu, 29 Nov 2007) Log Message: --- Update copyright notice in documentation Modified Paths: -- trunk/rpy/doc/defs.texi trunk/rpy/doc/rpy.t

[Rpy] SF.net SVN: rpy: [387] trunk/rpy/rpy.py

2007-11-29 Thread warnes
Revision: 387 http://rpy.svn.sourceforge.net/rpy/?rev=387&view=rev Author: warnes Date: 2007-11-29 16:57:41 -0800 (Thu, 29 Nov 2007) Log Message: --- Remove debug print statments Modified Paths: -- trunk/rpy/rpy.py Modified: trunk/rpy/rpy.py ==

[Rpy] SF.net SVN: rpy: [386] trunk/rpy/rpy_wintools.py

2007-11-29 Thread warnes
Revision: 386 http://rpy.svn.sourceforge.net/rpy/?rev=386&view=rev Author: warnes Date: 2007-11-29 16:56:31 -0800 (Thu, 29 Nov 2007) Log Message: --- Improve detection of R installation directories on Win32 Modified Paths: -- trunk/rpy/rpy_wintools.py Modi

[Rpy] SF.net SVN: rpy: [385] trunk/rpy/setup.bat

2007-11-29 Thread warnes
Revision: 385 http://rpy.svn.sourceforge.net/rpy/?rev=385&view=rev Author: warnes Date: 2007-11-29 16:55:28 -0800 (Thu, 29 Nov 2007) Log Message: --- Improve Win32 setup.bat build script Modified Paths: -- trunk/rpy/setup.bat Modified: trunk/rpy/setup.bat

[Rpy] SF.net SVN: rpy: [384] trunk/rpy/src

2007-11-29 Thread warnes
Revision: 384 http://rpy.svn.sourceforge.net/rpy/?rev=384&view=rev Author: warnes Date: 2007-11-29 16:40:17 -0800 (Thu, 29 Nov 2007) Log Message: --- Add appropriate cleanup shell command for Win32 Modified Paths: -- trunk/rpy/src/RPy.h trunk/rpy/src/rp

Re: [Rpy] RPy & Windows install and import problems

2007-11-29 Thread I. Soumpasis
2007/11/29, Toby Hocking <[EMAIL PROTECTED]>: > > Your problem is that R can't find your LAPACK library. > > Could it be that your use of forward slashes instead of backslashes here > is confusing windows?? Try to use backslashes instead and see what happens. > > 'C:\Program Files\R\R-2.6.1/modul

Re: [Rpy] RPy & Windows install and import problems

2007-11-29 Thread Toby Hocking
Your problem is that R can't find your LAPACK library. Could it be that your use of forward slashes instead of backslashes here is confusing windows?? Try to use backslashes instead and see what happens. 'C:\Program Files\R\R-2.6.1/modules//lapack.dll': -Original Message- From: [EMA

Re: [Rpy] RPy & Windows install and import problems

2007-11-29 Thread I. Soumpasis
2007/11/29, I. Soumpasis <[EMAIL PROTECTED]>: > > 2007/11/29, Gregory R. Warnes <[EMAIL PROTECTED]>: > > > > > > Hi All, > > > > Somehow I missed the removal of the 'xstr(...)' when I generated the > > source for 1.0.0. I've committed the appropriate change to svn, and > > have built a Windows b

Re: [Rpy] RPy & Windows install and import problems

2007-11-29 Thread Gregory Warnes
Hi Bo, As soon as I confirm that all the tests run properly, I'll post the source package for 1.0.1. I'll be glad to let you build and upload the windows binary version... -G On Nov 29, 2007, at 11:48AM , Bo Peng wrote: >> Somehow I missed the removal of the 'xstr(...)' when I generated

Re: [Rpy] RPy & Windows install and import problems

2007-11-29 Thread I. Soumpasis
2007/11/29, Gregory R. Warnes <[EMAIL PROTECTED]>: > > > Hi All, > > Somehow I missed the removal of the 'xstr(...)' when I generated the > source for 1.0.0. I've committed the appropriate change to svn, and have > built a Windows binary installer for rpy, which I will post once I've run > throu

Re: [Rpy] RPy & Windows install and import problems

2007-11-29 Thread Bo Peng
> Somehow I missed the removal of the 'xstr(...)' when I generated the source > for 1.0.0. I've committed the appropriate change to svn, and have built a > Windows binary installer for rpy, which I will post once I've run through > the tests to ensure that everything else is happy... I am about

Re: [Rpy] RPy & Windows install and import problems

2007-11-29 Thread Gregory R. Warnes
Hi All, Somehow I missed the removal of the 'xstr(...)' when I generated the source for 1.0.0. I've committed the appropriate change to svn, and have built a Windows binary installer for rpy, which I will post once I've run through the tests to ensure that everything else is happy...

[Rpy] SF.net SVN: rpy: [383] trunk/rpy

2007-11-29 Thread warnes
Revision: 383 http://rpy.svn.sourceforge.net/rpy/?rev=383&view=rev Author: warnes Date: 2007-11-29 08:12:07 -0800 (Thu, 29 Nov 2007) Log Message: --- Update windows compile instructions and batch file Modified Paths: -- trunk/rpy/INSTALL.WINDOWS trunk/r

[Rpy] SF.net SVN: rpy: [382] trunk/rpy/rpy.py

2007-11-29 Thread warnes
Revision: 382 http://rpy.svn.sourceforge.net/rpy/?rev=382&view=rev Author: warnes Date: 2007-11-29 08:07:13 -0800 (Thu, 29 Nov 2007) Log Message: --- Move rpy module load back inside try:except block Modified Paths: -- trunk/rpy/rpy.py Modified: trunk/rpy/

[Rpy] SF.net SVN: rpy: [381] trunk/rpy/setup.py

2007-11-29 Thread warnes
Revision: 381 http://rpy.svn.sourceforge.net/rpy/?rev=381&view=rev Author: warnes Date: 2007-11-29 08:06:18 -0800 (Thu, 29 Nov 2007) Log Message: --- ensure RHOMES is in ascii, since most command line tools are unhappy with unicode... Modified Paths: -- tr

[Rpy] SF.net SVN: rpy: [380] trunk/rpy/src

2007-11-29 Thread warnes
Revision: 380 http://rpy.svn.sourceforge.net/rpy/?rev=380&view=rev Author: warnes Date: 2007-11-29 07:59:45 -0800 (Thu, 29 Nov 2007) Log Message: --- Apply tiny patch to fix Win32 startup problem. Modified Paths: -- trunk/rpy/src/RPy.h trunk/rpy/src/rpy

[Rpy] [ rpy-Bugs-1840700 ] import rpy, but command prompt restart

2007-11-29 Thread SourceForge.net
Bugs item #1840700, was opened at 2007-11-28 18:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1840700&group_id=48422 Please note that this message will contain a full copy o

Re: [Rpy] RPy & Windows install and import problems

2007-11-29 Thread John Reid
Hi, Manuzhai's patch works for me. I ended up using     gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) although I don't think that made a difference. I didn't compile R, I'm just using the 2.6 binary version. Hope this info is useful, John. Brian Miles wrote: He