Working with processes, services, and event logs
Windows 7 is the only operating system that has Windows PowerShell and PowerShell ISE (developer environment) fully installed. The rest of the operating systems either have nothing installed or just ha… more »
Categories: "Computer Languages"
I was really tired of using Windows DOS command prompt and had heard of "Windows PowerShell" (cue thunder and lightening in the background). Had a hunt around and found the "Scripting with Windows PowerShell" 5 part video tutorial done by Ed Wilson who… more »
Download and install Eclipse
Even though you will be developing Python you will still need Eclipse with the Java SDK. I think this is for 2 reasons. Firstly Python support for Eclipse is in the form of an Eclipse plug-in as opposed to a fully… more »
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 »
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 »