Ok... now it works... It seems to have again the problem with the
reloader class:

: ("'module' object has no attribute 'loadhooks'",)
Traceback:
function         in run.py at line 94
function run     in application.py at line 184
function wsgifunc        in application.py at line 162
function __init__        in http.py at line 181

 is this hack ok or you have something better?

in http.py do

from application import loadhook

and in Reloader class change

web.loadhooks['reloader'] = self.check

to

loadhook(self.check)

On Oct 12, 11:13 am, Anand <[EMAIL PROTECTED]> wrote:
> On 12-Oct-07, at 8:34 PM, blaf wrote:
>
>
>
> > I always get revision 198 - 2007-09-29?
>
> No it is revision 199.
> I tried it just now.
>
> $ bzr gethttp://webpy.org/bzr/webpy.dev
> Branched 199 revision(s).


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to