Ed Leafe wrote:
> dabo Commit
> Revision 4547
> Date: 2008-10-04 08:55:23 -0700 (Sat, 04 Oct 2008)
> Author: Ed
> Trac: http://svn.dabodev.com/trac/dabo/changeset/4547
>
> Changed:
> A trunk/dabo/biz/RemoteBizobj.py
> U trunk/dabo/biz/__init__.py
> U trunk/dabo/biz/dBizobj.py
> U trunk/dabo/dApp.py
> U trunk/dabo/dException.py
> U trunk/dabo/db/dCursorMixin.py
> A trunk/dabo/db/dbWeb.py
> A trunk/dabo/lib/RemoteConnector.py
> U trunk/dabo/lib/__init__.py
> U trunk/dabo/lib/connParser.py
> A trunk/dabo/lib/dejavuJSON.py
> A trunk/dabo/lib/manifest.py
>
> Log:
> These are the changes to the framework required to create web-enabled
> applications in Dabo.
>
> There should be no effect on any existing application, but please test
> thoroughly, and report any issues. I have tested every app of mine over the
> past several weeks without incident.
>
> Web-enabled apps will require that the simplejson module for Python be
> installed. If you do not create a web app, you do not need to install this
> module.
>
> The server side of this is just about ready, and will be committed soon. The
> tools for creation of web apps are still on the drawing board.
>
Maybe we can get rid of this error as it might be annoying when the
remote stuff isn't used:
The required 'simplejson' module is not present.
Please install that module before using the web features of Dabo.
Traceback (most recent call last):
File "./fwadm.py", line 67, in <module>
main()
File "./fwadm.py", line 27, in main
app = ugApp()
File "/usr/lib/python2.5/site-packages/dabo/dApp.py", line 237, in
__init__
self._initDB()
File "/usr/lib/python2.5/site-packages/dabo/dApp.py", line 878, in _initDB
ci.setConnInfo(v)
File "/usr/lib/python2.5/site-packages/dabo/db/dConnectInfo.py", line
94, in setConnInfo
raise TypeError, "Property '%s' invalid." % k
TypeError: Property 'remotehost' invalid.
Uwe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]