Re: Is there a quick & accurate way to test a python install?

2012-12-16 Thread Gene Heskett
On Sunday 16 December 2012 14:55:53 Terry Reedy did opine: > On 12/16/2012 6:22 AM, Gene Heskett wrote: > > On Sunday 16 December 2012 01:33:35 Terry Reedy did opine: > >> You appear to have some of /Lib/test/ present, including > >> Lib/test/regrtest.py, but not move of the test_xxx.py files. I d

Re: Is there a quick & accurate way to test a python install?

2012-12-16 Thread Terry Reedy
On 12/16/2012 6:22 AM, Gene Heskett wrote: On Sunday 16 December 2012 01:33:35 Terry Reedy did opine: You appear to have some of /Lib/test/ present, including Lib/test/regrtest.py, but not move of the test_xxx.py files. I do not know what is normal for an Ubuntu distribution. On Windows, I bel

Re: Is there a quick & accurate way to test a python install?

2012-12-16 Thread Gene Heskett
On Sunday 16 December 2012 01:33:35 Terry Reedy did opine: > On 12/15/2012 9:59 PM, Gene Heskett wrote: > > This is 2.6, on ubuntu-10.04.4 LTS > > > > gene@lathe:/usr/lib/python2.6/test$ python -m test.regrtest > > That should be the right incantation for 2.6. > > > test_grammar > > test_gramma

Re: Is there a quick & accurate way to test a python install?

2012-12-15 Thread Terry Reedy
On 12/15/2012 9:59 PM, Gene Heskett wrote: This is 2.6, on ubuntu-10.04.4 LTS gene@lathe:/usr/lib/python2.6/test$ python -m test.regrtest That should be the right incantation for 2.6. test_grammar test_grammar skipped -- No module named test_grammar test_opcodes test_opcodes skipped -- No

Re: Is there a quick & accurate way to test a python install?

2012-12-15 Thread Gene Heskett
On Saturday 15 December 2012 22:07:54 Terry Reedy did opine: > On 12/15/2012 9:21 PM, Gene Heskett wrote: > > On Saturday 15 December 2012 21:19:37 Terry Reedy did opine: > >> On 12/15/2012 8:38 PM, Gene Heskett wrote: > >> > >> see > >> 26.11.2. > > > > I'm not a python guru, Terry, so you will

Re: Is there a quick & accurate way to test a python install?

2012-12-15 Thread Gene Heskett
On Saturday 15 December 2012 21:52:00 Terry Reedy did opine: > On 12/15/2012 9:21 PM, Gene Heskett wrote: > > On Saturday 15 December 2012 21:19:37 Terry Reedy did opine: > >> On 12/15/2012 8:38 PM, Gene Heskett wrote: > >> > >> see > >> 26.11.2. > > > > I'm not a python guru, Terry, so you will

Re: Is there a quick & accurate way to test a python install?

2012-12-15 Thread Terry Reedy
On 12/15/2012 9:21 PM, Gene Heskett wrote: On Saturday 15 December 2012 21:19:37 Terry Reedy did opine: On 12/15/2012 8:38 PM, Gene Heskett wrote: see 26.11.2. I'm not a python guru, Terry, so you will have to expand on this 26.11.2. http://docs.python.org/3/library/test.html#running-tests

Re: Is there a quick & accurate way to test a python install?

2012-12-15 Thread Gene Heskett
On Saturday 15 December 2012 21:19:37 Terry Reedy did opine: > On 12/15/2012 8:38 PM, Gene Heskett wrote: > > see > 26.11.2. I'm not a python guru, Terry, so you will have to expand on this 26.11.2. Thanks > Running tests using the command-line interface > for your version. Note that there are

Re: Is there a quick & accurate way to test a python install?

2012-12-15 Thread Terry Reedy
On 12/15/2012 8:38 PM, Gene Heskett wrote: see 26.11.2. Running tests using the command-line interface for your version. Note that there are a few errors all the time, at least when testing a user installation on windows, and you will have to hit return a few times to go past some tests meant t

Is there a quick & accurate way to test a python install?

2012-12-15 Thread Gene Heskett
Greetings; I had an app that is a heavy user of python crash on exit earlier today, and ever since, the app complains it can't find something in the python tree, and eventually the app exits. The leading few lines of the dmesg report are: Starting LinuxCNC... redis server started as: 'redis-se