LOL. In the end your email contained all the info needed.

I agree with you that not closing files when they go out of scope is a
major incompatibility.

Massimo


On Mar 21, 11:59 pm, Joe  Barnhart <joe.barnh...@gmail.com> wrote:
> So you beat me to it, Massimo!  I needed to do a little background
> study.  I downloaded and installed Mercurial for the Mac, then I
> cloned the repository at google.  I went to make my change to sql.py
> and found you'd beat me to it!
>
> But next time, I'll be better prepared to send you a patch.  I'm up to
> date and pulling the latest sources now -- I don't want to be a bad
> citizen by sending patches on old code.
>
> I think I'll nose around a little and see if I can discover where the
> files are not being closed.  The PyPy site specifically states that
> files do NOT get closed automatically when they go out of scope (seem
> like kind of a big difference to me) so that is where I will look.
>
> Joe Barnhart
>
> On Mar 20, 5:34 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > On Mar 20, 2:58 pm, Joe  Barnhart <joe.barnh...@gmail.com> wrote:
>
> > > OK -- more info.
>
> > > I discovered that sqlite3 was not being loaded by sql.py in gluon.
> > > The library must be structured oddly because it wants something like:
>
> > > from sqlite3 import dbapi2 as sqlite3
>
> > Can you send me the patch?

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to