[17:38:28] <ElectricTriangle> Returns something about not having setuptools for python3.2
[17:39:35] <Arfrever> Personally I would firstly install in a temporary root. E.g.: python3.2 setup.py install --root=/tmp/root
[17:39:48] <ElectricTriangle> Yes, but that doesn't work.
[17:42:20] <Arfrever> http://packages.debian.org/sid/python3-setuptools suggests that Debian has a version of Setuptools for Python 3.3. Why are you trying to install something for Python 3.2?
[17:44:54] <ElectricTriangle> Arfrever, since you were curious... the reason I'm using 3.2 is because I'm working with raw data. I find that 3.2 is more well-suited to that.
[17:46:41] <Arfrever> Better-suited than 2.* or 3.3?
[17:46:56] <ElectricTriangle> Better-suited than 2.x
[17:50:15] <Arfrever> (I would recommend to switch to 3.3...)
[17:50:26] <ElectricTriangle> Any particular reason?
[17:51:42] <ElectricTriangle> I mean, does it do what I'm after better, have speed improvements, etc?
[17:52:57] <Arfrever> Python 3.2 does not receive any bug fixes (except security fixes) from upstream since 2013-05-15.
[17:53:27] <ElectricTriangle> But I don't have any bugs...
[17:53:47] <ElectricTriangle> Also I'm not particularly fond of installing packages from Sid.
[17:54:00] <Arfrever> You might read http://docs.python.org/3.3/whatsnew/3.3.html
[17:54:17] <ElectricTriangle> Although I suppose I could compile it.
[18:11:53] <ElectricTriangle> Thanks for your assistance.
[18:24:27] <ElectricTriangle> I might have to build from source anyway, it seems the package manager got a bit behind... these dev headers in the repository are too old.