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
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
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
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
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
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
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)