25 Apr
2001
25 Apr
'01
7:56 p.m.
I downloaded http://mwr.ddts.net/a/mwr/zope_2.3.1-1_i386.deb then tried to install it.
~# dpkg -i /home/someuser/zope_2.3.1-1_i386.deb
dpkg : error package architecture (i386) does not match system (powerpc)
So python byte-code is NOT cross architecture?
According to the Python tutorial it is platform independent.
Zope includes some non-python libraries. i.e. Building zope from source runs a C compiler for some libraries. Hence the architecture warning. <disclaimer type="cya">I've never used debian.</disclaimer>