simonb.com: blog > articles from January, 2008

skip to content
You are here: 

In January, 2008 we wrote…

Sunday, 6 January 2008

mac dvd region code reset

On the Mac you can change the DVD region code 5 times after which no more changes are “allowed”. There’s something fundamentally wrong with hardware that disables itself. Or hardware that essentially dictates to the owner (the owner!) what it can be used for. Anyway, some searching turns up the means to reset the code. The below applies to Pioneer drives. My Mac has a Pioneer DVR-117 drive there’s seems to be no specific firmware for this drive downloadable on the net but some searching on the forums makes it clear that we can use the DVR-108…

read more

Tags: 

 

Friday, 4 January 2008

Django AttributeError: ‘module’ object has no attribute

If you get the error “AttributeError: ‘module’ object has no attribute ‘xyz’” in Django. It probably means you’ve added a new app but forgot to put the __init__.py file in the app’s directory.

read more

Tags: