ss_blog_claim=2a88b1c11aa4fde87b4286fca9e2c9ea

Nerdvana

Python Mozilla extensions

This is pretty cool. Apparently mozilla is providing python bindings to their applications. You can write your extensions in python and it generates an XPI wrapper that allows it to be loaded just like any other extension. The cool thing is that you aren’t limited to Javascript. It provides a Python GUI toolkit to build applications (XULRunner). You can build extensions for most Mozilla based applications, including Firefox, Thunderbird and XulRunner.The really cool thing is you can easily write multithreaded extensions! Some of the drawbacks are:

  • The extension is large, between 5-15MB
  • PythonExt uses a separate extension (xpi file) for every operating system supported

Pretty neat.

15 October 2008


Comments (View)
blog comments powered by Disqus