[web2py] grooverwiki revisited

2010-05-12 Thread blye
the grooverwiki appliance has been subject of previous discussion. My install is still not working, although it has improved (allows wiki pages to be entered under admin) when I applied a change suggested in the thread. I think I have isolated the problem to the following section: try:

[web2py] polls app

2010-02-11 Thread blye
I am running up to date web2py version. I cannot install the polls application. (http://vishpala.com/resources/web2py/polls/web2py-polls-application/ at_download/file ) Previous versions I also failed. Is there a solution for this? -- You received this message because you are subscribed to the Go

[web2py] LMS

2010-10-21 Thread blye
btw gratitude Massimo for your great creation In the developing world, on the brink of a huge uptick in broadband users, such an app would be very very useful I second what Tom in Ireland says I see an LMS as a balance of user data / admin(collaboration,enrolment) data / course and resources

[web2py:35397] db.py error

2009-11-15 Thread blye
I keep getting this error in the apps I enter to learn web2py. eg the Wiki app in the users group pages. "D:\\web2py\\applications\\wiki/models/db.py", line 4, in \nNameError: name \'db\' is not defined\n' p8 s. What am I doing wrong? Thanks --~--~-~--~~~---~--~

[web2py:35420] Re: db.py error

2009-11-16 Thread blye
Done and styling now! Web2py is AWESOME! and still in its infancy. Congratulations to new luminaries in Python pantheon. To paraphrase Tim Peters zen and the art of internet maintenance I am working towards using web2py and google chrome in its "closed" mode. Any links on this i/f are welcome.

[web2py] LMS experimenting

2010-11-28 Thread blye
I was researching LMS type stuff around the net and found eXe, a very attractive open source tool for creating Lessons ( standards compliant ) and generating the result as a sequence of html pages and resources. exeLearning.orgor core-ed.net. I am experimenting to see if the eXe pages can be

[web2py] scorm scrap

2010-11-28 Thread blye
Massimo thanks and relief for articulating much better than I could what my gut has told me since encountering this unwieldy stuff . ( the old saw about programmers need crap detector to avoid dead ends applies!) hence quick and dirty attempt outlined above. I have been working on pure python/ we

[web2py] web2py and yserial

2010-12-09 Thread blye
I came across yserial and thought it would make a good sidekick for web2py! http://yserial.sourceforge.net ( y_serial :: warehouse compressed Python objects with SQLite ) My idea is to capture into a temporary table ( SQLFactory??) a set of data records each containing several options (eg a tes

[web2py] niphlod tvseries error

2012-06-05 Thread blye
I am trying ver 2.00 dev The package tv-series by Niphlod brings up this error return UL(*lis, _class='nav') ^ SyntaxError: invalid syntax line 385 /models/helpers.py any ideas? PS will try with latest stable version as well. web2py is great and its community!

Re: [web2py] niphlod tvseries error

2012-06-06 Thread blye
ats the Python version? >> >> this is a python issue you can solve with this (if not running 2.7) >> >> return UL(*lis, **{"_class": 'nav'}) >> >> >> >> On Tue, Jun 5, 2012 at 12:05 PM, blye wrote: >> >>> return UL(*lis, _class='nav') >> >> >> >> >> -- >> >> Bruno Rocha >> [http://rochacbruno.com.br] >> >>

Re: [web2py] niphlod tvseries error

2012-06-07 Thread blye
t; > Il giorno mercoledì 6 giugno 2012 22:18:34 UTC+2, blye ha scritto: >> >> Thanks very much for prompt reply. Never quite sure if its a bug ... or >> me :-( >> This issue has happened with other apps, not sure if I understand. >> w2p has its own internal Python

[web2py] Re: Pyodel: a web2pyable e-learning tool

2012-06-08 Thread blye
Thank you for this very interesting project In my thoughts on web2py for ed. I have a problem of atomicity.(sic) By this I mean : Take a Multiple choice set of 10 questions. All models I have seen (so far) essentially store one question per database table row. OK for very small project. But for l

[web2py] Re: Pyodel: a web2pyable e-learning tool

2012-06-08 Thread blye
Looking forward to following it. On Monday, 7 May 2012 18:43:09 UTC+2, Alan Etkin wrote: > > Since my e-learning customer decided to build his own Moodle application > for his teaching needs, and therefore I had that free time to think of > something else, I was looking for a web2py tool to pro

[web2py] Re: windows users... help!

2012-06-09 Thread blye
Brilliant! Thanks to the leaders at the web2py banquet for so quick response viva web2py! On Friday, 8 June 2012 18:43:20 UTC+2, Massimo Di Pierro wrote: > > We have a new nightly build using python 2.7 (thanks Niphlod). We need > help testing that it is backward compatible. > > Massimo > On Fr

[web2py] Re: web2py book now free in PDF

2012-06-13 Thread blye
Thank you! In return we lucky recipients of web2py should buy Cookbook by the heads! I wait my copy eagerly. On Tuesday, 12 June 2012 15:17:46 UTC+2, Massimo Di Pierro wrote: > > The official web2py book is now free for everybody: > > https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.p

[web2py] Re: gae RFC

2011-03-16 Thread blye
On this topic I am happy to go with the wisdom and overview of more experienced developers of this GREAT framework. The debates in these forums are excellent learning. My main hiccup with GAE has been the use of bigtable for images and document storage. Thanks to ( a few ) excellent posts and sl