Re: building python from source

2013-01-03 Thread Matt Jones
Run the unittests. the "test___all___.py" test runner can be found under your python installation directory's lib/python-X.X/test/. *Matt Jones* On Thu, Jan 3, 2013 at 8:43 AM, Rita wrote: > For those building python from source what are some tests you do to make > sur

building python from source

2013-01-03 Thread Rita
For those building python from source what are some tests you do to make sure the compilation and installation is up to standard. For instance here are some thing I do: Tk functionality sqlite module Python is compiled with shared object (important for wsgi) Proper preloading of python libraries

Problem building Python from source

2009-09-30 Thread Kent Tenney
Trying to do a vanilla cmmi: ~/Python-2.6.3rc1$ ./configure ~/Python-2.6.3rc1$ make ... Traceback (most recent call last): ... ImportError: No module named cStringIO make: *** [sharedmods] Error 1 The fix is to uncomment the line in Modules/Setup #cStringIO cStringIO.c Question: Is there an arg

building python from source on HP

2007-05-07 Thread Edwin . Madari
appreciate hints or pointers for building python on HP. running 'make test' fails with following cryptic message, after running configure, & make. Attempting to build python from source on HP-UX B.11.11 U 9000/800 3314646674 unlimited-user license *** Error exit code 1 Stop. not sure if out

Re: Arrghh... Problems building Python from source on OS X --

2006-06-28 Thread Michael J. Fromberger
In article <[EMAIL PROTECTED]>, "J. Jeffrey Close" <[EMAIL PROTECTED]> wrote: > Hi all, > > I have been trying for some time to build Python 2.4.x > from source on OS X 10.4.6. I've found *numerous* > postings on various mailing lists and web pages > documenting the apparently well-known proble

Arrghh... Problems building Python from source on OS X --

2006-06-26 Thread J. Jeffrey Close
Hi all, I have been trying for some time to build Python 2.4.x from source on OS X 10.4.6. I've found *numerous* postings on various mailing lists and web pages documenting the apparently well-known problems of doing so. Various problems arise either in the ./configure step, with configure argu

pythonnt_rc_d.h is missed when building python from source ?

2005-01-16 Thread cr999
I download the source code of Python-2.3.4 from python.org. But I can't build python from source under Win2000. The compiler complained that there is no pythonnt_rc_d.h file which is included in Python-2.3.4\PC\python_nt.rc.   Who knows the reason ?   Thanks.   Best Regards.   R