Hello,
I am trying to compile Python 3.2.3.
On my 64 bit Ubuntu machine I have no problems but using Ubuntu 32 but I
get the following error:
/usr/bin/ld: i386:x86-64 architecture of input file
`Parser/tokenizer_pgen.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of
Am 28.10.2012 03:00, schrieb python-list-requ...@python.org:
It looks like you've copied *.o files from your 64 bit build
to your 32 bit box. If that's your problem, then the easiest
solution is to delete everything and start over.
Alternatively, you could run "make distclean"; that will delete
Am 05.11.2012 20:39, schrieb Kwpolska:
On Mon, Nov 5, 2012 at 8:34 PM, Monkey wrote:
Hi,
i wonderd if there is a way to convert a py-file to a exe-file with version 3.x
of python.
I know that it was possible till version 2.7.x. But is there a way to do it in
version 3.x?
Yours sincerely,
Mo