Bugs item #2839907, was opened at 2009-08-19 00:00 Message generated for change (Comment added) made by lgautier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2839907&group_id=48422
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Source Group: rpy2 >Status: Pending Resolution: None Priority: 5 Private: No Submitted By: Christopher Gutierrez (chrgutierrez) >Assigned to: lgautier (lgautier) Summary: all connections are in use Initial Comment: Opening and closing a connections in a loop fails because a temporary file is not closed. Adding in the close, shown below, fixes this. if sys.platform == 'win32': baseNameSpaceEnv["close"](tmp) baseNameSpaceEnv["unlink"](tfile) ---------------------------------------------------------------------- >Comment By: lgautier (lgautier) Date: 2009-08-19 09:29 Message: Thanks for your report, but is this a bug in rpy2 or a programming hint for win32 programmers ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2839907&group_id=48422 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list