[Python-bugs-list] [ python-Bugs-493700 ] Installing Python2.2b2 compileall hangs
noreply@sourceforge.net
noreply@sourceforge.net
Sat, 15 Dec 2001 10:33:19 -0800
Bugs item #493700, was opened at 2001-12-15 10:23
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=493700&group_id=5470
Category: Installation
Group: Python 2.2
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: Horst Eyermann (horst)
Assigned to: Nobody/Anonymous (nobody)
Summary: Installing Python2.2b2 compileall hangs
Initial Comment:
Installing python 2.2.b2 on my linux machine fails,
as it is hanging in the compileall step:
PYTHONPATH=/usr/local/lib/python2.2 ./python -tt
/usr/local/lib/python2.2/compileall.py -x badsyntax /usr/local/lib/python2.2
Listing /usr/local/lib/python2.2 ...
Listing /usr/local/lib/python2.2/ ...
Listing /usr/local/lib/python2.2/ ...
Listing /usr/local/lib/python2.2/ ...
Listing /usr/local/lib/python2.2/ ...
Listing /usr/local/lib/python2.2/ ...
Listing /usr/local/lib/python2.2/ ...
Listing /usr/local/lib/python2.2/ ...
Listing /usr/local/lib/python2.2/ ...
Listing /usr/local/lib/python2.2/ ...
Listing /usr/local/lib/python2.2/ ...
goes on forever without doing anything.
when I insert a line 37:
print names
I just receive an empty list
Horsrt
----------------------------------------------------------------------
>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-12-15 10:33
Message:
Logged In: YES
user_id=6380
Something truly bizarre must be the matter with
/usr/local/lib/python-2.2.
I can only understand that the code would do this if you
have a subdirectory with an empty name!
What operating system?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=493700&group_id=5470