Re: [Rpy] rpy2 compiled for win32/Py2.5 & 2.6

2009-07-08 Thread Laurent Gautier
Congratulations. Few have made it so far ;-) Chuck White wrote: > I have successfully compiled rpy2 2.0.6 on windows. Here are the > final steps: > > [1] install msys (MSYS-1.0.11-rc-1) and mingw32 (MinGW-5.1.4) and add > to path. Installing the R tools can also take care of it. http://www.murdo

[Rpy] rpy2 compiled for win32/Py2.5 & 2.6

2009-07-08 Thread Chuck White
I have successfully compiled rpy2 2.0.6 on windows. Here are the final steps: [1] install msys (MSYS-1.0.11-rc-1) and mingw32 (MinGW-5.1.4) and add to path. [2] install Python binaries from python.org and NOT the activestate version [3] In \Lib\distutils (a) put a files called "distutils.cfg" w

[Rpy] [ rpy-Bugs-2808629 ] unable to import package

2009-07-08 Thread SourceForge.net
Bugs item #2808629, was opened at 2009-06-18 22:09 Message generated for change (Comment added) made by lgautier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2808629&group_id=48422 Please note that this message will contain a full copy of the comment t

[Rpy] [ rpy-Bugs-2776713 ] ungraceful quit from R

2009-07-08 Thread SourceForge.net
Bugs item #2776713, was opened at 2009-04-20 22:24 Message generated for change (Settings changed) made by lgautier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2776713&group_id=48422 Please note that this message will contain a full copy of the commen

[Rpy] [ rpy-Patches-2818769 ] Robj Object Patch for Windows

2009-07-08 Thread SourceForge.net
Patches item #2818769, was opened at 2009-07-08 23:44 Message generated for change (Comment added) made by lgautier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453023&aid=2818769&group_id=48422 Please note that this message will contain a full copy of the commen

[Rpy] [ rpy-Patches-2818769 ] Robj Object Patch for Windows

2009-07-08 Thread SourceForge.net
Patches item #2818769, was opened at 2009-07-08 16:44 Message generated for change (Tracker Item Submitted) made by bighead1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453023&aid=2818769&group_id=48422 Please note that this message will contain a full copy of t

Re: [Rpy] Rpy and rdbi database object PgSQL()

2009-07-08 Thread reyman
Thx for you help Laurent, I'm change my code for this : rconn = r.dbConnect bdobj = r.PgSQL print "--\n" print bdobj conn = rconn( bdobj(), host="localhost", dbname="simpop", user="postgres", pass\ word="postgres") *with a different execution error : * Error in dbConnectionInfo.PgSQL.conn(conn)