[web2py] Re: RuntimeError: no driver available Sybase

2015-06-05 Thread Derek
Your 'drivers.py' isn't looking for 'sybpydb' it's looking for 'Sybase' (hence he's asking you to install the correct package) so it is calling 'import sybase'. You could modify your drivers.py and 'import sybpydb as Sybase' and web2py won't know the difference. You may get errors, you may not.

[web2py] Re: RuntimeError: no driver available Sybase

2015-06-04 Thread EF
Before installing the sybase package you suggested, I did another test with a different sybase package (sybpydb) we had installed. $ *python ./web2py.py -S welcome* web2py Web Framework Created by Massimo Di Pierro, Copyright 2007-2015 Version 2.10.4-stable+timestamp.2015.04.26.15.11.54 Databa

[web2py] Re: RuntimeError: no driver available Sybase

2015-06-02 Thread Niphlod
you need to use the python-sybase package . as any other (famous) package, it's available on pypi https://pypi.python.org/pypi/python-sybase On Tuesday, June 2, 2015 at 12:12:38 AM UTC+2, EF wrote: > > Hi, > I'm new to web2py and trying to test the connectivity to Sybase. > I tried testing this o