following up on my own post:
bookReviews worked by changing
in models/bookblog.py
Field('blog','blob')
to
Field('blog')
not sure why 'blob' didn't work.

geoIp worked after running the installation function first.

grooverWiki worked when
db=SQLDB("sqlite://db.db") is changed to db=SQLDB("sqlite://
storage.db") in models/db.py
for some reason still unclear to me.

--
Teru


On 9月15ζ—₯, 午後12:49, suiato <homm...@gmail.com> wrote:
> web2py's free appliances are great assets to know its capability and
> codes. on my PC, i installed all of them shown 
> athttp://mdp.cti.depaul.edu/appliancesas well as jPolite and pyForum,
> and listed the ones that seemlingly work right away (out of the box)
> and the others which don't (giving tickets etc.), running web2py (ver.
> 1.67.0) on Python2.5.
>
> listed below are the ones that didn't work out of the box.
>
> bookReviews
> flashDbAdmin
> geoIp
> grooverWiki
> microsoftBingSearch
> openId
> paypalEngine
> sysAdmin
> translatorAdmin
> pluginCheckout
>
> besides:
> jPolite worked fine.
> pyForum, should work, but not out of the box. need to set up MySQL.
> should try the new wiki Massimo recently presented.
>
> any other free appliances available?
>
> --
> Teru
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to