Bug 71654 - python2 compiler module not found
Summary: python2 compiler module not found
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: python2
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-08-16 06:04 UTC by Yasushi Iwata
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-08-16 06:05:01 UTC
Embargoed:


Attachments (Terms of Use)

Description Yasushi Iwata 2002-08-16 06:04:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020808

Description of problem:
Python2 rpm package does not contain compiler module.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.type 'python2'
2.type 'import compiler'
3.
	

Actual Results:  [GCC 2.96 20000731 (Red Hat Linux 7.2 2.96-109)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import compiler
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named compiler

Additional info:

Comment 1 Trond Eivind Glomsrxd 2002-08-16 16:18:37 UTC
Works with limbo, where python2 is the default python.


Note You need to log in before you can comment on or make changes to this bug.