I'm using Arch Linux and the current python version is 2.6.1, so I did
create a custom python3 package by myself and tried to install it on /opt
directory. I believe it's a installation issue, because I skipped "make
test" part during compilation, which failed with some errors.
ali
>
> It should
Hi!
I'm trying to use "platform.machine()" function, but it doesn't work on
python 3.0.1. Am I doing something wrong here or is it suppose to not work
on py3k? The errors I get while using the python interpreter:
>>> import platform
>>> platform.machine()
Traceback (most recent call last):
File