[web2py] Educational web app in web2py

2010-08-14 Thread ondrejs
Is anybody interested in collaborating on an education project being developed in web2py? I have started working on it, but I could use help as I have quite a few other things going. You can find the project synopsis on this web page: http://www.savbb.sk/~ondrejs/Drill2.html First two issues I

[web2py] Re: Educational web app in web2py

2010-08-16 Thread ondrejs
system also automatically add the grades for all assignment > solutions by each student and extrapolates the final grade based on > past assignments. > > Massimo > > On Aug 14, 8:33 am, ondrejs wrote: > > > > > Is anybody interested in collaborating on an education

[web2py:14185] admin interface

2008-12-28 Thread ondrejs
Hi all, I've started developing some examples in web2py using admin interface + Ulipad combination. The following shortcuts would save a few clicks: - in the ticket view, where a stacktrace with files is shown, the names of files that belong to the application could be hyperlinks - the page for

[web2py:/] Re: limitby with mssql - can this be added to the DAL?

2008-12-31 Thread ondrejs
There's a new functionality in pyodbc 2.1.3, that can be used to implement limitby on MSSQL (http://code.google.com/p/pyodbc/issues/ detail?id=16). Specifically, there is a new function skip() that skips forward on a cursor. Thus limitby(min, max) can be implemented as conn =pyodbc.connect() conn

[web2py:15612] Re: An example of MSSQL database connection and installing modules to support it

2009-01-30 Thread ondrejs
The error message seems to indicate that SQLDriverConnectW function is not present in your setup. Would you please try issuing pyodbc connect from python itself? Something like this: >>> import pyodbc >>> pyodbc.connect(unicode("Driver={SQL >>> Server};Server=Localhost;uid=sa;pwd=pwds")) On

[web2py:15633] Re: An example of MSSQL database connection and installing modules to support it

2009-01-31 Thread ondrejs
Hi Karl, it would be best if you could find an ODBC driver that supports Unicode (it was I added in ODBC 3). I googled a little (I don't have a Mac to try it myself), and found this link http://unixodbc.darwinports.com/ Let me know if that doesn't work,, --Ondrej On 30. Jan, 16:11 h., Karl Gi

[web2py] Timing issue in web2py

2011-01-17 Thread ondrejs
There appears to be a bug during startup. C:\Temp\web2py>web2py.exe web2py Enterprise Web Framework Created by Massimo Di Pierro, Copyright 2007-2011 Version 1.91.6 (2011-01-03 17:55:14) Database drivers available: SQLite3, pymysql Starting hardcron... Fatal Python error: PyEval_RestoreThread: NUL