Hi, Luke! >> When using pyjd, if I make ajax calls from gui callbacks (when user presses >> a button, for example), it works fine. >> However, when I try to call ajax from scheduled timer callbacks, or when >> initializing application - it fails. >> > yeahh... ok, vsevolod: what i suggest is you put a try: except: block > around it, if the 5-arg version fails just try the original 2-arg one > instead, ok? > > l. Well, problem solved: you just need to restore file library/pyjamas/HTTPRequest.hulahop.py removed in offending commit - and it works again! Looks like it was created on purpose :)
Seva

