FirePHP for web2py

2 messages Options
Embed this post
Permalink
sgtpep () FirePHP for web2py
Reply Threaded More More options
Print post
Permalink
Hi,

Want to introduce web2py adoptation of firepy for working with FirePHP. Official thread is here http://groups.google.com/group/web2py/browse_thread/thread/cc13960a5079b2d5

Screenshot: http://www.picamatic.com/view/3948659_109510221650-My-Desktop/
Download: http://www.box.net/shared/dtm0dhgze9

For installing place firepy folder to modules directory of your application and add these lines of code at the begining of your models code:

import sys 
sys.path += ['applications/%s/modules' % request.application] 
from firepy.web2py import start_firepy 
start_firepy(globals()) 


Using is the same as firepy, see docs here:
http://code.google.com/p/firepy/wiki/Documentation
Christoph Dorn () Re: FirePHP for web2py
Reply Threaded More More options
Print post
Permalink
I have added some info to the wiki: http://www.firephp.org/Wiki/Libraries/Python

Thanks for your work on this. Please keep me posted if there are any developments.

I encourage you to join the new FirePHP developer mailing list to keep an eye on FirePHP 1.0 development: http://groups.google.com/group/firephp-dev