LOL: ) 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? Mike, would you be willing to post your source?
On Wed, 25 Apr 2001 basicprinting@earthlink.net wrote:
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. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
On Wednesday 25 April 2001 07:59, Geert Uytterhoeven wrote:
On Wed, 25 Apr 2001 basicprinting@earthlink.net wrote:
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.
Python code is platform independent. But the parts of Zope that are depending on good performance are written in C, thus you will have to get the source code of Zope. That is really no problem, I've done it a thousand times. But the python 1.5.2 debian powerpc package seems to be broken, so Zope won't compile. I suggest, get Python 2.0 or 2.1 from source code and compile that yourself as well. Try to avoid ActivePython from ActiveState. That one didn't compile on my G3. Cheers, Phil. -- Philipp von Weitershausen [ *pronounce: "fun Viters-houzen" ] http://www.philikon.de/
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>
participants (4)
-
basicprinting@earthlink.net -
Geert Uytterhoeven -
Philipp von Weitershausen -
Steve Drees