[ python-Bugs-1321736 ] Missing Library Modules

SourceForge.net noreply at sourceforge.net
Mon Oct 10 06:17:26 CEST 2005


Bugs item #1321736, was opened at 2005-10-09 21:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1321736&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: George LeCompte (georgel377)
Assigned to: Nobody/Anonymous (nobody)
Summary: Missing Library Modules

Initial Comment:
downloaded python-2.4.2 under redhat Linux 9

python


>>> import time
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named time
>>> import math
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named math
>>>


Haven't checked many more  modules

didn't notice any errors in ./config, make, or make
install.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1321736&group_id=5470


More information about the Python-bugs-list mailing list