I think pyodbc works great on windows, for unix you should compile it
with unixODBC support:

http://code.google.com/p/pyodbc/wiki/Building

Anyway, surely in unix you will not have a tipical ODBC database to
test (MS SQLServer, MS Access, etc.) ...

Best regards

Mariano Reingart
http://www.sistemasagiles.com.ar
http://reingart.blogspot.com


On Tue, Feb 5, 2013 at 12:45 PM, Massimo Di Pierro
<massimo.dipie...@gmail.com> wrote:
> I tried:
>
> from contrib.pypyodbc import pypyodbc as pyodbc
>
> and I get:
>
> gluon.contrib.pypyodbc.OdbcNoLibrary: 'ODBC Library is not found'
>
> Can you help?
>
>
> On Monday, 4 February 2013 18:09:31 UTC-6, Derek wrote:
>>
>> Any way we can add this?
>>
>> http://code.google.com/p/pypyodbc/
>>
>> It's a pure python implementation of pyodbc. I've tested it with pypy1.9
>> on web2py 2.3.2 and it works fine (yes, I edited dal.py and renamed all
>> instances of pyodbc to pypyodbc).
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to