Educating the world

Our blog has over 10,000 readers a month

Categories: Computer Languages, C#, Java, PHP, PowerShell, Python, SQL, Unix Shell

B2Evolution Bad Request Illegal value received for parameter

March 20th, 2011
I suddenly started getting a very strange error message in my B2Evolution installation after restarting the web server. The error message read:Bad Request!The parameters of your request are invalid.If you have obtained this error by clicking on… more »

Building Python 2.7.1 from sources with OpenSSL support under Windows win32 and x64

February 1st, 2011
With all projects we must creating an area to place our sources so that we both have a frame of reference.mkdir c:\python-modulesNext we must download the sources we need. First up is Python itself. Navigate to: http://www.python.org/download/ and… more »

Compiling omniORB 4.1.5 and omniORBpy 3.5 with Python 2.7

January 24th, 2011
Python 2.7 (final) was released on 3rd July 2010, which is almost half a year ago. One of the awful things about Python is that major releases are not compatible with each other. That is the extension modules compiled against Python 2.6 do not play nicel… more »

Simple Python example programs with explanations

January 19th, 2011
Been doing a lot of Python programming recently and have found that I keep writing the same kinds of utilities. I thought I'd define them all here in functions so that I could cut and paste them as and when I need them. If you're lucky I'll write a littl… more »

Python 2.7 modules

November 24th, 2010
Python 2.7 was released on 3rd July 2010 and surprisingly there is still almost no support for it in major projects; I am constantly surprised.One of the problems (IMO) with Python is that a supporting Python module needs to be especially compiled agai… more »