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
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
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
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
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
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
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
7 matches
Mail list logo