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 a… more »
Categories: "Computer Languages"
With all projects we must create an area to place our sources so that we both have a frame of reference.
mkdir c:\python-modules
Next we must download the sources we need. First up is Python itself. Navigate to: http://www.python.org/download/ Download… more »
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 »
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… more »
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 specially compiled… more »