Archive

Archive for June, 2010

Python for Windows applications

June 30th, 2010 No comments

From what I’ve seen of Python, I relegated it to CUI and backend type tasks, since C# and .NET offer a powerful GUI platform out of the box, and Python seemingly didn’t have anything similar.

After looking into the OpenERP/OpenObject project (which looks pretty neat), I realized their complex GUI was written in Python. After a little investigation, I figured out they were using PyGTK (Python bindings for the GTK widget toolkit) and Glade (a GUI builder).

Combining Python, PyGTK and Glade seems to lead to a workable solution for creating GUIs for Python applications. There’s a nice tutorial on how all these pieces fit together here.

Categories: Uncategorized Tags: , , ,

EAccelerator does not play nice with multiple workers

June 20th, 2010 No comments

After a few PHP access violations, I’m pretty sure EAccelerator does not work properly with multiple IIS worker processes.

I should really move to lighttpd or nginx one of these days…

Categories: Uncategorized Tags: