MonthAugust 2012

Correct Setup of Python Easy-Install

Starting work on some python driver development today for the ant+ system (more on this later) and had to install a bunch of Python modules that didn’t appear on the standard Ubuntu repos.

Python has a very easy package manager of it’s own called easy tools which is found in the python-setuptools package. But this isn’t everything you need, you’ll receive a lot of errors when trying to use easy tools such as –

msgpack/_msgpack.c:4:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: Setup script exited with error: command ‘gcc’ failed with exit status 1

In order to resolve these errors you’ll need to ensure you have g++ installed as well as the python header and static library files. These two packages are called g++ and python2.7-dev. Change the python version depending on your preference or download the python-all-dev package.

HTC One X – One Hot Potato

I bought the HTC One X after my trusty Desire HD ended it’s life inside my washing machine. A fantastic phone and quite the looker but woah does this thing get hot when it’s doing something!

The other day I was using the Google video chat and the notification LED started flashing orange and green at me, seems to mean that it’s overheating and you should probably stop doing what you’re doing.

There’s a new update doing the rounds at the moment, V2.05 I think, hopefully it will sort some of these problems out.

Curiosity Rover Lands On Mars!

Mars just got a new resident today in the form of the NASA Curiosity Rover (or Mars Science Laboratory to give it’s proper name). This rover represents a huge leap forward in technical terms over the previous rovers, it is much larger than any existing rover and contains a plutonium fuel cell allowing it to avoid the slow solar panel death of the previous batch. It’s primary goal will be to analyse the geology of the Red Planet in order to find signs of microbial life.

It’s just extremely exciting to think that something built on this planet is currently driving around another planet, space exploration rocks.

© 2026 Acodemics

Theme by Anders NorénUp ↑