I managed to build a 64bit version of Python 2.7.5 from sources with VS2012 on
Windows 8 following the wiki on modifying the build files as advised for
VS2010. I ran the python regression tests on the build and it cleared most of
the tests and skipped a few.
It hanged when trying to run the fo
Here's a result from "make", "make test" of a fresh download
of Python 2.7.2 on Linux 2.6.18-1.2239.fc5smp:
350 tests OK.
2 tests failed:
test_os test_site
35 tests skipped:
test_aepack test_al test_applesingle test_bsddb185 test_bsddb3
test_cd test_cl test_codecmaps_cn test_codecmap
On Sun, 26 Jul 2009 08:30:30 +1000, Lie Ryan wrote:
> since on my system socket.gethostname() returns 'lieryan', and since
> socket.gethostbyname('lieryan') does not resolve to anything; the test
> becomes an error.
>
> My system is Gentoo, but I think this also happened on Ubuntu (still on
> thi
In my laptop, socket.gethostname() returned my username, and causing one
of python's "make test" regression test to error (test_socket):
==
ERROR: testSockName (test.test_socket.Gen
En Mon, 23 Mar 2009 21:04:35 -0300, Colin J. Williams
escribió:
I am running a regression test, mainly because I wish to explore
subprocess, and get a number of errors before crashing. Is this to be
expected? The run output is below.
C:\Documents and Settings\cjw\Desktop>C:\pytho
I am running a regression test, mainly
because I wish to explore subprocess,
and get a number of errors before
crashing. Is this to be expected? The
run output is below.
Colin W.
C:\Documents and
Settings\cjw\Desktop>C:\python26\python.exe
Python 2.6 (r26:66721, Oct 2 2008,
11:35
On 19 Feb., 21:47, Steve Holden wrote:
> Do you mean you can't get previous lines in your Python command history
> to show up? This sounds as though you may not have built the readline
> support in to your experimental build. I can't remember exactly what the
> deal is, but I know that readline i
Andy wrote:
> Hi,
>
> I checked out the python trunk (curently 2.7a0), compiled it on my
> linux machine and run the regression test suit. Below is the output of
> the failed part:
>
> test_site
> [14871 refs]
> test test_site failed -- Traceback (most recent ca
Hi,
I checked out the python trunk (curently 2.7a0), compiled it on my
linux machine and run the regression test suit. Below is the output of
the failed part:
test_site
[14871 refs]
test test_site failed -- Traceback (most recent call last):
File "/mybook/storage/python_lnx/Lib