Debian Bug report logs - #423314
[Fwd: Re: python-tclink 3.4 fails with python2.5]

version graph

Package: python-tclink; Maintainer for python-tclink is (unknown);

Reported by: Bernd Zeimetz <bernd@bzed.de>

Date: Fri, 11 May 2007 07:18:02 UTC

Owned by: Bernd Zeimetz <bernd@bzed.de>

Severity: important

Tags: upstream

Found in version python-tclink/3.4.0-5

Fixed in version python-tclink/3.4.0-6

Done: Bernd Zeimetz <bernd@bzed.de>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>:
Bug#423314; Package python-tclink. (full text, mbox, link).


Acknowledgement sent to Bernd Zeimetz <bernd@bzed.de>:
New Bug report received and forwarded. Copy sent to Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Bernd Zeimetz <bernd@bzed.de>
To: submit@bugs.debian.org
Subject: [Fwd: Re: python-tclink 3.4 fails with python2.5]
Date: Fri, 11 May 2007 09:14:55 +0200
Package: python-tclink
Version: 3.4.0-5
Severity: important


Filing a new bug report to document this issue in a proper way. I'm
already taking care of it.


-------- Original Message --------
Subject: 	Re: python-tclink 3.4 fails with python2.5
Date: 	Thu, 10 May 2007 10:47:40 -0700
From: 	Johnny Luong <johnny@trustcommerce.com>
Organization: 	TrustCommerce
To: 	Bernd Zeimetz <bernd@bzed.de>
References: 	<46430038.7000108@bzed.de>



Hi Bernd,

Based on your error message, it would appear that the 'action' field is
somehow not making it to the tclink object, even though you appear to be
using it correctly in #3.  Try the following:

1) Change custid to '2000003' and password to '123456'.  Its an account
I use for testing (it won't be available forever though unlike the
TestMerchant) -- this will allow me to find the transactions in the logs.

2) Run the example we provided or provide me with the actual code
sequence responsible for submitting the transaction -- this will help me
narrow it down for you.  I can probably find a machine here somewhere
with Python 2.5 installed on it or if necessary, build it from source on
a Debian or Fedora box.

As always, we generally appreciate the efforts of open source developers
such as yourself.

Thanks,
Johnny

Bernd Zeimetz wrote:
> Dear developers,
> 
> while building a new Debian package which was supposed to contain
> python2.5 support for your tclink library I had to find out, that your
> example does not work, if the c library was built against python 2.5.1.
> I've use the python shell to replay this, it's a copy&paste from your
> example:
> 
> In [1]: import tclink
> 
> In [2]: print 'Using TCLink version', tclink.getVersion()
> Using TCLink version 3.4-Python-Linux-x86_64
> 
> In [3]: params = {
>    ...:         'custid':    'TestMerchant',
>    ...:         'password':  'password',
>    ...:         'action':    'preauth',
>    ...:         'cc':        '4111111111111111',
>    ...:         'exp':       '0404',
>    ...:         'amount':    '100',
>    ...:         'avs':       'n'
>    ...: }
> 
> In [4]: result = tclink.send(params)
> 
> In [5]: print result
> {'status': 'baddata', 'error': 'missingfields', 'offenders': 'action'}
> 
> 
> Doing the same in a python2.4 shell works just well.
> Is this a known bug? Any suggestions to solve this? At the moment I've
> limited the Debian package to provide a library for python 2.4 only, but
> there will be a day in the future when py2.4 will be removed from the
> archives, and chances are good that somebody would like to use your
> library with 2.5.
> 
> 
> Best regards,
> 
> Bernd Zeimetz







Owner recorded as Bernd Zeimetz <bernd@bzed.de>. Request was from Bernd Zeimetz <bernd@bzed.de> to control@bugs.debian.org. (Fri, 11 May 2007 07:27:01 GMT) (full text, mbox, link).


Information stored:
Bug#423314; Package python-tclink. (full text, mbox, link).


Acknowledgement sent to Bernd Zeimetz <bernd@bzed.de>:
Extra info received and filed, but not forwarded. (full text, mbox, link).


Message #12 received at 423314-quiet@bugs.debian.org (full text, mbox, reply):

From: Bernd Zeimetz <bernd@bzed.de>
To: johnny@trustcommerce.com, 423314-quiet@bugs.debian.org
Subject: Re: [Fwd: Re: python-tclink 3.4 fails with python2.5]
Date: Mon, 21 May 2007 09:46:09 +0200
Hi Johnny,

sorry for the late reply, my spare time was a bit rare during the last
weeks.

> 1) Change custid to '2000003' and password to '123456'.  Its an account
> I use for testing (it won't be available forever though unlike the
> TestMerchant) -- this will allow me to find the transactions in the logs.
> 
> 2) Run the example we provided or provide me with the actual code
> sequence responsible for submitting the transaction -- this will help me
> narrow it down for you.  I can probably find a machine here somewhere
> with Python 2.5 installed on it or if necessary, build it from source on
> a Debian or Fedora box.

I've changed the example you've provided. Here's the output:

0 bzed@hal:~/workspace/debian/python-pkg/python-tclink$ python2.5 tctest.py
Using TCLink version 3.4-Python-Linux-x86_64
There was an error.
Here are the full details:
{'status': 'baddata', 'error': 'missingfields', 'offenders': 'action'}

I've tested it three times with python2.5, and it failed. The last test
was with python2.4, which failed, too, but I guess because your test
account doesn't exist anymore.

0 bzed@hal:~/workspace/debian/python-pkg/python-tclink$ python2.4 tctest.py
Using TCLink version 3.4-Python-Linux-x86_64
There was an error.
Here are the full details:
{'status': 'baddata', 'error': 'badformat', 'offenders': 'custid,password'}


It works just well with the TestMerchant account.

Best regards,

Bernd

-- 
Bernd Zeimetz
<bernd@bzed.de>                         <http://bzed.de/>



Tags added: upstream Request was from Bernd Zeimetz <bernd@bzed.de> to control@bugs.debian.org. (Mon, 21 May 2007 08:00:04 GMT) (full text, mbox, link).


Information stored:
Bug#423314; Package python-tclink. (full text, mbox, link).


Acknowledgement sent to Johnny Luong <johnny@trustcommerce.com>:
Extra info received and filed, but not forwarded. (full text, mbox, link).


Message #19 received at 423314-quiet@bugs.debian.org (full text, mbox, reply):

From: Johnny Luong <johnny@trustcommerce.com>
To: 423314-quiet@bugs.debian.org
Subject: Re: [Fwd: Re: python-tclink 3.4 fails with python2.5]
Date: Mon, 21 May 2007 14:03:10 -0700
[Message part 1 (text/plain, inline)]
Hi Bernd,

It looks like some sort of environment
(python/distribution/architecture) issue based on the information you've
given me and some informal testing on my own box (Fedora Core 6 on x86).
  I've attached a somewhat complete build log as well as md5sums of the
source used in question.  See below for more on informal testing:

[johnny@localhost tclink-3.4-python]$
/home/johnny/software/usr/bin/python --version
Python 2.5.1
[johnny@localhost tclink-3.4-python]$
/home/johnny/software/usr/bin/python tctest.py
Using TCLink version 3.4-Python-Linux-i686
The transaction was approved!
Here are the full details:
{'status': 'approved', 'transid': '025-0003347618', 'avs': 'N'}
[johnny@localhost tclink-3.4-python]$ uname -a
Linux localhost.localdomain 2.6.20-1.2948.fc6 #1 SMP Fri Apr 27 19:48:40
EDT 2007 i686 i686 i386 GNU/Linux
[johnny@localhost tclink-3.4-python]$ more tctest.py
#!/usr/bin/python
#
# Test script for TCLink Python client.
#

import tclink

print 'Using TCLink version', tclink.getVersion()

params = {
        'custid':    'TestMerchant',
        'password':  'password',
        'action':    'preauth',
        'cc':        '4111111111111111',
        'exp':       '0404',
        'amount':    '100',
        'avs':       'n'
}

result = tclink.send(params)

if result['status'] == 'approved':
        print 'The transaction was approved!'
elif result['status'] == 'decline':
        print 'The transaction was declined.'
else:
        print 'There was an error.'

[johnny@localhost tclink-3.4-python]$ /home/johnny/software/usr/bin/python
Python 2.5.1 (r251:54863, May 21 2007, 13:45:38)
[GCC 4.1.1 20070105 (Red Hat 4.1.1-51)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import tclink
>>>
>>> print 'Using TCLink version', tclink.getVersion()
Using TCLink version 3.4-Python-Linux-i686
>>>
>>> params = {
...         'custid':    'TestMerchant',
...         'password':  'password',
...         'action':    'preauth',
...         'cc':        '4111111111111111',
...         'exp':       '0404',
...         'amount':    '100',
...         'avs':       'n'
... }
>>>
>>> result = tclink.send(params)
>>> print result
{'status': 'approved', 'transid': '025-0003347658', 'avs': 'N'}
>>>

Let me know if you have any additional information that could be of use
in trying to debug it.

Thanks,
Johnny


Bernd Zeimetz wrote:
> Hi Johnny,
> 
> sorry for the late reply, my spare time was a bit rare during the last
> weeks.
> 
>> 1) Change custid to '2000003' and password to '123456'.  Its an account
>> I use for testing (it won't be available forever though unlike the
>> TestMerchant) -- this will allow me to find the transactions in the logs.
>>
>> 2) Run the example we provided or provide me with the actual code
>> sequence responsible for submitting the transaction -- this will help me
>> narrow it down for you.  I can probably find a machine here somewhere
>> with Python 2.5 installed on it or if necessary, build it from source on
>> a Debian or Fedora box.
> 
> I've changed the example you've provided. Here's the output:
> 
> 0 bzed@hal:~/workspace/debian/python-pkg/python-tclink$ python2.5 tctest.py
> Using TCLink version 3.4-Python-Linux-x86_64
> There was an error.
> Here are the full details:
> {'status': 'baddata', 'error': 'missingfields', 'offenders': 'action'}
> 
> I've tested it three times with python2.5, and it failed. The last test
> was with python2.4, which failed, too, but I guess because your test
> account doesn't exist anymore.
> 
> 0 bzed@hal:~/workspace/debian/python-pkg/python-tclink$ python2.4 tctest.py
> Using TCLink version 3.4-Python-Linux-x86_64
> There was an error.
> Here are the full details:
> {'status': 'baddata', 'error': 'badformat', 'offenders': 'custid,password'}
> 
> 
> It works just well with the TestMerchant account.
> 
> Best regards,
> 
> Bernd
> 

[build.log (text/x-log, inline)]
total 10916
drwxrwxr-x  2 johnny johnny     4096 May 21 13:41 .
drwx------ 47 johnny johnny    12288 May 21 13:41 ..
-rw-rw-r--  1 johnny johnny 11060830 May 21 13:28 Python-2.5.1.tgz
-rw-rw-r--  1 johnny johnny    58633 May 21 13:38 tclink-3.4-python.tar.gz
cca695828df8adc3e69b637af07522e1  Python-2.5.1.tgz
d636afd8b191f690f2b24a7e11dcc8db  tclink-3.4-python.tar.gz
make ; make install\n
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Modules/_typesmodule.o Modules/_typesmodule.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
gcc -pthread -DNDEBUG -g -O3 -Wall -Wstrict-prototypes   Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/mysnprintf.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -lpthread -ldl  -lutil -o Parser/pgen
Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/future.o Python/future.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/getmtime.o Python/getmtime.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -DPLATFORM='"linux2"' -o Python/getplatform.o ./Python/getplatform.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/import.o Python/import.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux2:lib-tk"' \
		-DPREFIX='"/home/johnny/software/usr"' \
		-DEXEC_PREFIX='"/home/johnny/software/usr"' \
		-DVERSION='"2.5"' \
		-DVPATH='""' \
		-o Modules/getpath.o ./Modules/getpath.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE  -c ./Modules/threadmodule.c -o Modules/threadmodule.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE  -c ./Modules/signalmodule.c -o Modules/signalmodule.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE  -c ./Modules/posixmodule.c -o Modules/posixmodule.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE  -c ./Modules/errnomodule.c -o Modules/errnomodule.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE  -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE  -c ./Modules/_sre.c -o Modules/_sre.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE  -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE  -c ./Modules/zipimport.c -o Modules/zipimport.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE  -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE  -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include   -DPy_BUILD_CORE -DSVNVERSION=\"`LC_ALL=C svnversion .`\" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
rm -f libpython2.5.a
ar cr libpython2.5.a Modules/getbuildinfo.o
ar cr libpython2.5.a Modules/_typesmodule.o
ar cr libpython2.5.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o
ar cr libpython2.5.a Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o
ar cr libpython2.5.a Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/pyarena.o Python/pyfpe.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrtod.o Python/dynload_shlib.o  Python/thread.o
ar cr libpython2.5.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o 
ar cr libpython2.5.a Modules/threadmodule.o  Modules/signalmodule.o  Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/zipimport.o  Modules/symtablemodule.o  Modules/xxsubtype.o
ranlib libpython2.5.a
gcc -pthread  -Xlinker -export-dynamic -o python \
			Modules/python.o \
			libpython2.5.a -lpthread -ldl  -lutil   -lm  
case $MAKEFLAGS in \
	*-s*)  CC='gcc -pthread' LDSHARED='gcc -pthread -shared' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py -q build;; \
	*)  CC='gcc -pthread' LDSHARED='gcc -pthread -shared' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py build;; \
	esac
running build
running build_ext
db.h: found (4, 3) in /usr/include
db lib: using (4, 3) db-4.3
sqlite: found /usr/include/sqlite3.h
/usr/include/sqlite3.h: version 3.3.6
INFO: Can't locate Tcl/Tk libs and/or headers
building '_struct' extension
creating build
creating build/temp.linux-i686-2.5
creating build/temp.linux-i686-2.5/home
creating build/temp.linux-i686-2.5/home/johnny
creating build/temp.linux-i686-2.5/home/johnny/software
creating build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1
creating build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_struct.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_struct.o
creating build/lib.linux-i686-2.5
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_struct.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_struct.so
creating build/temp.linux-i686-2.5/libffi
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc -pthread
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -pthread accepts -g... yes
checking for gcc -pthread option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -pthread -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for double... yes
checking size of double... 8
checking for long double... yes
checking size of long double... 12
checking whether byte ordering is bigendian... no
checking whether .eh_frame section should be read-only... yes
checking for __attribute__((visibility("hidden")))... yes
configure: creating ./config.status
config.status: creating include/ffi.h
config.status: creating fficonfig.py
config.status: creating fficonfig.h
config.status: linking /home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src/x86/ffitarget.h to include/ffitarget.h
config.status: linking /home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/include/ffi_common.h to include/ffi_common.h
config.status: executing include commands
config.status: executing src commands
building '_ctypes' extension
creating build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes
creating build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi
creating build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src
creating build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src/x86
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -Ibuild/temp.linux-i686-2.5/libffi/include -Ibuild/temp.linux-i686-2.5/libffi -I/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_ctypes/_ctypes.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/_ctypes.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -Ibuild/temp.linux-i686-2.5/libffi/include -Ibuild/temp.linux-i686-2.5/libffi -I/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_ctypes/callbacks.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/callbacks.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -Ibuild/temp.linux-i686-2.5/libffi/include -Ibuild/temp.linux-i686-2.5/libffi -I/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_ctypes/callproc.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/callproc.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -Ibuild/temp.linux-i686-2.5/libffi/include -Ibuild/temp.linux-i686-2.5/libffi -I/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_ctypes/stgdict.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/stgdict.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -Ibuild/temp.linux-i686-2.5/libffi/include -Ibuild/temp.linux-i686-2.5/libffi -I/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_ctypes/cfield.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/cfield.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -Ibuild/temp.linux-i686-2.5/libffi/include -Ibuild/temp.linux-i686-2.5/libffi -I/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_ctypes/malloc_closure.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/malloc_closure.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -Ibuild/temp.linux-i686-2.5/libffi/include -Ibuild/temp.linux-i686-2.5/libffi -I/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src/prep_cif.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src/prep_cif.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -Ibuild/temp.linux-i686-2.5/libffi/include -Ibuild/temp.linux-i686-2.5/libffi -I/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src/x86/ffi.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src/x86/ffi.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -Ibuild/temp.linux-i686-2.5/libffi/include -Ibuild/temp.linux-i686-2.5/libffi -I/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src/x86/sysv.S -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src/x86/sysv.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/_ctypes.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/callbacks.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/callproc.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/stgdict.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/cfield.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/malloc_closure.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src/prep_cif.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src/x86/ffi.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/libffi/src/x86/sysv.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_ctypes.so
building '_ctypes_test' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/_ctypes_test.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ctypes/_ctypes_test.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_ctypes_test.so
building '_weakref' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_weakref.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_weakref.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_weakref.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_weakref.so
building 'array' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/arraymodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/arraymodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/arraymodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/array.so
building 'cmath' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/cmathmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cmathmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cmathmodule.o -L/usr/local/lib -lm -o build/lib.linux-i686-2.5/cmath.so
building 'math' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/mathmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/mathmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/mathmodule.o -L/usr/local/lib -lm -o build/lib.linux-i686-2.5/math.so
building 'strop' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/stropmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/stropmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/stropmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/strop.so
building 'time' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/timemodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/timemodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/timemodule.o -L/usr/local/lib -lm -o build/lib.linux-i686-2.5/time.so
building 'datetime' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/datetimemodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/datetimemodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/datetimemodule.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/timemodule.o -L/usr/local/lib -lm -o build/lib.linux-i686-2.5/datetime.so
building '_random' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_randommodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_randommodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_randommodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_random.so
building 'itertools' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/itertoolsmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/itertoolsmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/itertoolsmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/itertools.so
building 'collections' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/collectionsmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/collectionsmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/collectionsmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/collections.so
building '_bisect' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_bisectmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_bisectmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_bisectmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_bisect.so
building '_heapq' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_heapqmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_heapqmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_heapqmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_heapq.so
building 'operator' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/operator.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/operator.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/operator.o -L/usr/local/lib -o build/lib.linux-i686-2.5/operator.so
building '_functools' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_functoolsmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_functoolsmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_functoolsmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_functools.so
building '_testcapi' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_testcapimodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_testcapimodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_testcapimodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_testcapi.so
building '_hotshot' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_hotshot.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_hotshot.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_hotshot.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_hotshot.so
building '_lsprof' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_lsprof.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_lsprof.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/rotatingtree.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/rotatingtree.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_lsprof.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/rotatingtree.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_lsprof.so
building 'unicodedata' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/unicodedata.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/unicodedata.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/unicodedata.o -L/usr/local/lib -o build/lib.linux-i686-2.5/unicodedata.so
building '_locale' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_localemodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_localemodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_localemodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_locale.so
building 'fcntl' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/fcntlmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/fcntlmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/fcntlmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/fcntl.so
building 'grp' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/grpmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/grpmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/grpmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/grp.so
building 'spwd' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/spwdmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/spwdmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/spwdmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/spwd.so
building 'select' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/selectmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/selectmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/selectmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/select.so
building 'binascii' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/binascii.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/binascii.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/binascii.o -L/usr/local/lib -o build/lib.linux-i686-2.5/binascii.so
building 'parser' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/parsermodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/parsermodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/parsermodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/parser.so
building 'cStringIO' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/cStringIO.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cStringIO.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cStringIO.o -L/usr/local/lib -o build/lib.linux-i686-2.5/cStringIO.so
building 'cPickle' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/cPickle.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cPickle.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cPickle.o -L/usr/local/lib -o build/lib.linux-i686-2.5/cPickle.so
building 'mmap' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/mmapmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/mmapmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/mmapmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/mmap.so
building 'syslog' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/syslogmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/syslogmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/syslogmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/syslog.so
building 'audioop' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/audioop.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/audioop.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/audioop.o -L/usr/local/lib -o build/lib.linux-i686-2.5/audioop.so
building 'imageop' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/imageop.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/imageop.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/imageop.o -L/usr/local/lib -o build/lib.linux-i686-2.5/imageop.so
building 'rgbimg' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/rgbimgmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/rgbimgmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/rgbimgmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/rgbimg.so
building 'readline' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/readline.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/readline.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/readline.o -L/usr/lib/termcap -L/usr/local/lib -lreadline -lncursesw -o build/lib.linux-i686-2.5/readline.so
building 'crypt' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/cryptmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cryptmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cryptmodule.o -L/usr/local/lib -lcrypt -o build/lib.linux-i686-2.5/crypt.so
building '_csv' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_csv.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_csv.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_csv.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_csv.so
building '_socket' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/socketmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/socketmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/socketmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_socket.so
building '_ssl' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_ssl.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ssl.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_ssl.o -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-i686-2.5/_ssl.so
building '_hashlib' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_hashopenssl.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_hashopenssl.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_hashopenssl.o -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-i686-2.5/_hashlib.so
building '_bsddb' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/usr/include -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_bsddb.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_bsddb.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_bsddb.o -L/usr/lib -L/usr/local/lib -Wl,-R/usr/lib -ldb-4.3 -o build/lib.linux-i686-2.5/_bsddb.so
building '_sqlite3' extension
creating build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_sqlite/cache.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/cache.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_sqlite/connection.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/connection.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_sqlite/cursor.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/cursor.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_sqlite/microprotocols.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/microprotocols.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_sqlite/module.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/module.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/prepare_protocol.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_sqlite/row.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/row.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_sqlite/statement.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/statement.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_sqlite/util.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/util.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/cache.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/connection.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/cursor.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/microprotocols.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/module.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/prepare_protocol.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/row.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/statement.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_sqlite/util.o -L/usr/lib -L/usr/local/lib -Wl,-R/usr/lib -lsqlite3 -o build/lib.linux-i686-2.5/_sqlite3.so
building 'dbm' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DHAVE_GDBM_NDBM_H -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/dbmmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/dbmmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/dbmmodule.o -L/usr/local/lib -lgdbm -o build/lib.linux-i686-2.5/dbm.so
building 'gdbm' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/gdbmmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/gdbmmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/gdbmmodule.o -L/usr/local/lib -lgdbm -o build/lib.linux-i686-2.5/gdbm.so
building 'termios' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/termios.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/termios.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/termios.o -L/usr/local/lib -o build/lib.linux-i686-2.5/termios.so
building 'resource' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/resource.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/resource.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/resource.o -L/usr/local/lib -o build/lib.linux-i686-2.5/resource.so
building 'nis' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/nismodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/nismodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/nismodule.o -L/usr/local/lib -lnsl -o build/lib.linux-i686-2.5/nis.so
building '_curses' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_cursesmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_cursesmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_cursesmodule.o -L/usr/local/lib -lncursesw -o build/lib.linux-i686-2.5/_curses.so
building '_curses_panel' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_curses_panel.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_curses_panel.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_curses_panel.o -L/usr/local/lib -lpanelw -lncursesw -o build/lib.linux-i686-2.5/_curses_panel.so
building 'zlib' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/zlibmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/zlibmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/zlibmodule.o -L/usr/local/lib -lz -o build/lib.linux-i686-2.5/zlib.so
building 'bz2' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/bz2module.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/bz2module.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/bz2module.o -L/usr/local/lib -lbz2 -o build/lib.linux-i686-2.5/bz2.so
building 'pyexpat' extension
creating build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/expat
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/home/johnny/software/Python-2.5.1/./Modules/expat -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/pyexpat.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/pyexpat.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/home/johnny/software/Python-2.5.1/./Modules/expat -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/expat/xmlparse.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/expat/xmlparse.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/home/johnny/software/Python-2.5.1/./Modules/expat -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/expat/xmlrole.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/expat/xmlrole.o
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/home/johnny/software/Python-2.5.1/./Modules/expat -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/expat/xmltok.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/expat/xmltok.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/pyexpat.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/expat/xmlparse.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/expat/xmlrole.o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/expat/xmltok.o -L/usr/local/lib -o build/lib.linux-i686-2.5/pyexpat.so
building '_elementtree' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/home/johnny/software/Python-2.5.1/./Modules/expat -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/_elementtree.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_elementtree.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/_elementtree.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_elementtree.so
building '_multibytecodec' extension
creating build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/multibytecodec.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/multibytecodec.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_multibytecodec.so
building '_codecs_kr' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_kr.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_kr.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_codecs_kr.so
building '_codecs_jp' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_jp.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_jp.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_codecs_jp.so
building '_codecs_cn' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_cn.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_cn.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_codecs_cn.so
building '_codecs_tw' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_tw.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_tw.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_codecs_tw.so
building '_codecs_hk' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_hk.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_hk.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_codecs_hk.so
building '_codecs_iso2022' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_iso2022.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/cjkcodecs/_codecs_iso2022.o -L/usr/local/lib -o build/lib.linux-i686-2.5/_codecs_iso2022.so
building 'dl' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/dlmodule.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/dlmodule.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/dlmodule.o -L/usr/local/lib -o build/lib.linux-i686-2.5/dl.so
building 'linuxaudiodev' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/linuxaudiodev.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/linuxaudiodev.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/linuxaudiodev.o -L/usr/local/lib -o build/lib.linux-i686-2.5/linuxaudiodev.so
building 'ossaudiodev' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/johnny/software/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/home/johnny/software/Python-2.5.1/Include -I/home/johnny/software/Python-2.5.1 -c /home/johnny/software/Python-2.5.1/Modules/ossaudiodev.c -o build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/ossaudiodev.o
gcc -pthread -shared build/temp.linux-i686-2.5/home/johnny/software/Python-2.5.1/Modules/ossaudiodev.o -L/usr/local/lib -o build/lib.linux-i686-2.5/ossaudiodev.so
running build_scripts
creating build/scripts-2.5
copying and adjusting /home/johnny/software/Python-2.5.1/Tools/scripts/pydoc -> build/scripts-2.5
copying and adjusting /home/johnny/software/Python-2.5.1/Tools/scripts/idle -> build/scripts-2.5
copying and adjusting /home/johnny/software/Python-2.5.1/Lib/smtpd.py -> build/scripts-2.5
changing mode of build/scripts-2.5/pydoc from 664 to 775
changing mode of build/scripts-2.5/idle from 664 to 775
changing mode of build/scripts-2.5/smtpd.py from 664 to 775
Creating directory /home/johnny/software/usr/bin
Creating directory /home/johnny/software/usr/lib
/usr/bin/install -c python /home/johnny/software/usr/bin/python2.5
if test -f libpython2.5.so; then \
		if test ".so" = .dll; then \
			/usr/bin/install -c -m 555 libpython2.5.so /home/johnny/software/usr/bin; \
		else \
			/usr/bin/install -c -m 555 libpython2.5.so /home/johnny/software/usr/lib/libpython2.5.a; \
			if test libpython2.5.so != libpython2.5.a; then \
				(cd /home/johnny/software/usr/lib; ln -sf libpython2.5.a libpython2.5.so); \
			fi \
		fi; \
	else	true; \
	fi
Creating directory /home/johnny/software/usr/lib/python2.5
Creating directory /home/johnny/software/usr/lib/python2.5/lib-tk
Creating directory /home/johnny/software/usr/lib/python2.5/site-packages
Creating directory /home/johnny/software/usr/lib/python2.5/test
Creating directory /home/johnny/software/usr/lib/python2.5/test/output
Creating directory /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
Creating directory /home/johnny/software/usr/lib/python2.5/encodings
Creating directory /home/johnny/software/usr/lib/python2.5/compiler
Creating directory /home/johnny/software/usr/lib/python2.5/hotshot
Creating directory /home/johnny/software/usr/lib/python2.5/email
Creating directory /home/johnny/software/usr/lib/python2.5/email/mime
Creating directory /home/johnny/software/usr/lib/python2.5/email/test
Creating directory /home/johnny/software/usr/lib/python2.5/email/test/data
Creating directory /home/johnny/software/usr/lib/python2.5/sqlite3
Creating directory /home/johnny/software/usr/lib/python2.5/sqlite3/test
Creating directory /home/johnny/software/usr/lib/python2.5/logging
Creating directory /home/johnny/software/usr/lib/python2.5/bsddb
Creating directory /home/johnny/software/usr/lib/python2.5/bsddb/test
Creating directory /home/johnny/software/usr/lib/python2.5/wsgiref
Creating directory /home/johnny/software/usr/lib/python2.5/ctypes
Creating directory /home/johnny/software/usr/lib/python2.5/ctypes/test
Creating directory /home/johnny/software/usr/lib/python2.5/ctypes/macholib
Creating directory /home/johnny/software/usr/lib/python2.5/idlelib
Creating directory /home/johnny/software/usr/lib/python2.5/idlelib/Icons
Creating directory /home/johnny/software/usr/lib/python2.5/distutils
Creating directory /home/johnny/software/usr/lib/python2.5/distutils/command
Creating directory /home/johnny/software/usr/lib/python2.5/distutils/tests
Creating directory /home/johnny/software/usr/lib/python2.5/xml
Creating directory /home/johnny/software/usr/lib/python2.5/xml/dom
Creating directory /home/johnny/software/usr/lib/python2.5/xml/etree
Creating directory /home/johnny/software/usr/lib/python2.5/xml/parsers
Creating directory /home/johnny/software/usr/lib/python2.5/xml/sax
Creating directory /home/johnny/software/usr/lib/python2.5/curses
Creating directory /home/johnny/software/usr/lib/python2.5/plat-linux2
/usr/bin/install -c -m 644 ./Lib/aifc.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/anydbm.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/asynchat.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/asyncore.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/atexit.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/audiodev.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/base64.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/BaseHTTPServer.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/Bastion.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/bdb.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/binhex.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/bisect.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/calendar.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/CGIHTTPServer.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/cgi.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/cgitb.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/chunk.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/cmd.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/codecs.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/codeop.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/code.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/colorsys.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/commands.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/compileall.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/ConfigParser.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/contextlib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/cookielib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/Cookie.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/copy.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/copy_reg.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/cProfile.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/csv.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/dbhash.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/decimal.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/difflib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/dircache.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/dis.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/doctest.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/DocXMLRPCServer.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/dumbdbm.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/dummy_threading.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/dummy_thread.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/filecmp.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/fileinput.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/fnmatch.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/formatter.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/fpformat.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/ftplib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/functools.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/__future__.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/getopt.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/getpass.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/gettext.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/glob.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/gopherlib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/gzip.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/hashlib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/heapq.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/hmac.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/htmlentitydefs.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/htmllib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/HTMLParser.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/httplib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/ihooks.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/imaplib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/imghdr.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/imputil.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/inspect.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/keyword.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/linecache.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/locale.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/_LWPCookieJar.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/macpath.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/macurl2path.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/mailbox.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/mailcap.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/markupbase.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/md5.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/mhlib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/mimetools.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/mimetypes.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/MimeWriter.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/mimify.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/modulefinder.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/_MozillaCookieJar.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/multifile.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/mutex.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/netrc.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/new.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/nntplib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/ntpath.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/nturl2path.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/opcode.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/optparse.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/os2emxpath.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/os.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/pdb.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/__phello__.foo.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/pickle.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/pickletools.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/pipes.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/pkgutil.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/platform.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/popen2.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/poplib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/posixfile.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/posixpath.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/pprint.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/profile.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/pstats.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/pty.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/pyclbr.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/py_compile.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/pydoc.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/Queue.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/quopri.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/random.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/repr.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/re.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/rexec.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/rfc822.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/rlcompleter.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/robotparser.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/runpy.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/sched.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/sets.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/sgmllib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/sha.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/shelve.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/shlex.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/shutil.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/SimpleHTTPServer.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/SimpleXMLRPCServer.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/site.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/smtpd.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/smtplib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/sndhdr.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/socket.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/SocketServer.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/sre_compile.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/sre_constants.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/sre_parse.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/sre.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/stat.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/statvfs.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/StringIO.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/stringold.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/stringprep.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/string.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/_strptime.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/struct.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/subprocess.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/sunaudio.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/sunau.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/symbol.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/symtable.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/tabnanny.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/tarfile.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/telnetlib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/tempfile.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/textwrap.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/this.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/_threading_local.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/threading.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/timeit.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/toaiff.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/tokenize.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/token.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/traceback.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/trace.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/tty.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/types.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/unittest.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/urllib2.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/urllib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/urlparse.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/UserDict.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/UserList.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/user.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/UserString.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/uuid.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c ./Lib/uu.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/warnings.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/wave.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/weakref.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/webbrowser.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/whichdb.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/xdrlib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/xmllib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/xmlrpclib.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/zipfile.py /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/pdb.doc /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/wsgiref.egg-info /home/johnny/software/usr/lib/python2.5
/usr/bin/install -c -m 644 ./Lib/lib-tk/Canvas.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/Dialog.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/FileDialog.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/FixTk.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/ScrolledText.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/SimpleDialog.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c ./Lib/lib-tk/Tix.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/tkColorChooser.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/tkCommonDialog.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/Tkconstants.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/Tkdnd.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/tkFileDialog.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/tkFont.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/Tkinter.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/tkMessageBox.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/tkSimpleDialog.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/turtle.py /home/johnny/software/usr/lib/python2.5/lib-tk
/usr/bin/install -c -m 644 ./Lib/site-packages/README /home/johnny/software/usr/lib/python2.5/site-packages
/usr/bin/install -c -m 644 ./Lib/test/185test.db /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/audiotest.au /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/autotest.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/bad_coding2.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/bad_coding.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future3.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future4.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future5.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future6.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future7.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future8.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future9.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_nocaret.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/cfgparser.1 /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/check_soundcard.vbs /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings_test.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/doctest_aliases.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/double_const.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/empty.vbs /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/exception_hierarchy.txt /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/fork_wait.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/greyrgb.uue /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/infinite_reload.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/__init__.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/inspect_fodder2.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/inspect_fodder.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/list_tests.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/mapping_tests.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/outstanding_bugs.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/pickletester.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/pyclbr_input.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/pydocfodder.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/pystone.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/README /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/regex_tests.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/regrtest.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/reperf.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/re_tests.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/sample_doctest.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/seq_tests.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/sgml_input.html /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/sortperf.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/string_tests.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_aepack.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test___all__.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/testall.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_al.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_anydbm.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_applesingle.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_array.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_ast.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_asynchat.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_atexit.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_audioop.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_augassign.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_base64.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_bastion.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_bigaddrspace.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_bigmem.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_binascii.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_binhex.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_binop.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_bisect.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_bool.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_bsddb185.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_bsddb3.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_bsddb.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_bufio.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_builtin.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_bz2.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_calendar.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_call.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_capi.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_cd.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_cfgparser.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_cgi.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_charmapcodec.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_class.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_cl.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_cmath.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_cmd_line.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_codeccallbacks.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_cn.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_hk.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_jp.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_kr.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_tw.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_cn.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_hk.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_jp.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_kr.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_tw.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/testcodec.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecs.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_codeop.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_code.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_coding.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_coercion.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_colorsys.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_commands.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_compare.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_compile.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_compiler.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_complex_args.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_complex.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_contains.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_contextlib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_cookielib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_cookie.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_copy.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_copy_reg.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_cpickle.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_cProfile.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_crypt.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_csv.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_ctypes.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_curses.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_datetime.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_dbm.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_decimal.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_decorators.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_defaultdict.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_deque.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_descr.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_descrtut.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_dict.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_difflib_expect.html /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_difflib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_dircache.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_dis.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_distutils.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_dl.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest2.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest2.txt /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest3.txt /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest4.txt /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest.txt /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_dumbdbm.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_dummy_threading.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_dummy_thread.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_email_codecs.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_email.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_email_renamed.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_enumerate.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_eof.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_errno.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_exceptions.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_exception_variations.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_extcall.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_fcntl.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_filecmp.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_fileinput.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_file.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_float.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_fnmatch.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_fork1.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_format.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_fpformat.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_frozen.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_funcattrs.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_functools.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_future1.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_future2.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_future3.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test___future__.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_future.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_gc.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_gdbm.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_generators.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_genexps.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_getargs2.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_getargs.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_getopt.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_gettext.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_global.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_glob.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_gl.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_grammar.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_grp.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_gzip.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_hashlib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_hash.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_heapq.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_hexoct.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_hmac.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_hotshot.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_htmllib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_htmlparser.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_httplib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_imageop.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_imaplib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_imgfile.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/testimgr.uue /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/testimg.uue /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_importhooks.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_import.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_imp.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_index.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_inspect.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_ioctl.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_isinstance.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_iterlen.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_iter.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_itertools.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_largefile.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_linuxaudiodev.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_list.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test__locale.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_locale.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_logging.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_longexp.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_long_future.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_long.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_macfs.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_macostools.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_macpath.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_mailbox.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_marshal.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_math.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_md5.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_mhlib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_mimetools.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_mimetypes.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_MimeWriter.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_minidom.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_mmap.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_module.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_multibytecodec.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_multibytecodec_support.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_multifile.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_mutants.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_netrc.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_new.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_nis.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_normalization.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_ntpath.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_old_mailbox.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_opcodes.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_openpty.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_operations.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_operator.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_optparse.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_os.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_ossaudiodev.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_parser.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_peepholer.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep247.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep263.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep277.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep292.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep352.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pickle.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pickletools.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pkgimport.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pkg.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_platform.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_plistlib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_poll.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_popen2.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_popen.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_posixpath.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_posix.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pow.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pprint.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_profilehooks.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_profile.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pty.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pwd.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pyclbr.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_pyexpat.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_queue.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_quopri.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_random.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_repr.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_re.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_resource.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_rfc822.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_rgbimg.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/testrgb.uue /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_richcmp.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_robotparser.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_runpy.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_sax.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_scope.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_scriptpackages.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_select.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_set.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_sets.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_sgmllib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_sha.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_shelve.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_shlex.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_shutil.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_signal.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_site.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_slice.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_socket.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_socketserver.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_socket_ssl.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_softspace.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_sort.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_sqlite.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_startfile.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_strftime.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_StringIO.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_stringprep.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_string.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_strop.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_strptime.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_str.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_structmembers.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_struct.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_structseq.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_subprocess.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_sunaudiodev.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_sundry.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_support.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_symtable.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_syntax.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_sys.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_tarfile.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/testtar.tar /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_tcl.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_tempfile.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_textwrap.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_threaded_import.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_threadedtempfile.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_threading_local.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_threading.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_thread.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_threadsignals.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_timeout.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_time.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_tokenize.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_traceback.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_trace.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_transformer.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_tuple.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_types.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_ucn.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_unary.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_unicodedata.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_unicode_file.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_unicode.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_unittest.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_univnewlines.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_unpack.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllib2net.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllib2.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllibnet.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_urlparse.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_userdict.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_userlist.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_userstring.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_uuid.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_uu.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_wait3.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_wait4.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_warnings.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_wave.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_weakref.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_whichdb.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_winreg.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_winsound.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_with.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c ./Lib/test/test_wsgiref.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_xdrlib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test.xml /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_xml_etree_c.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_xml_etree.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_xmllib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test.xml.out /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_xmlrpc.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_xpickle.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_xrange.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_zipfile64.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_zipfile.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_zipimport.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/test_zlib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/tf_inherit_check.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/threaded_import_hangers.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/time_hashlib.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/tokenize_tests.txt /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/xmltests.py /home/johnny/software/usr/lib/python2.5/test
/usr/bin/install -c -m 644 ./Lib/test/output/test_cgi /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_class /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_cookie /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_cProfile /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_extcall /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_frozen /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_global /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_grammar /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_httplib /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_linuxaudiodev /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_logging /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_math /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_MimeWriter /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_mmap /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_new /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_nis /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_opcodes /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_openpty /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_operations /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_ossaudiodev /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_pep277 /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_pkg /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_poll /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_popen /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_popen2 /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_profile /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_pty /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_pyexpat /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_regex /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_resource /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_rgbimg /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_scope /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_signal /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_thread /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_threadedtempfile /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_tokenize /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_types /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_winreg /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/test_xdrlib /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/output/xmltests /home/johnny/software/usr/lib/python2.5/test/output
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/abs.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/add.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/base.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/clamp.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/compare.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decimal128.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decimal32.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decimal64.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/divide.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/divideint.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/inexact.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/max.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/min.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/minus.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/multiply.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/normalize.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/plus.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/power.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/quantize.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/randomBound32.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/randoms.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/remainder.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/remainderNear.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rescale.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rounding.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/samequantum.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/squareroot.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/subtract.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/testall.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/tointegral.decTest /home/johnny/software/usr/lib/python2.5/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/encodings/aliases.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/ascii.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/base64_codec.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/big5hkscs.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/big5.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/bz2_codec.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/charmap.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp037.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1006.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1026.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1140.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1250.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1251.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1252.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1253.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1254.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1255.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1256.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1257.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1258.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp424.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp437.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp500.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp737.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp775.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp850.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp852.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp855.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp856.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp857.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp860.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp861.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp862.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp863.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp864.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp865.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp866.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp869.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp874.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp875.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp932.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp949.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp950.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/euc_jis_2004.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/euc_jisx0213.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/euc_jp.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/euc_kr.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/gb18030.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/gb2312.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/gbk.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/hex_codec.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/hp_roman8.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/hz.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/idna.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/__init__.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_1.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2004.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_3.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_ext.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_kr.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_10.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_11.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_13.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_14.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_15.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_16.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_1.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_2.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_3.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_4.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_5.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_6.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_7.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_8.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_9.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/johab.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/koi8_r.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/koi8_u.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/latin_1.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_arabic.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_centeuro.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_croatian.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_cyrillic.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_farsi.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_greek.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_iceland.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_latin2.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_romanian.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_roman.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_turkish.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mbcs.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/palmos.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/ptcp154.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/punycode.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/quopri_codec.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/raw_unicode_escape.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/rot_13.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/shift_jis_2004.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/shift_jis.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/shift_jisx0213.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/string_escape.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/tis_620.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/undefined.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/unicode_escape.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/unicode_internal.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_16_be.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_16_le.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_16.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_7.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_8.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_8_sig.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/uu_codec.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/zlib_codec.py /home/johnny/software/usr/lib/python2.5/encodings
/usr/bin/install -c -m 644 ./Lib/compiler/ast.py /home/johnny/software/usr/lib/python2.5/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/consts.py /home/johnny/software/usr/lib/python2.5/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/future.py /home/johnny/software/usr/lib/python2.5/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/__init__.py /home/johnny/software/usr/lib/python2.5/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/misc.py /home/johnny/software/usr/lib/python2.5/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/pyassem.py /home/johnny/software/usr/lib/python2.5/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/pycodegen.py /home/johnny/software/usr/lib/python2.5/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/symbols.py /home/johnny/software/usr/lib/python2.5/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/syntax.py /home/johnny/software/usr/lib/python2.5/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/transformer.py /home/johnny/software/usr/lib/python2.5/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/visitor.py /home/johnny/software/usr/lib/python2.5/compiler
/usr/bin/install -c -m 644 ./Lib/hotshot/__init__.py /home/johnny/software/usr/lib/python2.5/hotshot
/usr/bin/install -c -m 644 ./Lib/hotshot/log.py /home/johnny/software/usr/lib/python2.5/hotshot
/usr/bin/install -c -m 644 ./Lib/hotshot/stats.py /home/johnny/software/usr/lib/python2.5/hotshot
/usr/bin/install -c -m 644 ./Lib/hotshot/stones.py /home/johnny/software/usr/lib/python2.5/hotshot
/usr/bin/install -c -m 644 ./Lib/email/base64mime.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/charset.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/encoders.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/errors.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/feedparser.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/generator.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/header.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/__init__.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/iterators.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/message.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/_parseaddr.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/parser.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/quoprimime.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/utils.py /home/johnny/software/usr/lib/python2.5/email
/usr/bin/install -c -m 644 ./Lib/email/mime/application.py /home/johnny/software/usr/lib/python2.5/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/audio.py /home/johnny/software/usr/lib/python2.5/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/base.py /home/johnny/software/usr/lib/python2.5/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/image.py /home/johnny/software/usr/lib/python2.5/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/__init__.py /home/johnny/software/usr/lib/python2.5/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/message.py /home/johnny/software/usr/lib/python2.5/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/multipart.py /home/johnny/software/usr/lib/python2.5/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/nonmultipart.py /home/johnny/software/usr/lib/python2.5/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/text.py /home/johnny/software/usr/lib/python2.5/email/mime
/usr/bin/install -c -m 644 ./Lib/email/test/__init__.py /home/johnny/software/usr/lib/python2.5/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/test_email_codecs.py /home/johnny/software/usr/lib/python2.5/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/test_email_codecs_renamed.py /home/johnny/software/usr/lib/python2.5/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/test_email.py /home/johnny/software/usr/lib/python2.5/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/test_email_renamed.py /home/johnny/software/usr/lib/python2.5/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/test_email_torture.py /home/johnny/software/usr/lib/python2.5/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/data/audiotest.au /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_01.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_02.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_03.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_04.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_05.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_06.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_07.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_08.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_09.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_10.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_11.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_12a.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_12.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_13.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_14.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_15.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_16.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_17.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_18.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_19.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_20.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_21.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_22.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_23.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_24.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_25.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_26.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_27.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_28.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_29.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_30.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_31.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_32.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_33.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_34.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_35.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_36.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_37.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_38.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_39.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_40.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_41.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_42.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_43.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_44.txt /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/PyBanner048.gif /home/johnny/software/usr/lib/python2.5/email/test/data
/usr/bin/install -c -m 644 ./Lib/sqlite3/dbapi2.py /home/johnny/software/usr/lib/python2.5/sqlite3
/usr/bin/install -c -m 644 ./Lib/sqlite3/__init__.py /home/johnny/software/usr/lib/python2.5/sqlite3
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/dbapi.py /home/johnny/software/usr/lib/python2.5/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/factory.py /home/johnny/software/usr/lib/python2.5/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/hooks.py /home/johnny/software/usr/lib/python2.5/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/__init__.py /home/johnny/software/usr/lib/python2.5/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/regression.py /home/johnny/software/usr/lib/python2.5/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/transactions.py /home/johnny/software/usr/lib/python2.5/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/types.py /home/johnny/software/usr/lib/python2.5/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/userfunctions.py /home/johnny/software/usr/lib/python2.5/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/logging/config.py /home/johnny/software/usr/lib/python2.5/logging
/usr/bin/install -c -m 644 ./Lib/logging/handlers.py /home/johnny/software/usr/lib/python2.5/logging
/usr/bin/install -c -m 644 ./Lib/logging/__init__.py /home/johnny/software/usr/lib/python2.5/logging
/usr/bin/install -c -m 644 ./Lib/bsddb/dbobj.py /home/johnny/software/usr/lib/python2.5/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/db.py /home/johnny/software/usr/lib/python2.5/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/dbrecio.py /home/johnny/software/usr/lib/python2.5/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/dbshelve.py /home/johnny/software/usr/lib/python2.5/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/dbtables.py /home/johnny/software/usr/lib/python2.5/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/dbutils.py /home/johnny/software/usr/lib/python2.5/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/__init__.py /home/johnny/software/usr/lib/python2.5/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/test/__init__.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_1413192.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_all.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_associate.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_basics.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_compare.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_compat.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_cursor_pget_bug.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbobj.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbshelve.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbtables.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_env_close.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_get_none.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_join.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_lock.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_misc.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_pickle.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_queue.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_recno.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_sequence.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_thread.py /home/johnny/software/usr/lib/python2.5/bsddb/test
/usr/bin/install -c -m 644 ./Lib/wsgiref/handlers.py /home/johnny/software/usr/lib/python2.5/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/headers.py /home/johnny/software/usr/lib/python2.5/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/__init__.py /home/johnny/software/usr/lib/python2.5/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/simple_server.py /home/johnny/software/usr/lib/python2.5/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/util.py /home/johnny/software/usr/lib/python2.5/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/validate.py /home/johnny/software/usr/lib/python2.5/wsgiref
/usr/bin/install -c -m 644 ./Lib/ctypes/_endian.py /home/johnny/software/usr/lib/python2.5/ctypes
/usr/bin/install -c -m 644 ./Lib/ctypes/__init__.py /home/johnny/software/usr/lib/python2.5/ctypes
/usr/bin/install -c -m 644 ./Lib/ctypes/util.py /home/johnny/software/usr/lib/python2.5/ctypes
/usr/bin/install -c -m 644 ./Lib/ctypes/wintypes.py /home/johnny/software/usr/lib/python2.5/ctypes
/usr/bin/install -c -m 644 ./Lib/ctypes/test/__init__.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/runtests.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_anon.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_array_in_pointer.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_arrays.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_as_parameter.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_bitfields.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_buffers.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_byteswap.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_callbacks.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_cast.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_cfuncs.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_checkretval.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_errcheck.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_find.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_funcptr.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_functions.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_incomplete.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_init.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_integers.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_internals.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_keeprefs.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_libc.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_loading.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_macholib.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_memfunctions.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_numbers.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_objects.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_parameters.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_pointers.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_prototypes.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_python_api.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_random_things.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_refcounts.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_repr.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_returnfuncptrs.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_simplesubclasses.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_sizes.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_slicing.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_stringptr.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_strings.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_struct_fields.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_structures.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_unaligned_structures.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_unicode.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_values.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_varsize_struct.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_win32.py /home/johnny/software/usr/lib/python2.5/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/dyld.py /home/johnny/software/usr/lib/python2.5/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/dylib.py /home/johnny/software/usr/lib/python2.5/ctypes/macholib
/usr/bin/install -c ./Lib/ctypes/macholib/fetch_macholib /home/johnny/software/usr/lib/python2.5/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/fetch_macholib.bat /home/johnny/software/usr/lib/python2.5/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/framework.py /home/johnny/software/usr/lib/python2.5/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/__init__.py /home/johnny/software/usr/lib/python2.5/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/README.ctypes /home/johnny/software/usr/lib/python2.5/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/idlelib/aboutDialog.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/AutoComplete.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/AutoCompleteWindow.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/AutoExpand.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Bindings.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/CallTips.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/CallTipWindow.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ChangeLog /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ClassBrowser.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/CodeContext.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ColorDelegator.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/configDialog.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/config-extensions.def /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/configHandler.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/configHelpSourceEdit.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/config-highlight.def /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/config-keys.def /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/config-main.def /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/configSectionNameDialog.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/CREDITS.txt /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Debugger.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Delegator.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/dynOptionMenuWidget.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/EditorWindow.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/extend.txt /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/FileList.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/FormatParagraph.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/GrepDialog.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/help.txt /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/HISTORY.txt /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/HyperParser.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c ./Lib/idlelib/idle.bat /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/IdleHistory.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/idle.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/idle.pyw /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/idlever.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/__init__.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/IOBinding.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/keybindingDialog.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/macosxSupport.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/MultiCall.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/MultiStatusBar.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/NEWS.txt /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ObjectBrowser.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/OutputWindow.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ParenMatch.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/PathBrowser.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Percolator.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/PyParse.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/PyShell.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/README.txt /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/RemoteDebugger.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/RemoteObjectBrowser.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ReplaceDialog.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/rpc.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/run.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ScriptBinding.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ScrolledList.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/SearchDialogBase.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/SearchDialog.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/SearchEngine.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/StackViewer.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/tabpage.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/testcode.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/textView.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/TODO.txt /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ToolTip.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/TreeWidget.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/UndoDelegator.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/WidgetRedirector.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/WindowList.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ZoomHeight.py /home/johnny/software/usr/lib/python2.5/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/folder.gif /home/johnny/software/usr/lib/python2.5/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/idle.icns /home/johnny/software/usr/lib/python2.5/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/minusnode.gif /home/johnny/software/usr/lib/python2.5/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/openfolder.gif /home/johnny/software/usr/lib/python2.5/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/plusnode.gif /home/johnny/software/usr/lib/python2.5/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/python.gif /home/johnny/software/usr/lib/python2.5/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/tk.gif /home/johnny/software/usr/lib/python2.5/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/distutils/archive_util.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/bcppcompiler.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/ccompiler.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/cmd.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/core.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/cygwinccompiler.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/debug.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/dep_util.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/dir_util.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/dist.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/emxccompiler.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/errors.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/extension.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/fancy_getopt.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/filelist.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/file_util.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/__init__.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/log.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/msvccompiler.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/mwerkscompiler.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/README /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/spawn.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/sysconfig.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/text_file.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/unixccompiler.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/util.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/versionpredicate.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/version.py /home/johnny/software/usr/lib/python2.5/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_dumb.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_msi.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_rpm.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_wininst.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build_clib.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build_ext.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build_py.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build_scripts.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/clean.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/command_template /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/config.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/__init__.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_data.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_egg_info.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_headers.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_lib.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_scripts.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/register.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/sdist.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/upload.py /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-6.exe /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-7.1.exe /home/johnny/software/usr/lib/python2.5/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/tests/__init__.py /home/johnny/software/usr/lib/python2.5/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/support.py /home/johnny/software/usr/lib/python2.5/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_py.py /home/johnny/software/usr/lib/python2.5/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_scripts.py /home/johnny/software/usr/lib/python2.5/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dist.py /home/johnny/software/usr/lib/python2.5/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install.py /home/johnny/software/usr/lib/python2.5/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_scripts.py /home/johnny/software/usr/lib/python2.5/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_versionpredicate.py /home/johnny/software/usr/lib/python2.5/distutils/tests
/usr/bin/install -c -m 644 ./Lib/xml/__init__.py /home/johnny/software/usr/lib/python2.5/xml
/usr/bin/install -c -m 644 ./Lib/xml/dom/domreg.py /home/johnny/software/usr/lib/python2.5/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/expatbuilder.py /home/johnny/software/usr/lib/python2.5/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/__init__.py /home/johnny/software/usr/lib/python2.5/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/minicompat.py /home/johnny/software/usr/lib/python2.5/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/minidom.py /home/johnny/software/usr/lib/python2.5/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/NodeFilter.py /home/johnny/software/usr/lib/python2.5/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/pulldom.py /home/johnny/software/usr/lib/python2.5/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/xmlbuilder.py /home/johnny/software/usr/lib/python2.5/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/etree/cElementTree.py /home/johnny/software/usr/lib/python2.5/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/etree/ElementInclude.py /home/johnny/software/usr/lib/python2.5/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/etree/ElementPath.py /home/johnny/software/usr/lib/python2.5/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/etree/ElementTree.py /home/johnny/software/usr/lib/python2.5/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/etree/__init__.py /home/johnny/software/usr/lib/python2.5/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/parsers/expat.py /home/johnny/software/usr/lib/python2.5/xml/parsers
/usr/bin/install -c -m 644 ./Lib/xml/parsers/__init__.py /home/johnny/software/usr/lib/python2.5/xml/parsers
/usr/bin/install -c -m 644 ./Lib/xml/sax/_exceptions.py /home/johnny/software/usr/lib/python2.5/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/expatreader.py /home/johnny/software/usr/lib/python2.5/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/handler.py /home/johnny/software/usr/lib/python2.5/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/__init__.py /home/johnny/software/usr/lib/python2.5/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/saxutils.py /home/johnny/software/usr/lib/python2.5/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/xmlreader.py /home/johnny/software/usr/lib/python2.5/xml/sax
/usr/bin/install -c -m 644 ./Lib/curses/ascii.py /home/johnny/software/usr/lib/python2.5/curses
/usr/bin/install -c -m 644 ./Lib/curses/has_key.py /home/johnny/software/usr/lib/python2.5/curses
/usr/bin/install -c -m 644 ./Lib/curses/__init__.py /home/johnny/software/usr/lib/python2.5/curses
/usr/bin/install -c -m 644 ./Lib/curses/panel.py /home/johnny/software/usr/lib/python2.5/curses
/usr/bin/install -c -m 644 ./Lib/curses/textpad.py /home/johnny/software/usr/lib/python2.5/curses
/usr/bin/install -c -m 644 ./Lib/curses/wrapper.py /home/johnny/software/usr/lib/python2.5/curses
/usr/bin/install -c -m 644 ./Lib/plat-linux2/CDROM.py /home/johnny/software/usr/lib/python2.5/plat-linux2
/usr/bin/install -c -m 644 ./Lib/plat-linux2/DLFCN.py /home/johnny/software/usr/lib/python2.5/plat-linux2
/usr/bin/install -c -m 644 ./Lib/plat-linux2/IN.py /home/johnny/software/usr/lib/python2.5/plat-linux2
/usr/bin/install -c ./Lib/plat-linux2/regen /home/johnny/software/usr/lib/python2.5/plat-linux2
/usr/bin/install -c -m 644 ./Lib/plat-linux2/TYPES.py /home/johnny/software/usr/lib/python2.5/plat-linux2
/usr/bin/install -c -m 644 ./LICENSE /home/johnny/software/usr/lib/python2.5/LICENSE.txt
PYTHONPATH=/home/johnny/software/usr/lib/python2.5   \
		./python -Wi -tt /home/johnny/software/usr/lib/python2.5/compileall.py \
		-d /home/johnny/software/usr/lib/python2.5 -f \
		-x 'bad_coding|badsyntax|site-packages' /home/johnny/software/usr/lib/python2.5
Listing /home/johnny/software/usr/lib/python2.5 ...
Compiling /home/johnny/software/usr/lib/python2.5/BaseHTTPServer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/Bastion.py ...
Compiling /home/johnny/software/usr/lib/python2.5/CGIHTTPServer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ConfigParser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/Cookie.py ...
Compiling /home/johnny/software/usr/lib/python2.5/DocXMLRPCServer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/HTMLParser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/MimeWriter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/Queue.py ...
Compiling /home/johnny/software/usr/lib/python2.5/SimpleHTTPServer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/SimpleXMLRPCServer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/SocketServer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/StringIO.py ...
Compiling /home/johnny/software/usr/lib/python2.5/UserDict.py ...
Compiling /home/johnny/software/usr/lib/python2.5/UserList.py ...
Compiling /home/johnny/software/usr/lib/python2.5/UserString.py ...
Compiling /home/johnny/software/usr/lib/python2.5/_LWPCookieJar.py ...
Compiling /home/johnny/software/usr/lib/python2.5/_MozillaCookieJar.py ...
Compiling /home/johnny/software/usr/lib/python2.5/__future__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/__phello__.foo.py ...
Compiling /home/johnny/software/usr/lib/python2.5/_strptime.py ...
Compiling /home/johnny/software/usr/lib/python2.5/_threading_local.py ...
Compiling /home/johnny/software/usr/lib/python2.5/aifc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/anydbm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/asynchat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/asyncore.py ...
Compiling /home/johnny/software/usr/lib/python2.5/atexit.py ...
Compiling /home/johnny/software/usr/lib/python2.5/audiodev.py ...
Compiling /home/johnny/software/usr/lib/python2.5/base64.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bdb.py ...
Compiling /home/johnny/software/usr/lib/python2.5/binhex.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bisect.py ...
Listing /home/johnny/software/usr/lib/python2.5/bsddb ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/db.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/dbobj.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/dbrecio.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/dbshelve.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/dbtables.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/dbutils.py ...
Listing /home/johnny/software/usr/lib/python2.5/bsddb/test ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_1413192.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_all.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_associate.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_basics.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_compare.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_compat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_cursor_pget_bug.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_dbobj.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_dbshelve.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_dbtables.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_env_close.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_get_none.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_join.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_lock.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_misc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_pickle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_queue.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_recno.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_sequence.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_thread.py ...
Compiling /home/johnny/software/usr/lib/python2.5/cProfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/calendar.py ...
Compiling /home/johnny/software/usr/lib/python2.5/cgi.py ...
Compiling /home/johnny/software/usr/lib/python2.5/cgitb.py ...
Compiling /home/johnny/software/usr/lib/python2.5/chunk.py ...
Compiling /home/johnny/software/usr/lib/python2.5/cmd.py ...
Compiling /home/johnny/software/usr/lib/python2.5/code.py ...
Compiling /home/johnny/software/usr/lib/python2.5/codecs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/codeop.py ...
Compiling /home/johnny/software/usr/lib/python2.5/colorsys.py ...
Compiling /home/johnny/software/usr/lib/python2.5/commands.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compileall.py ...
Listing /home/johnny/software/usr/lib/python2.5/compiler ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/ast.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/consts.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/future.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/misc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/pyassem.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/pycodegen.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/symbols.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/syntax.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/transformer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/visitor.py ...
Compiling /home/johnny/software/usr/lib/python2.5/contextlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/cookielib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/copy.py ...
Compiling /home/johnny/software/usr/lib/python2.5/copy_reg.py ...
Compiling /home/johnny/software/usr/lib/python2.5/csv.py ...
Listing /home/johnny/software/usr/lib/python2.5/ctypes ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/_endian.py ...
Listing /home/johnny/software/usr/lib/python2.5/ctypes/macholib ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/macholib/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/macholib/dyld.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/macholib/dylib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/macholib/framework.py ...
Listing /home/johnny/software/usr/lib/python2.5/ctypes/test ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/runtests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_anon.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_array_in_pointer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_arrays.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_as_parameter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_bitfields.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_buffers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_byteswap.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_callbacks.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_cast.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_cfuncs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_checkretval.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_errcheck.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_find.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_funcptr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_functions.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_incomplete.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_init.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_integers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_internals.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_keeprefs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_libc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_loading.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_macholib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_memfunctions.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_numbers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_objects.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_parameters.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_pointers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_prototypes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_python_api.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_random_things.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_refcounts.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_repr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_returnfuncptrs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_simplesubclasses.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_sizes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_slicing.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_stringptr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_strings.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_struct_fields.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_structures.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_unaligned_structures.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_unicode.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_values.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_varsize_struct.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_win32.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/wintypes.py ...
Listing /home/johnny/software/usr/lib/python2.5/curses ...
Compiling /home/johnny/software/usr/lib/python2.5/curses/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/curses/ascii.py ...
Compiling /home/johnny/software/usr/lib/python2.5/curses/has_key.py ...
Compiling /home/johnny/software/usr/lib/python2.5/curses/panel.py ...
Compiling /home/johnny/software/usr/lib/python2.5/curses/textpad.py ...
Compiling /home/johnny/software/usr/lib/python2.5/curses/wrapper.py ...
Compiling /home/johnny/software/usr/lib/python2.5/dbhash.py ...
Compiling /home/johnny/software/usr/lib/python2.5/decimal.py ...
Compiling /home/johnny/software/usr/lib/python2.5/difflib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/dircache.py ...
Compiling /home/johnny/software/usr/lib/python2.5/dis.py ...
Listing /home/johnny/software/usr/lib/python2.5/distutils ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/archive_util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/bcppcompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/ccompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/cmd.py ...
Listing /home/johnny/software/usr/lib/python2.5/distutils/command ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/bdist.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/bdist_dumb.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/bdist_msi.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/bdist_rpm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/bdist_wininst.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/build.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/build_clib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/build_ext.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/build_py.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/build_scripts.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/clean.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/config.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/install.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/install_data.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/install_egg_info.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/install_headers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/install_lib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/install_scripts.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/register.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/sdist.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/upload.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/core.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/cygwinccompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/debug.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/dep_util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/dir_util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/dist.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/emxccompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/errors.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/extension.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/fancy_getopt.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/file_util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/filelist.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/log.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/msvccompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/mwerkscompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/spawn.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/sysconfig.py ...
Listing /home/johnny/software/usr/lib/python2.5/distutils/tests ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/support.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/test_build_py.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/test_build_scripts.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/test_dist.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/test_install.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/test_install_scripts.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/test_versionpredicate.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/text_file.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/unixccompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/version.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/versionpredicate.py ...
Compiling /home/johnny/software/usr/lib/python2.5/doctest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/dumbdbm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/dummy_thread.py ...
Compiling /home/johnny/software/usr/lib/python2.5/dummy_threading.py ...
Listing /home/johnny/software/usr/lib/python2.5/email ...
Compiling /home/johnny/software/usr/lib/python2.5/email/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/_parseaddr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/base64mime.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/charset.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/encoders.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/errors.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/feedparser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/generator.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/header.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/iterators.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/message.py ...
Listing /home/johnny/software/usr/lib/python2.5/email/mime ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/application.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/audio.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/base.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/image.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/message.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/multipart.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/nonmultipart.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/text.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/parser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/quoprimime.py ...
Listing /home/johnny/software/usr/lib/python2.5/email/test ...
Compiling /home/johnny/software/usr/lib/python2.5/email/test/__init__.py ...
Listing /home/johnny/software/usr/lib/python2.5/email/test/data ...
Compiling /home/johnny/software/usr/lib/python2.5/email/test/test_email.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/test/test_email_codecs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/test/test_email_codecs_renamed.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/test/test_email_renamed.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/test/test_email_torture.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/utils.py ...
Listing /home/johnny/software/usr/lib/python2.5/encodings ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/aliases.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/ascii.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/base64_codec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/big5.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/big5hkscs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/bz2_codec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/charmap.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp037.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1006.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1026.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1140.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1250.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1251.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1252.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1253.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1254.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1255.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1256.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1257.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1258.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp424.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp437.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp500.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp737.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp775.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp850.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp852.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp855.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp856.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp857.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp860.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp861.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp862.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp863.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp864.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp865.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp866.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp869.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp874.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp875.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp932.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp949.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp950.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/euc_jis_2004.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/euc_jisx0213.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/euc_jp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/euc_kr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/gb18030.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/gb2312.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/gbk.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/hex_codec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/hp_roman8.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/hz.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/idna.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_jp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_jp_1.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_jp_2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_jp_2004.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_jp_3.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_jp_ext.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_kr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_1.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_10.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_11.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_13.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_14.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_15.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_16.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_3.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_4.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_5.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_6.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_7.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_8.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_9.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/johab.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/koi8_r.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/koi8_u.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/latin_1.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_arabic.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_centeuro.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_croatian.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_cyrillic.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_farsi.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_greek.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_iceland.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_latin2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_roman.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_romanian.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_turkish.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mbcs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/palmos.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/ptcp154.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/punycode.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/quopri_codec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/raw_unicode_escape.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/rot_13.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/shift_jis.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/shift_jis_2004.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/shift_jisx0213.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/string_escape.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/tis_620.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/undefined.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/unicode_escape.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/unicode_internal.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/utf_16.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/utf_16_be.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/utf_16_le.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/utf_7.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/utf_8.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/utf_8_sig.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/uu_codec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/zlib_codec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/filecmp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/fileinput.py ...
Compiling /home/johnny/software/usr/lib/python2.5/fnmatch.py ...
Compiling /home/johnny/software/usr/lib/python2.5/formatter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/fpformat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ftplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/functools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/getopt.py ...
Compiling /home/johnny/software/usr/lib/python2.5/getpass.py ...
Compiling /home/johnny/software/usr/lib/python2.5/gettext.py ...
Compiling /home/johnny/software/usr/lib/python2.5/glob.py ...
Compiling /home/johnny/software/usr/lib/python2.5/gopherlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/gzip.py ...
Compiling /home/johnny/software/usr/lib/python2.5/hashlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/heapq.py ...
Compiling /home/johnny/software/usr/lib/python2.5/hmac.py ...
Listing /home/johnny/software/usr/lib/python2.5/hotshot ...
Compiling /home/johnny/software/usr/lib/python2.5/hotshot/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/hotshot/log.py ...
Compiling /home/johnny/software/usr/lib/python2.5/hotshot/stats.py ...
Compiling /home/johnny/software/usr/lib/python2.5/hotshot/stones.py ...
Compiling /home/johnny/software/usr/lib/python2.5/htmlentitydefs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/htmllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/httplib.py ...
Listing /home/johnny/software/usr/lib/python2.5/idlelib ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/AutoComplete.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/AutoCompleteWindow.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/AutoExpand.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/Bindings.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/CallTipWindow.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/CallTips.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ClassBrowser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/CodeContext.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ColorDelegator.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/Debugger.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/Delegator.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/EditorWindow.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/FileList.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/FormatParagraph.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/GrepDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/HyperParser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/IOBinding.py ...
Listing /home/johnny/software/usr/lib/python2.5/idlelib/Icons ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/IdleHistory.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/MultiCall.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/MultiStatusBar.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ObjectBrowser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/OutputWindow.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ParenMatch.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/PathBrowser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/Percolator.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/PyParse.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/PyShell.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/RemoteDebugger.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/RemoteObjectBrowser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ReplaceDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ScriptBinding.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ScrolledList.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/SearchDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/SearchDialogBase.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/SearchEngine.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/StackViewer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ToolTip.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/TreeWidget.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/UndoDelegator.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/WidgetRedirector.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/WindowList.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ZoomHeight.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/aboutDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/configDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/configHandler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/configHelpSourceEdit.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/configSectionNameDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/dynOptionMenuWidget.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/idle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/idlever.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/keybindingDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/macosxSupport.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/rpc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/run.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/tabpage.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/testcode.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/textView.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ihooks.py ...
Compiling /home/johnny/software/usr/lib/python2.5/imaplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/imghdr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/imputil.py ...
Compiling /home/johnny/software/usr/lib/python2.5/inspect.py ...
Compiling /home/johnny/software/usr/lib/python2.5/keyword.py ...
Listing /home/johnny/software/usr/lib/python2.5/lib-tk ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/Canvas.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/Dialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/FileDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/FixTk.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/ScrolledText.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/SimpleDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/Tix.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/Tkconstants.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/Tkdnd.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/Tkinter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/tkColorChooser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/tkCommonDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/tkFileDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/tkFont.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/tkMessageBox.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/tkSimpleDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/turtle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/linecache.py ...
Compiling /home/johnny/software/usr/lib/python2.5/locale.py ...
Listing /home/johnny/software/usr/lib/python2.5/logging ...
Compiling /home/johnny/software/usr/lib/python2.5/logging/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/logging/config.py ...
Compiling /home/johnny/software/usr/lib/python2.5/logging/handlers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/macpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/macurl2path.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mailbox.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mailcap.py ...
Compiling /home/johnny/software/usr/lib/python2.5/markupbase.py ...
Compiling /home/johnny/software/usr/lib/python2.5/md5.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mhlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mimetools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mimetypes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mimify.py ...
Compiling /home/johnny/software/usr/lib/python2.5/modulefinder.py ...
Compiling /home/johnny/software/usr/lib/python2.5/multifile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mutex.py ...
Compiling /home/johnny/software/usr/lib/python2.5/netrc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/new.py ...
Compiling /home/johnny/software/usr/lib/python2.5/nntplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ntpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/nturl2path.py ...
Compiling /home/johnny/software/usr/lib/python2.5/opcode.py ...
Compiling /home/johnny/software/usr/lib/python2.5/optparse.py ...
Compiling /home/johnny/software/usr/lib/python2.5/os.py ...
Compiling /home/johnny/software/usr/lib/python2.5/os2emxpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pdb.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pickle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pickletools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pipes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pkgutil.py ...
Listing /home/johnny/software/usr/lib/python2.5/plat-linux2 ...
Compiling /home/johnny/software/usr/lib/python2.5/plat-linux2/CDROM.py ...
Compiling /home/johnny/software/usr/lib/python2.5/plat-linux2/DLFCN.py ...
Compiling /home/johnny/software/usr/lib/python2.5/plat-linux2/IN.py ...
Compiling /home/johnny/software/usr/lib/python2.5/plat-linux2/TYPES.py ...
Compiling /home/johnny/software/usr/lib/python2.5/platform.py ...
Compiling /home/johnny/software/usr/lib/python2.5/popen2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/poplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/posixfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/posixpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pprint.py ...
Compiling /home/johnny/software/usr/lib/python2.5/profile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pstats.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pty.py ...
Compiling /home/johnny/software/usr/lib/python2.5/py_compile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pyclbr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pydoc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/quopri.py ...
Compiling /home/johnny/software/usr/lib/python2.5/random.py ...
Compiling /home/johnny/software/usr/lib/python2.5/re.py ...
Compiling /home/johnny/software/usr/lib/python2.5/repr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/rexec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/rfc822.py ...
Compiling /home/johnny/software/usr/lib/python2.5/rlcompleter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/robotparser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/runpy.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sched.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sets.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sgmllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sha.py ...
Compiling /home/johnny/software/usr/lib/python2.5/shelve.py ...
Compiling /home/johnny/software/usr/lib/python2.5/shlex.py ...
Compiling /home/johnny/software/usr/lib/python2.5/shutil.py ...
Compiling /home/johnny/software/usr/lib/python2.5/site.py ...
Compiling /home/johnny/software/usr/lib/python2.5/smtpd.py ...
Compiling /home/johnny/software/usr/lib/python2.5/smtplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sndhdr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/socket.py ...
Listing /home/johnny/software/usr/lib/python2.5/sqlite3 ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/dbapi2.py ...
Listing /home/johnny/software/usr/lib/python2.5/sqlite3/test ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/dbapi.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/factory.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/hooks.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/regression.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/transactions.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/types.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/userfunctions.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sre.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sre_compile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sre_constants.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sre_parse.py ...
Compiling /home/johnny/software/usr/lib/python2.5/stat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/statvfs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/string.py ...
Compiling /home/johnny/software/usr/lib/python2.5/stringold.py ...
Compiling /home/johnny/software/usr/lib/python2.5/stringprep.py ...
Compiling /home/johnny/software/usr/lib/python2.5/struct.py ...
Compiling /home/johnny/software/usr/lib/python2.5/subprocess.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sunau.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sunaudio.py ...
Compiling /home/johnny/software/usr/lib/python2.5/symbol.py ...
Compiling /home/johnny/software/usr/lib/python2.5/symtable.py ...
Compiling /home/johnny/software/usr/lib/python2.5/tabnanny.py ...
Compiling /home/johnny/software/usr/lib/python2.5/tarfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/telnetlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/tempfile.py ...
Listing /home/johnny/software/usr/lib/python2.5/test ...
Compiling /home/johnny/software/usr/lib/python2.5/test/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/autotest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/cjkencodings_test.py ...
Listing /home/johnny/software/usr/lib/python2.5/test/decimaltestdata ...
Compiling /home/johnny/software/usr/lib/python2.5/test/doctest_aliases.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/double_const.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/fork_wait.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/infinite_reload.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/inspect_fodder.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/inspect_fodder2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/list_tests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/mapping_tests.py ...
Listing /home/johnny/software/usr/lib/python2.5/test/output ...
Compiling /home/johnny/software/usr/lib/python2.5/test/outstanding_bugs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/pickletester.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/pyclbr_input.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/pydocfodder.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/pystone.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/re_tests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/regex_tests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/regrtest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/reperf.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/sample_doctest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/seq_tests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/sortperf.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/string_tests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_MimeWriter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_StringIO.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test___all__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test___future__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test__locale.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_aepack.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_al.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_anydbm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_applesingle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_array.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_ast.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_asynchat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_atexit.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_audioop.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_augassign.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_base64.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bastion.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bigaddrspace.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bigmem.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_binascii.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_binhex.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_binop.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bisect.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bool.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bsddb.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bsddb185.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bsddb3.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bufio.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_builtin.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bz2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cProfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_calendar.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_call.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_capi.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cd.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cfgparser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cgi.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_charmapcodec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_class.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cmath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cmd_line.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_code.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codeccallbacks.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecencodings_cn.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecencodings_hk.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecencodings_jp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecencodings_kr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecencodings_tw.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecmaps_cn.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecmaps_hk.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecmaps_jp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecmaps_kr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecmaps_tw.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codeop.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_coding.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_coercion.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_colorsys.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_commands.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_compare.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_compile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_compiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_complex.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_complex_args.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_contains.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_contextlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cookie.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cookielib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_copy.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_copy_reg.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cpickle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_crypt.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_csv.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_ctypes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_curses.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_datetime.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dbm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_decimal.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_decorators.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_defaultdict.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_deque.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_descr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_descrtut.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dict.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_difflib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dircache.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dis.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_distutils.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_doctest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_doctest2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dumbdbm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dummy_thread.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dummy_threading.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_email.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_email_codecs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_email_renamed.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_enumerate.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_eof.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_errno.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_exception_variations.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_exceptions.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_extcall.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_fcntl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_file.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_filecmp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_fileinput.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_float.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_fnmatch.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_fork1.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_format.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_fpformat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_frozen.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_funcattrs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_functools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_future.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_future1.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_future2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_future3.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_gc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_gdbm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_generators.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_genexps.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_getargs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_getargs2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_getopt.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_gettext.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_gl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_glob.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_global.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_grammar.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_grp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_gzip.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_hash.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_hashlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_heapq.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_hexoct.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_hmac.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_hotshot.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_htmllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_htmlparser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_httplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_imageop.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_imaplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_imgfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_imp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_import.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_importhooks.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_index.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_inspect.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_ioctl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_isinstance.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_iter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_iterlen.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_itertools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_largefile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_linuxaudiodev.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_list.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_locale.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_logging.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_long.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_long_future.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_longexp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_macfs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_macostools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_macpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_mailbox.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_marshal.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_math.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_md5.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_mhlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_mimetools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_mimetypes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_minidom.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_mmap.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_module.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_multibytecodec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_multibytecodec_support.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_multifile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_mutants.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_netrc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_new.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_nis.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_normalization.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_ntpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_old_mailbox.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_opcodes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_openpty.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_operations.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_operator.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_optparse.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_os.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_ossaudiodev.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_parser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_peepholer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pep247.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pep263.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pep277.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pep292.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pep352.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pickle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pickletools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pkg.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pkgimport.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_platform.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_plistlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_poll.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_popen.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_popen2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_posix.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_posixpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pow.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pprint.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_profile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_profilehooks.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pty.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pwd.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pyclbr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pyexpat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_queue.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_quopri.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_random.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_re.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_repr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_resource.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_rfc822.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_rgbimg.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_richcmp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_robotparser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_runpy.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sax.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_scope.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_scriptpackages.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_select.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_set.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sets.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sgmllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sha.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_shelve.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_shlex.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_shutil.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_signal.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_site.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_slice.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_socket.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_socket_ssl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_socketserver.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_softspace.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sort.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sqlite.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_startfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_str.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_strftime.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_string.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_stringprep.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_strop.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_strptime.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_struct.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_structmembers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_structseq.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_subprocess.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sunaudiodev.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sundry.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_support.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_symtable.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_syntax.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sys.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_tarfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_tcl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_tempfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_textwrap.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_thread.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_threaded_import.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_threadedtempfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_threading.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_threading_local.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_threadsignals.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_time.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_timeout.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_tokenize.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_trace.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_traceback.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_transformer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_tuple.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_types.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_ucn.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_unary.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_unicode.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_unicode_file.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_unicodedata.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_unittest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_univnewlines.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_unpack.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_urllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_urllib2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_urllib2net.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_urllibnet.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_urlparse.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_userdict.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_userlist.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_userstring.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_uu.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_uuid.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_wait3.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_wait4.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_warnings.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_wave.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_weakref.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_whichdb.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_winreg.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_winsound.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_with.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_wsgiref.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xdrlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xml_etree.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xml_etree_c.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xmllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xmlrpc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xpickle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xrange.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_zipfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_zipfile64.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_zipimport.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_zlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/testall.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/testcodec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/tf_inherit_check.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/threaded_import_hangers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/time_hashlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/xmltests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/textwrap.py ...
Compiling /home/johnny/software/usr/lib/python2.5/this.py ...
Compiling /home/johnny/software/usr/lib/python2.5/threading.py ...
Compiling /home/johnny/software/usr/lib/python2.5/timeit.py ...
Compiling /home/johnny/software/usr/lib/python2.5/toaiff.py ...
Compiling /home/johnny/software/usr/lib/python2.5/token.py ...
Compiling /home/johnny/software/usr/lib/python2.5/tokenize.py ...
Compiling /home/johnny/software/usr/lib/python2.5/trace.py ...
Compiling /home/johnny/software/usr/lib/python2.5/traceback.py ...
Compiling /home/johnny/software/usr/lib/python2.5/tty.py ...
Compiling /home/johnny/software/usr/lib/python2.5/types.py ...
Compiling /home/johnny/software/usr/lib/python2.5/unittest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/urllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/urllib2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/urlparse.py ...
Compiling /home/johnny/software/usr/lib/python2.5/user.py ...
Compiling /home/johnny/software/usr/lib/python2.5/uu.py ...
Compiling /home/johnny/software/usr/lib/python2.5/uuid.py ...
Compiling /home/johnny/software/usr/lib/python2.5/warnings.py ...
Compiling /home/johnny/software/usr/lib/python2.5/wave.py ...
Compiling /home/johnny/software/usr/lib/python2.5/weakref.py ...
Compiling /home/johnny/software/usr/lib/python2.5/webbrowser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/whichdb.py ...
Listing /home/johnny/software/usr/lib/python2.5/wsgiref ...
Compiling /home/johnny/software/usr/lib/python2.5/wsgiref/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/wsgiref/handlers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/wsgiref/headers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/wsgiref/simple_server.py ...
Compiling /home/johnny/software/usr/lib/python2.5/wsgiref/util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/wsgiref/validate.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xdrlib.py ...
Listing /home/johnny/software/usr/lib/python2.5/xml ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/__init__.py ...
Listing /home/johnny/software/usr/lib/python2.5/xml/dom ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/NodeFilter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/domreg.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/expatbuilder.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/minicompat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/minidom.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/pulldom.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/xmlbuilder.py ...
Listing /home/johnny/software/usr/lib/python2.5/xml/etree ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/etree/ElementInclude.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/etree/ElementPath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/etree/ElementTree.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/etree/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/etree/cElementTree.py ...
Listing /home/johnny/software/usr/lib/python2.5/xml/parsers ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/parsers/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/parsers/expat.py ...
Listing /home/johnny/software/usr/lib/python2.5/xml/sax ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/sax/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/sax/_exceptions.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/sax/expatreader.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/sax/handler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/sax/saxutils.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/sax/xmlreader.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xmllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xmlrpclib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/zipfile.py ...
PYTHONPATH=/home/johnny/software/usr/lib/python2.5  \
		./python -Wi -tt -O /home/johnny/software/usr/lib/python2.5/compileall.py \
		-d /home/johnny/software/usr/lib/python2.5 -f \
		-x 'bad_coding|badsyntax|site-packages' /home/johnny/software/usr/lib/python2.5
Listing /home/johnny/software/usr/lib/python2.5 ...
Compiling /home/johnny/software/usr/lib/python2.5/BaseHTTPServer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/Bastion.py ...
Compiling /home/johnny/software/usr/lib/python2.5/CGIHTTPServer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ConfigParser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/Cookie.py ...
Compiling /home/johnny/software/usr/lib/python2.5/DocXMLRPCServer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/HTMLParser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/MimeWriter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/Queue.py ...
Compiling /home/johnny/software/usr/lib/python2.5/SimpleHTTPServer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/SimpleXMLRPCServer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/SocketServer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/StringIO.py ...
Compiling /home/johnny/software/usr/lib/python2.5/UserDict.py ...
Compiling /home/johnny/software/usr/lib/python2.5/UserList.py ...
Compiling /home/johnny/software/usr/lib/python2.5/UserString.py ...
Compiling /home/johnny/software/usr/lib/python2.5/_LWPCookieJar.py ...
Compiling /home/johnny/software/usr/lib/python2.5/_MozillaCookieJar.py ...
Compiling /home/johnny/software/usr/lib/python2.5/__future__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/__phello__.foo.py ...
Compiling /home/johnny/software/usr/lib/python2.5/_strptime.py ...
Compiling /home/johnny/software/usr/lib/python2.5/_threading_local.py ...
Compiling /home/johnny/software/usr/lib/python2.5/aifc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/anydbm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/asynchat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/asyncore.py ...
Compiling /home/johnny/software/usr/lib/python2.5/atexit.py ...
Compiling /home/johnny/software/usr/lib/python2.5/audiodev.py ...
Compiling /home/johnny/software/usr/lib/python2.5/base64.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bdb.py ...
Compiling /home/johnny/software/usr/lib/python2.5/binhex.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bisect.py ...
Listing /home/johnny/software/usr/lib/python2.5/bsddb ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/db.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/dbobj.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/dbrecio.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/dbshelve.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/dbtables.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/dbutils.py ...
Listing /home/johnny/software/usr/lib/python2.5/bsddb/test ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_1413192.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_all.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_associate.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_basics.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_compare.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_compat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_cursor_pget_bug.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_dbobj.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_dbshelve.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_dbtables.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_env_close.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_get_none.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_join.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_lock.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_misc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_pickle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_queue.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_recno.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_sequence.py ...
Compiling /home/johnny/software/usr/lib/python2.5/bsddb/test/test_thread.py ...
Compiling /home/johnny/software/usr/lib/python2.5/cProfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/calendar.py ...
Compiling /home/johnny/software/usr/lib/python2.5/cgi.py ...
Compiling /home/johnny/software/usr/lib/python2.5/cgitb.py ...
Compiling /home/johnny/software/usr/lib/python2.5/chunk.py ...
Compiling /home/johnny/software/usr/lib/python2.5/cmd.py ...
Compiling /home/johnny/software/usr/lib/python2.5/code.py ...
Compiling /home/johnny/software/usr/lib/python2.5/codecs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/codeop.py ...
Compiling /home/johnny/software/usr/lib/python2.5/colorsys.py ...
Compiling /home/johnny/software/usr/lib/python2.5/commands.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compileall.py ...
Listing /home/johnny/software/usr/lib/python2.5/compiler ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/ast.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/consts.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/future.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/misc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/pyassem.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/pycodegen.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/symbols.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/syntax.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/transformer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/compiler/visitor.py ...
Compiling /home/johnny/software/usr/lib/python2.5/contextlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/cookielib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/copy.py ...
Compiling /home/johnny/software/usr/lib/python2.5/copy_reg.py ...
Compiling /home/johnny/software/usr/lib/python2.5/csv.py ...
Listing /home/johnny/software/usr/lib/python2.5/ctypes ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/_endian.py ...
Listing /home/johnny/software/usr/lib/python2.5/ctypes/macholib ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/macholib/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/macholib/dyld.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/macholib/dylib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/macholib/framework.py ...
Listing /home/johnny/software/usr/lib/python2.5/ctypes/test ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/runtests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_anon.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_array_in_pointer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_arrays.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_as_parameter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_bitfields.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_buffers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_byteswap.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_callbacks.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_cast.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_cfuncs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_checkretval.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_errcheck.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_find.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_funcptr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_functions.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_incomplete.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_init.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_integers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_internals.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_keeprefs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_libc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_loading.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_macholib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_memfunctions.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_numbers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_objects.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_parameters.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_pointers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_prototypes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_python_api.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_random_things.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_refcounts.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_repr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_returnfuncptrs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_simplesubclasses.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_sizes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_slicing.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_stringptr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_strings.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_struct_fields.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_structures.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_unaligned_structures.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_unicode.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_values.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_varsize_struct.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/test/test_win32.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ctypes/wintypes.py ...
Listing /home/johnny/software/usr/lib/python2.5/curses ...
Compiling /home/johnny/software/usr/lib/python2.5/curses/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/curses/ascii.py ...
Compiling /home/johnny/software/usr/lib/python2.5/curses/has_key.py ...
Compiling /home/johnny/software/usr/lib/python2.5/curses/panel.py ...
Compiling /home/johnny/software/usr/lib/python2.5/curses/textpad.py ...
Compiling /home/johnny/software/usr/lib/python2.5/curses/wrapper.py ...
Compiling /home/johnny/software/usr/lib/python2.5/dbhash.py ...
Compiling /home/johnny/software/usr/lib/python2.5/decimal.py ...
Compiling /home/johnny/software/usr/lib/python2.5/difflib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/dircache.py ...
Compiling /home/johnny/software/usr/lib/python2.5/dis.py ...
Listing /home/johnny/software/usr/lib/python2.5/distutils ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/archive_util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/bcppcompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/ccompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/cmd.py ...
Listing /home/johnny/software/usr/lib/python2.5/distutils/command ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/bdist.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/bdist_dumb.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/bdist_msi.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/bdist_rpm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/bdist_wininst.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/build.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/build_clib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/build_ext.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/build_py.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/build_scripts.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/clean.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/config.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/install.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/install_data.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/install_egg_info.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/install_headers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/install_lib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/install_scripts.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/register.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/sdist.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/command/upload.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/core.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/cygwinccompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/debug.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/dep_util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/dir_util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/dist.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/emxccompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/errors.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/extension.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/fancy_getopt.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/file_util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/filelist.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/log.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/msvccompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/mwerkscompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/spawn.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/sysconfig.py ...
Listing /home/johnny/software/usr/lib/python2.5/distutils/tests ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/support.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/test_build_py.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/test_build_scripts.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/test_dist.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/test_install.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/test_install_scripts.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/tests/test_versionpredicate.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/text_file.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/unixccompiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/version.py ...
Compiling /home/johnny/software/usr/lib/python2.5/distutils/versionpredicate.py ...
Compiling /home/johnny/software/usr/lib/python2.5/doctest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/dumbdbm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/dummy_thread.py ...
Compiling /home/johnny/software/usr/lib/python2.5/dummy_threading.py ...
Listing /home/johnny/software/usr/lib/python2.5/email ...
Compiling /home/johnny/software/usr/lib/python2.5/email/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/_parseaddr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/base64mime.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/charset.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/encoders.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/errors.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/feedparser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/generator.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/header.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/iterators.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/message.py ...
Listing /home/johnny/software/usr/lib/python2.5/email/mime ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/application.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/audio.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/base.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/image.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/message.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/multipart.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/nonmultipart.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/mime/text.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/parser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/quoprimime.py ...
Listing /home/johnny/software/usr/lib/python2.5/email/test ...
Compiling /home/johnny/software/usr/lib/python2.5/email/test/__init__.py ...
Listing /home/johnny/software/usr/lib/python2.5/email/test/data ...
Compiling /home/johnny/software/usr/lib/python2.5/email/test/test_email.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/test/test_email_codecs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/test/test_email_codecs_renamed.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/test/test_email_renamed.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/test/test_email_torture.py ...
Compiling /home/johnny/software/usr/lib/python2.5/email/utils.py ...
Listing /home/johnny/software/usr/lib/python2.5/encodings ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/aliases.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/ascii.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/base64_codec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/big5.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/big5hkscs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/bz2_codec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/charmap.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp037.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1006.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1026.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1140.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1250.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1251.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1252.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1253.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1254.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1255.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1256.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1257.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp1258.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp424.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp437.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp500.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp737.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp775.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp850.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp852.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp855.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp856.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp857.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp860.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp861.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp862.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp863.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp864.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp865.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp866.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp869.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp874.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp875.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp932.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp949.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/cp950.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/euc_jis_2004.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/euc_jisx0213.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/euc_jp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/euc_kr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/gb18030.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/gb2312.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/gbk.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/hex_codec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/hp_roman8.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/hz.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/idna.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_jp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_jp_1.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_jp_2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_jp_2004.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_jp_3.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_jp_ext.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso2022_kr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_1.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_10.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_11.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_13.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_14.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_15.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_16.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_3.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_4.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_5.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_6.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_7.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_8.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/iso8859_9.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/johab.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/koi8_r.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/koi8_u.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/latin_1.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_arabic.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_centeuro.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_croatian.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_cyrillic.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_farsi.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_greek.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_iceland.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_latin2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_roman.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_romanian.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mac_turkish.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/mbcs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/palmos.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/ptcp154.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/punycode.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/quopri_codec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/raw_unicode_escape.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/rot_13.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/shift_jis.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/shift_jis_2004.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/shift_jisx0213.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/string_escape.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/tis_620.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/undefined.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/unicode_escape.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/unicode_internal.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/utf_16.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/utf_16_be.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/utf_16_le.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/utf_7.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/utf_8.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/utf_8_sig.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/uu_codec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/encodings/zlib_codec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/filecmp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/fileinput.py ...
Compiling /home/johnny/software/usr/lib/python2.5/fnmatch.py ...
Compiling /home/johnny/software/usr/lib/python2.5/formatter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/fpformat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ftplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/functools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/getopt.py ...
Compiling /home/johnny/software/usr/lib/python2.5/getpass.py ...
Compiling /home/johnny/software/usr/lib/python2.5/gettext.py ...
Compiling /home/johnny/software/usr/lib/python2.5/glob.py ...
Compiling /home/johnny/software/usr/lib/python2.5/gopherlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/gzip.py ...
Compiling /home/johnny/software/usr/lib/python2.5/hashlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/heapq.py ...
Compiling /home/johnny/software/usr/lib/python2.5/hmac.py ...
Listing /home/johnny/software/usr/lib/python2.5/hotshot ...
Compiling /home/johnny/software/usr/lib/python2.5/hotshot/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/hotshot/log.py ...
Compiling /home/johnny/software/usr/lib/python2.5/hotshot/stats.py ...
Compiling /home/johnny/software/usr/lib/python2.5/hotshot/stones.py ...
Compiling /home/johnny/software/usr/lib/python2.5/htmlentitydefs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/htmllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/httplib.py ...
Listing /home/johnny/software/usr/lib/python2.5/idlelib ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/AutoComplete.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/AutoCompleteWindow.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/AutoExpand.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/Bindings.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/CallTipWindow.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/CallTips.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ClassBrowser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/CodeContext.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ColorDelegator.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/Debugger.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/Delegator.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/EditorWindow.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/FileList.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/FormatParagraph.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/GrepDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/HyperParser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/IOBinding.py ...
Listing /home/johnny/software/usr/lib/python2.5/idlelib/Icons ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/IdleHistory.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/MultiCall.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/MultiStatusBar.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ObjectBrowser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/OutputWindow.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ParenMatch.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/PathBrowser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/Percolator.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/PyParse.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/PyShell.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/RemoteDebugger.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/RemoteObjectBrowser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ReplaceDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ScriptBinding.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ScrolledList.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/SearchDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/SearchDialogBase.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/SearchEngine.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/StackViewer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ToolTip.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/TreeWidget.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/UndoDelegator.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/WidgetRedirector.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/WindowList.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/ZoomHeight.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/aboutDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/configDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/configHandler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/configHelpSourceEdit.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/configSectionNameDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/dynOptionMenuWidget.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/idle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/idlever.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/keybindingDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/macosxSupport.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/rpc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/run.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/tabpage.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/testcode.py ...
Compiling /home/johnny/software/usr/lib/python2.5/idlelib/textView.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ihooks.py ...
Compiling /home/johnny/software/usr/lib/python2.5/imaplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/imghdr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/imputil.py ...
Compiling /home/johnny/software/usr/lib/python2.5/inspect.py ...
Compiling /home/johnny/software/usr/lib/python2.5/keyword.py ...
Listing /home/johnny/software/usr/lib/python2.5/lib-tk ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/Canvas.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/Dialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/FileDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/FixTk.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/ScrolledText.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/SimpleDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/Tix.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/Tkconstants.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/Tkdnd.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/Tkinter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/tkColorChooser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/tkCommonDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/tkFileDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/tkFont.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/tkMessageBox.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/tkSimpleDialog.py ...
Compiling /home/johnny/software/usr/lib/python2.5/lib-tk/turtle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/linecache.py ...
Compiling /home/johnny/software/usr/lib/python2.5/locale.py ...
Listing /home/johnny/software/usr/lib/python2.5/logging ...
Compiling /home/johnny/software/usr/lib/python2.5/logging/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/logging/config.py ...
Compiling /home/johnny/software/usr/lib/python2.5/logging/handlers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/macpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/macurl2path.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mailbox.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mailcap.py ...
Compiling /home/johnny/software/usr/lib/python2.5/markupbase.py ...
Compiling /home/johnny/software/usr/lib/python2.5/md5.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mhlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mimetools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mimetypes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mimify.py ...
Compiling /home/johnny/software/usr/lib/python2.5/modulefinder.py ...
Compiling /home/johnny/software/usr/lib/python2.5/multifile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/mutex.py ...
Compiling /home/johnny/software/usr/lib/python2.5/netrc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/new.py ...
Compiling /home/johnny/software/usr/lib/python2.5/nntplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/ntpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/nturl2path.py ...
Compiling /home/johnny/software/usr/lib/python2.5/opcode.py ...
Compiling /home/johnny/software/usr/lib/python2.5/optparse.py ...
Compiling /home/johnny/software/usr/lib/python2.5/os.py ...
Compiling /home/johnny/software/usr/lib/python2.5/os2emxpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pdb.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pickle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pickletools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pipes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pkgutil.py ...
Listing /home/johnny/software/usr/lib/python2.5/plat-linux2 ...
Compiling /home/johnny/software/usr/lib/python2.5/plat-linux2/CDROM.py ...
Compiling /home/johnny/software/usr/lib/python2.5/plat-linux2/DLFCN.py ...
Compiling /home/johnny/software/usr/lib/python2.5/plat-linux2/IN.py ...
Compiling /home/johnny/software/usr/lib/python2.5/plat-linux2/TYPES.py ...
Compiling /home/johnny/software/usr/lib/python2.5/platform.py ...
Compiling /home/johnny/software/usr/lib/python2.5/popen2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/poplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/posixfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/posixpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pprint.py ...
Compiling /home/johnny/software/usr/lib/python2.5/profile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pstats.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pty.py ...
Compiling /home/johnny/software/usr/lib/python2.5/py_compile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pyclbr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/pydoc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/quopri.py ...
Compiling /home/johnny/software/usr/lib/python2.5/random.py ...
Compiling /home/johnny/software/usr/lib/python2.5/re.py ...
Compiling /home/johnny/software/usr/lib/python2.5/repr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/rexec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/rfc822.py ...
Compiling /home/johnny/software/usr/lib/python2.5/rlcompleter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/robotparser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/runpy.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sched.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sets.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sgmllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sha.py ...
Compiling /home/johnny/software/usr/lib/python2.5/shelve.py ...
Compiling /home/johnny/software/usr/lib/python2.5/shlex.py ...
Compiling /home/johnny/software/usr/lib/python2.5/shutil.py ...
Compiling /home/johnny/software/usr/lib/python2.5/site.py ...
Compiling /home/johnny/software/usr/lib/python2.5/smtpd.py ...
Compiling /home/johnny/software/usr/lib/python2.5/smtplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sndhdr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/socket.py ...
Listing /home/johnny/software/usr/lib/python2.5/sqlite3 ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/dbapi2.py ...
Listing /home/johnny/software/usr/lib/python2.5/sqlite3/test ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/dbapi.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/factory.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/hooks.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/regression.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/transactions.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/types.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sqlite3/test/userfunctions.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sre.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sre_compile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sre_constants.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sre_parse.py ...
Compiling /home/johnny/software/usr/lib/python2.5/stat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/statvfs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/string.py ...
Compiling /home/johnny/software/usr/lib/python2.5/stringold.py ...
Compiling /home/johnny/software/usr/lib/python2.5/stringprep.py ...
Compiling /home/johnny/software/usr/lib/python2.5/struct.py ...
Compiling /home/johnny/software/usr/lib/python2.5/subprocess.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sunau.py ...
Compiling /home/johnny/software/usr/lib/python2.5/sunaudio.py ...
Compiling /home/johnny/software/usr/lib/python2.5/symbol.py ...
Compiling /home/johnny/software/usr/lib/python2.5/symtable.py ...
Compiling /home/johnny/software/usr/lib/python2.5/tabnanny.py ...
Compiling /home/johnny/software/usr/lib/python2.5/tarfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/telnetlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/tempfile.py ...
Listing /home/johnny/software/usr/lib/python2.5/test ...
Compiling /home/johnny/software/usr/lib/python2.5/test/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/autotest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/cjkencodings_test.py ...
Listing /home/johnny/software/usr/lib/python2.5/test/decimaltestdata ...
Compiling /home/johnny/software/usr/lib/python2.5/test/doctest_aliases.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/double_const.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/fork_wait.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/infinite_reload.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/inspect_fodder.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/inspect_fodder2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/list_tests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/mapping_tests.py ...
Listing /home/johnny/software/usr/lib/python2.5/test/output ...
Compiling /home/johnny/software/usr/lib/python2.5/test/outstanding_bugs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/pickletester.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/pyclbr_input.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/pydocfodder.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/pystone.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/re_tests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/regex_tests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/regrtest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/reperf.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/sample_doctest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/seq_tests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/sortperf.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/string_tests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_MimeWriter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_StringIO.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test___all__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test___future__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test__locale.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_aepack.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_al.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_anydbm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_applesingle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_array.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_ast.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_asynchat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_atexit.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_audioop.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_augassign.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_base64.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bastion.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bigaddrspace.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bigmem.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_binascii.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_binhex.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_binop.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bisect.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bool.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bsddb.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bsddb185.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bsddb3.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bufio.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_builtin.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_bz2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cProfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_calendar.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_call.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_capi.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cd.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cfgparser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cgi.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_charmapcodec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_class.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cmath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cmd_line.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_code.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codeccallbacks.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecencodings_cn.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecencodings_hk.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecencodings_jp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecencodings_kr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecencodings_tw.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecmaps_cn.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecmaps_hk.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecmaps_jp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecmaps_kr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecmaps_tw.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codecs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_codeop.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_coding.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_coercion.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_colorsys.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_commands.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_compare.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_compile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_compiler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_complex.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_complex_args.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_contains.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_contextlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cookie.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cookielib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_copy.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_copy_reg.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_cpickle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_crypt.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_csv.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_ctypes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_curses.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_datetime.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dbm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_decimal.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_decorators.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_defaultdict.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_deque.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_descr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_descrtut.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dict.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_difflib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dircache.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dis.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_distutils.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_doctest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_doctest2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dumbdbm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dummy_thread.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_dummy_threading.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_email.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_email_codecs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_email_renamed.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_enumerate.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_eof.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_errno.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_exception_variations.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_exceptions.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_extcall.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_fcntl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_file.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_filecmp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_fileinput.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_float.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_fnmatch.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_fork1.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_format.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_fpformat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_frozen.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_funcattrs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_functools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_future.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_future1.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_future2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_future3.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_gc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_gdbm.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_generators.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_genexps.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_getargs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_getargs2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_getopt.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_gettext.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_gl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_glob.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_global.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_grammar.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_grp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_gzip.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_hash.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_hashlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_heapq.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_hexoct.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_hmac.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_hotshot.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_htmllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_htmlparser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_httplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_imageop.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_imaplib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_imgfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_imp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_import.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_importhooks.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_index.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_inspect.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_ioctl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_isinstance.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_iter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_iterlen.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_itertools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_largefile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_linuxaudiodev.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_list.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_locale.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_logging.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_long.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_long_future.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_longexp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_macfs.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_macostools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_macpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_mailbox.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_marshal.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_math.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_md5.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_mhlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_mimetools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_mimetypes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_minidom.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_mmap.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_module.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_multibytecodec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_multibytecodec_support.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_multifile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_mutants.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_netrc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_new.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_nis.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_normalization.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_ntpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_old_mailbox.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_opcodes.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_openpty.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_operations.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_operator.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_optparse.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_os.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_ossaudiodev.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_parser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_peepholer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pep247.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pep263.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pep277.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pep292.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pep352.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pickle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pickletools.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pkg.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pkgimport.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_platform.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_plistlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_poll.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_popen.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_popen2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_posix.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_posixpath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pow.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pprint.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_profile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_profilehooks.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pty.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pwd.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pyclbr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_pyexpat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_queue.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_quopri.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_random.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_re.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_repr.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_resource.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_rfc822.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_rgbimg.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_richcmp.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_robotparser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_runpy.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sax.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_scope.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_scriptpackages.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_select.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_set.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sets.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sgmllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sha.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_shelve.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_shlex.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_shutil.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_signal.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_site.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_slice.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_socket.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_socket_ssl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_socketserver.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_softspace.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sort.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sqlite.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_startfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_str.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_strftime.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_string.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_stringprep.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_strop.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_strptime.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_struct.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_structmembers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_structseq.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_subprocess.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sunaudiodev.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sundry.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_support.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_symtable.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_syntax.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_sys.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_tarfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_tcl.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_tempfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_textwrap.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_thread.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_threaded_import.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_threadedtempfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_threading.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_threading_local.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_threadsignals.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_time.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_timeout.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_tokenize.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_trace.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_traceback.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_transformer.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_tuple.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_types.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_ucn.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_unary.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_unicode.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_unicode_file.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_unicodedata.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_unittest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_univnewlines.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_unpack.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_urllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_urllib2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_urllib2net.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_urllibnet.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_urlparse.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_userdict.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_userlist.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_userstring.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_uu.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_uuid.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_wait3.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_wait4.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_warnings.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_wave.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_weakref.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_whichdb.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_winreg.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_winsound.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_with.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_wsgiref.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xdrlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xml_etree.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xml_etree_c.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xmllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xmlrpc.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xpickle.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_xrange.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_zipfile.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_zipfile64.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_zipimport.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/test_zlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/testall.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/testcodec.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/tf_inherit_check.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/threaded_import_hangers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/time_hashlib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/test/xmltests.py ...
Compiling /home/johnny/software/usr/lib/python2.5/textwrap.py ...
Compiling /home/johnny/software/usr/lib/python2.5/this.py ...
Compiling /home/johnny/software/usr/lib/python2.5/threading.py ...
Compiling /home/johnny/software/usr/lib/python2.5/timeit.py ...
Compiling /home/johnny/software/usr/lib/python2.5/toaiff.py ...
Compiling /home/johnny/software/usr/lib/python2.5/token.py ...
Compiling /home/johnny/software/usr/lib/python2.5/tokenize.py ...
Compiling /home/johnny/software/usr/lib/python2.5/trace.py ...
Compiling /home/johnny/software/usr/lib/python2.5/traceback.py ...
Compiling /home/johnny/software/usr/lib/python2.5/tty.py ...
Compiling /home/johnny/software/usr/lib/python2.5/types.py ...
Compiling /home/johnny/software/usr/lib/python2.5/unittest.py ...
Compiling /home/johnny/software/usr/lib/python2.5/urllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/urllib2.py ...
Compiling /home/johnny/software/usr/lib/python2.5/urlparse.py ...
Compiling /home/johnny/software/usr/lib/python2.5/user.py ...
Compiling /home/johnny/software/usr/lib/python2.5/uu.py ...
Compiling /home/johnny/software/usr/lib/python2.5/uuid.py ...
Compiling /home/johnny/software/usr/lib/python2.5/warnings.py ...
Compiling /home/johnny/software/usr/lib/python2.5/wave.py ...
Compiling /home/johnny/software/usr/lib/python2.5/weakref.py ...
Compiling /home/johnny/software/usr/lib/python2.5/webbrowser.py ...
Compiling /home/johnny/software/usr/lib/python2.5/whichdb.py ...
Listing /home/johnny/software/usr/lib/python2.5/wsgiref ...
Compiling /home/johnny/software/usr/lib/python2.5/wsgiref/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/wsgiref/handlers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/wsgiref/headers.py ...
Compiling /home/johnny/software/usr/lib/python2.5/wsgiref/simple_server.py ...
Compiling /home/johnny/software/usr/lib/python2.5/wsgiref/util.py ...
Compiling /home/johnny/software/usr/lib/python2.5/wsgiref/validate.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xdrlib.py ...
Listing /home/johnny/software/usr/lib/python2.5/xml ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/__init__.py ...
Listing /home/johnny/software/usr/lib/python2.5/xml/dom ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/NodeFilter.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/domreg.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/expatbuilder.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/minicompat.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/minidom.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/pulldom.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/dom/xmlbuilder.py ...
Listing /home/johnny/software/usr/lib/python2.5/xml/etree ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/etree/ElementInclude.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/etree/ElementPath.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/etree/ElementTree.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/etree/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/etree/cElementTree.py ...
Listing /home/johnny/software/usr/lib/python2.5/xml/parsers ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/parsers/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/parsers/expat.py ...
Listing /home/johnny/software/usr/lib/python2.5/xml/sax ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/sax/__init__.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/sax/_exceptions.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/sax/expatreader.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/sax/handler.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/sax/saxutils.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xml/sax/xmlreader.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xmllib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/xmlrpclib.py ...
Compiling /home/johnny/software/usr/lib/python2.5/zipfile.py ...
PYTHONPATH=/home/johnny/software/usr/lib/python2.5   \
		./python -Wi -t /home/johnny/software/usr/lib/python2.5/compileall.py \
		-d /home/johnny/software/usr/lib/python2.5/site-packages -f \
		-x badsyntax /home/johnny/software/usr/lib/python2.5/site-packages
Listing /home/johnny/software/usr/lib/python2.5/site-packages ...
PYTHONPATH=/home/johnny/software/usr/lib/python2.5  \
		./python -Wi -t -O /home/johnny/software/usr/lib/python2.5/compileall.py \
		-d /home/johnny/software/usr/lib/python2.5/site-packages -f \
		-x badsyntax /home/johnny/software/usr/lib/python2.5/site-packages
Listing /home/johnny/software/usr/lib/python2.5/site-packages ...
Creating directory /home/johnny/software/usr/include
Creating directory /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/abstract.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/asdl.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/ast.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/bitset.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/boolobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/bufferobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/cellobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/ceval.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/classobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/cobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/codecs.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/code.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/compile.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/complexobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/cStringIO.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/datetime.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/descrobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/dictobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/enumobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/errcode.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/eval.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/fileobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/floatobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/frameobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/funcobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/genobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/graminit.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/grammar.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/import.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/intobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/intrcheck.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/iterobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/listobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/longintrepr.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/longobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/marshal.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/metagrammar.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/methodobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/modsupport.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/moduleobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/node.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/object.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/objimpl.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/opcode.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/osdefs.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/parsetok.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/patchlevel.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pgen.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pgenheaders.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pyarena.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/py_curses.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pydebug.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pyerrors.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pyexpat.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pyfpe.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pygetopt.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pymactoolbox.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pymem.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pyport.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pystate.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pystrtod.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/Python-ast.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/Python.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pythonrun.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/pythread.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/rangeobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/setobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/sliceobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/stringobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/structmember.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/structseq.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/symtable.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/sysmodule.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/timefuncs.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/token.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/traceback.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/tupleobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/ucnhash.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/unicodeobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 ./Include/weakrefobject.h /home/johnny/software/usr/include/python2.5
/usr/bin/install -c -m 644 pyconfig.h /home/johnny/software/usr/include/python2.5/pyconfig.h
case $MAKEFLAGS in \
	*-s*)  CC='gcc -pthread' LDSHARED='gcc -pthread -shared' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py -q build;; \
	*)  CC='gcc -pthread' LDSHARED='gcc -pthread -shared' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py build;; \
	esac
running build
running build_ext
db.h: found (4, 3) in /usr/include
db lib: using (4, 3) db-4.3
sqlite: found /usr/include/sqlite3.h
/usr/include/sqlite3.h: version 3.3.6
INFO: Can't locate Tcl/Tk libs and/or headers
running build_scripts
Creating directory /home/johnny/software/usr/lib/python2.5/config
/usr/bin/install -c -m 644 Modules/config.c /home/johnny/software/usr/lib/python2.5/config/config.c
/usr/bin/install -c -m 644 Modules/python.o /home/johnny/software/usr/lib/python2.5/config/python.o
/usr/bin/install -c -m 644 ./Modules/config.c.in /home/johnny/software/usr/lib/python2.5/config/config.c.in
/usr/bin/install -c -m 644 Makefile /home/johnny/software/usr/lib/python2.5/config/Makefile
/usr/bin/install -c -m 644 Modules/Setup /home/johnny/software/usr/lib/python2.5/config/Setup
/usr/bin/install -c -m 644 Modules/Setup.local /home/johnny/software/usr/lib/python2.5/config/Setup.local
/usr/bin/install -c -m 644 Modules/Setup.config /home/johnny/software/usr/lib/python2.5/config/Setup.config
/usr/bin/install -c ./Modules/makesetup /home/johnny/software/usr/lib/python2.5/config/makesetup
/usr/bin/install -c ./install-sh /home/johnny/software/usr/lib/python2.5/config/install-sh
# Substitution happens here, as the completely-expanded BINDIR
# is not available in configure
sed -e "s,@EXENAME@,/home/johnny/software/usr/bin/python2.5," < ./Misc/python-config.in >python-config
/usr/bin/install -c python-config /home/johnny/software/usr/bin/python2.5-config
rm python-config
./python -E ./setup.py install \
	   	--prefix=/home/johnny/software/usr \
		--install-scripts=/home/johnny/software/usr/bin \
		--install-platlib=/home/johnny/software/usr/lib/python2.5/lib-dynload \
		--root=/
running install
running build
running build_ext
db.h: found (4, 3) in /usr/include
db lib: using (4, 3) db-4.3
sqlite: found /usr/include/sqlite3.h
/usr/include/sqlite3.h: version 3.3.6
INFO: Can't locate Tcl/Tk libs and/or headers
running build_scripts
running install_lib
creating /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/mmap.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_curses.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_lsprof.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/array.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_curses_panel.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/readline.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/syslog.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/zlib.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/crypt.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/audioop.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/termios.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_codecs_iso2022.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/dl.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/fcntl.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_socket.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_bisect.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_bsddb.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_codecs_cn.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_codecs_tw.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/grp.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_csv.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/datetime.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_codecs_hk.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/unicodedata.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/gdbm.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_elementtree.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/ossaudiodev.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/time.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_functools.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_random.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/dbm.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/linuxaudiodev.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/imageop.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/spwd.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/cPickle.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/bz2.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/binascii.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/itertools.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/strop.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_sqlite3.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_struct.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_codecs_kr.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_hashlib.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/select.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_hotshot.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_ctypes_test.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_ctypes.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/nis.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_multibytecodec.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/rgbimg.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/operator.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_testcapi.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/math.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/collections.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_codecs_jp.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_weakref.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_heapq.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_locale.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/cmath.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/parser.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/_ssl.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/pyexpat.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/resource.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
copying build/lib.linux-i686-2.5/cStringIO.so -> /home/johnny/software/usr/lib/python2.5/lib-dynload
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/mmap.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_curses.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_lsprof.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/array.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_curses_panel.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/readline.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/syslog.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/zlib.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/crypt.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/audioop.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/termios.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_codecs_iso2022.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/dl.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/fcntl.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_socket.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_bisect.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_bsddb.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_codecs_cn.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_codecs_tw.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/grp.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_csv.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/datetime.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_codecs_hk.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/unicodedata.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/gdbm.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_elementtree.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/ossaudiodev.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/time.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_functools.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_random.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/dbm.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/linuxaudiodev.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/imageop.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/spwd.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/cPickle.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/bz2.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/binascii.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/itertools.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/strop.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_sqlite3.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_struct.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_codecs_kr.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_hashlib.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/select.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_hotshot.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_ctypes_test.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_ctypes.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/nis.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_multibytecodec.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/rgbimg.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/operator.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_testcapi.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/math.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/collections.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_codecs_jp.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_weakref.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_heapq.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_locale.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/cmath.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/parser.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/_ssl.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/pyexpat.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/resource.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/cStringIO.so to 755
changing mode of /home/johnny/software/usr/lib/python2.5/lib-dynload/ to 755
running install_scripts
copying build/scripts-2.5/idle -> /home/johnny/software/usr/bin
copying build/scripts-2.5/smtpd.py -> /home/johnny/software/usr/bin
copying build/scripts-2.5/pydoc -> /home/johnny/software/usr/bin
changing mode of /home/johnny/software/usr/bin/idle to 775
changing mode of /home/johnny/software/usr/bin/smtpd.py to 775
changing mode of /home/johnny/software/usr/bin/pydoc to 775
running install_egg_info
Writing /home/johnny/software/usr/lib/python2.5/lib-dynload/Python-2.5.1-py2.5.egg-info
if test -f /home/johnny/software/usr/bin/python -o -h /home/johnny/software/usr/bin/python; \
	then rm -f /home/johnny/software/usr/bin/python; \
	else true; \
	fi
(cd /home/johnny/software/usr/bin; ln python2.5 python)
(cd /home/johnny/software/usr/bin; ln -sf python2.5-config python-config)
Creating directory /home/johnny/software/usr/man
Creating directory /home/johnny/software/usr/man/man1
/usr/bin/install -c -m 644 ./Misc/python.man \
		/home/johnny/software/usr/man/man1/python.1
running install
running build
running build_ext
running install_lib
running install_egg_info
Removing /home/johnny/software/usr/lib/python2.5/site-packages/TCLink-3.4-py2.5.egg-info
Writing /home/johnny/software/usr/lib/python2.5/site-packages/TCLink-3.4-py2.5.egg-info
[signature.asc (application/pgp-signature, attachment)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>:
Bug#423314; Package python-tclink. (full text, mbox, link).


Acknowledgement sent to Bernd Zeimetz <bernd@bzed.de>:
Extra info received and forwarded to list. Copy sent to Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>. (full text, mbox, link).


Message #24 received at 423314@bugs.debian.org (full text, mbox, reply):

From: Bernd Zeimetz <bernd@bzed.de>
To: johnny@trustcommerce.com, 423314@bugs.debian.org
Subject: Re: [Fwd: Re: python-tclink 3.4 fails with python2.5]
Date: Wed, 04 Jul 2007 02:01:35 +0200
Hi,

a few hours ago I was pointed to a patch from Ubuntu which seems to make
the python tclink module work well under python2.5:

http://launchpadlibrarian.net/8296887/py2.5.diff

I've added that patch to the Debian package, too.

Cheers,

Bernd

P.S. I'd still like to see a more recent version of the module in Debian.

-- 
Bernd Zeimetz
<bernd@bzed.de>                         <http://bzed.de/>



Reply sent to Bernd Zeimetz <bernd@bzed.de>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Bernd Zeimetz <bernd@bzed.de>:
Bug acknowledged by developer. (full text, mbox, link).


Message #29 received at 423314-close@bugs.debian.org (full text, mbox, reply):

From: Bernd Zeimetz <bernd@bzed.de>
To: 423314-close@bugs.debian.org
Subject: Bug#423314: fixed in python-tclink 3.4.0-6
Date: Wed, 04 Jul 2007 00:32:04 +0000
Source: python-tclink
Source-Version: 3.4.0-6

We believe that the bug you reported is fixed in the latest version of
python-tclink, which is due to be installed in the Debian FTP archive:

python-tclink_3.4.0-6.diff.gz
  to pool/main/p/python-tclink/python-tclink_3.4.0-6.diff.gz
python-tclink_3.4.0-6.dsc
  to pool/main/p/python-tclink/python-tclink_3.4.0-6.dsc
python-tclink_3.4.0-6_i386.deb
  to pool/main/p/python-tclink/python-tclink_3.4.0-6_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 423314@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bernd Zeimetz <bernd@bzed.de> (supplier of updated python-tclink package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 21 May 2007 09:57:00 +0200
Source: python-tclink
Binary: python-tclink
Architecture: source i386
Version: 3.4.0-6
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Changed-By: Bernd Zeimetz <bernd@bzed.de>
Description: 
 python-tclink - TrustCommerce credit card processing for Python
Closes: 306623 423314
Changes: 
 python-tclink (3.4.0-6) unstable; urgency=low
 .
   * Fixing bad error handling to ensure a proper garbage collection,
     patch supplied by upstream (Closes: #306623)
   * Backporting a patch from Ubuntu to fix random failures with
     python2.5 (Closes: #423314)
Files: 
 aa0e1c3cb680b9e91c7c2b848cf1166f 937 python optional python-tclink_3.4.0-6.dsc
 59ca95ef21dd3d7b1dc5e0db54877f39 3696 python optional python-tclink_3.4.0-6.diff.gz
 98210591824796213532dfae3105a30a 14588 python optional python-tclink_3.4.0-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFGiudPn3j4POjENGERAl6QAJ4wL9rLTzPekkEnLR6EX2eBTKaKOQCfRcle
x6ePzIHTyv0WQQK44v0wQ+g=
=Lzm2
-----END PGP SIGNATURE-----




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>, Bernd Zeimetz <bernd@bzed.de>:
Bug#423314; Package python-tclink. (full text, mbox, link).


Acknowledgement sent to Johnny Luong <johnny@trustcommerce.com>:
Extra info received and forwarded to list. Copy sent to Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>, Bernd Zeimetz <bernd@bzed.de>. (full text, mbox, link).


Message #34 received at 423314@bugs.debian.org (full text, mbox, reply):

From: Johnny Luong <johnny@trustcommerce.com>
To: 423314@bugs.debian.org
Subject: Re: [Fwd: Re: python-tclink 3.4 fails with python2.5]
Date: Tue, 03 Jul 2007 17:51:35 -0700
Thanks, will incorporate the "Py_ssize_t" variant of that fix in our 
source as well.  Seems to affect primarily 64-bit users.

(https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1629125&group_id=5470)

-Johnny

Bernd Zeimetz wrote:
> Hi,
> 
> a few hours ago I was pointed to a patch from Ubuntu which seems to make
> the python tclink module work well under python2.5:
> 
> http://launchpadlibrarian.net/8296887/py2.5.diff
> 
> I've added that patch to the Debian package, too.
> 
> Cheers,
> 
> Bernd
> 
> P.S. I'd still like to see a more recent version of the module in Debian.
> 




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Fri, 03 Aug 2007 07:28:11 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Fri Jan 5 21:00:47 2018; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.