Massimo Di Pierro <massimo.dipierro@...> writes:
>
>
> Thank you very much for your work.
>
> We plan to include pypyodbc.py (only this file) in web2py under contrib. Would
that be ok? Is the license mentioned in the file itself sufficient or should we
ship a separate license file?
>
> MassimoOn Friday, 8 February 2013 08:03:06 UTC-6, 江文 wrote:Massimo Di
Pierro <massimo.dipierro <at> ...> writes:
> >
> >
> > What you are telling me is that pypyodbc does not require additional
> python packages but it requires odbc.
> >
> >
> Hi, I'm the maintainer of pypyodbc. I noticed you meet the library
> loading problem and I re-looked at the code, and I uploaded a
> patch that will fix the library loading problem.
> It's ture pypyodbc requires odbc (the unixodbc package), and like
> pypyodbc, pyodbc also requires that on linux. However, in the previous
> version, it seems pypyodbc didn't find your libodbc.so library
> correctly. I updated the way how pypyodbc find the lib, and I think
> this may be able to solve the problem.
> You can download the latest verson at
>
http://pypyodbc.googlecode.com/svn/trunk/pypyodbc/pypyodbc.py
>
>
>
>
Hi, Massimo,
Yes, both the way you including the script and the license
mentioned in the file itself is sufficient.
It's good to see pypyodbc is included in web2py :)