Re: how to update python on gnu emacs?

2009-01-29 Thread Wang Lei
If you means python-mode, you can add this line to you .emacs: (setq py-python-command "python3.0") On 1/29/09, John Seales wrote: > > I've updated to python 2.6. My terminal application finds the new python > just fine, but my gnu-emacs still is on python 2.3. Does anyone know how I > can chang

Re: how to update python on gnu emacs?

2009-01-29 Thread Wang Lei
Sorry. Mine is python3.0. Yours maybe is: (setq py-python-command "python2.6") -- Regards Lei -- http://mail.python.org/mailman/listinfo/python-list

HELP! build python error with message: "unable to load the file system codec"

2010-08-09 Thread Wang Lei
Hi, developers! I get python3k from the svn repository. The revision is 83889. When building it, i encounter this error. gcc -pthread -Xlinker -export-dynamic -o python Modules/python.o libpython3.2.a -lpthread -ldl -lutil -lm XXX lineno: 1098, opcode: 32 Unable to get t