Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #34946

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

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <gheskett@wdtv.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'root': 0.04; 'paths': 0.05; 'present,': 0.07; 'skip:/ 10': 0.07; 'subject:test': 0.07; 'modules.': 0.09; 'shaw': 0.09; 'terry': 0.09; 'windows,': 0.09; 'subject:python': 0.11; 'files.': 0.13; "skip:' 30": 0.15; '(windows': 0.16; 'reedy': 0.16; 'skip:/ 50': 0.16; 'soap,': 0.16; 'subject:install': 0.16; 'version?': 0.16; 'wrote:': 0.17; 'tests': 0.18; 'windows': 0.19; 'cheers,': 0.23; 'seems': 0.23; 'linux': 0.24; 'header:In-Reply-To:1': 0.25; 'appear': 0.26; 'am,': 0.27; 'remotely': 0.29; 'related': 0.30; 'url:non-standard http port': 0.30; 'version,': 0.30; 'december': 0.32; 'running': 0.32; 'getting': 0.33; 'certain': 0.33; 'defense': 0.33; 'ubuntu': 0.33; 'up!': 0.33; 'to:addr:python-list': 0.33; 'entry': 0.33; 'version': 0.34; 'path': 0.35; 'subject:?': 0.35; 'there': 0.35; 'but': 0.36; 'test': 0.36; 'subject:: ': 0.38; 'mean': 0.38; 'skip:l 20': 0.38; 'some': 0.38; 'nothing': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'charset:windows-1256': 0.61; 'containing': 0.61; 'header:Message- Id:1': 0.62; 'between': 0.63; 'respect': 0.63; 'love': 0.63; 'harder': 0.65; 'subject:there': 0.65; 'sunday': 0.65; 'subject: & ': 0.67; 'believe': 0.69; 'received:204': 0.72; 'indifferent': 0.84; 'received:66.118': 0.84; 'total,': 0.91; 'taught': 0.97
X-Spam-Status No, score=-2.1 required=5.0
X-Spam-Level
From Gene Heskett <gheskett@wdtv.com>
To python-list@python.org
Subject Re: Is there a quick & accurate way to test a python install?
Date Sun, 16 Dec 2012 15:00:10 -0500
References <201212152038.12350.gheskett@wdtv.com> <201212160622.32443.gheskett@wdtv.com> <kal53m$3p9$1@ger.gmane.org>
In-Reply-To <kal53m$3p9$1@ger.gmane.org>
MIME-Version 1.0
Content-Type Text/Plain; charset="windows-1256"
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.938.1355688014.29569.python-list@python.org> (permalink)
Lines 48
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1355688014 news.xs4all.nl 6923 [2001:888:2000:d::a6]:52897
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:34946

Show key headers only | View raw


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 do not
> >> know what is normal for an Ubuntu distribution. On Windows, I believe
> >> it is all or nothing.
> > 
> > /usr/lib/test?
> 
> No. I am on Windows and by /Lib I mean the directory containing
> Python-coded stdlib modules. It is on sys.path. For me, the path entry
> is 'C:\\Programs\\Python33\\lib'. (Windows paths are case indifferent
> for matching.) /test is one of several package subdirectories in /Lib.

Nothing even remotely related in the linux /lib tree:

gene@coyote:/$ ls -lR /lib|grep test
-rw-r--r-- 1 root root 6592 2010-07-27 13:58 raid6test.ko
drwxr-xr-x 2 root root  4096 2010-07-27 23:16 tests
/lib/modules/2.6.32-122-rtai/kernel/drivers/mtd/tests:
-rw-r--r-- 1 root root 14752 2010-07-27 13:58 mtd_oobtest.ko
-rw-r--r-- 1 root root 12668 2010-07-27 13:58 mtd_pagetest.ko
-rw-r--r-- 1 root root  7260 2010-07-27 13:58 mtd_readtest.ko
-rw-r--r-- 1 root root 10304 2010-07-27 13:58 mtd_speedtest.ko
-rw-r--r-- 1 root root  8552 2010-07-27 13:58 mtd_stresstest.ko
-rw-r--r-- 1 root root 12220 2010-07-27 13:58 mtd_subpagetest.ko
-rw-r--r-- 1 root root 13336 2010-07-27 13:58 mtd_torturetest.ko
-rw-r--r-- 1 root root  5816 2010-07-27 13:58 rtc-test.ko
-rw-r--r-- 1 root root  6968 2010-07-27 13:58 comedi_test.ko
-rw-r--r-- 1 root root 29556 2010-07-27 13:59 usbtest.ko

I knew there was a certain amount of isolation between the windows version 
and the linux version, but this seems total, so perhaps someone actually 
running linux can chip in here, with suggestions that are valid for the 
linux version?

Cheers, Gene
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
My web page: <http://coyoteden.dyndns-free.com:85/gene> is up!
There is no sincerer love than the love of food.
		-- George Bernard Shaw
I was taught to respect my elders, but its getting 
harder and harder to find any...

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Is there a quick & accurate way to test a python install? Gene Heskett <gheskett@wdtv.com> - 2012-12-16 15:00 -0500

csiph-web