[ python-Bugs-1321736 ] Missing Library Modules

SourceForge.net noreply at sourceforge.net
Mon Oct 10 18:05:33 CEST 2005


Bugs item #1321736, was opened at 2005-10-09 21:17
Message generated for change (Comment added) made by georgel377
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.



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

>Comment By: George LeCompte (georgel377)
Date: 2005-10-10 09:05

Message:
Logged In: YES 
user_id=1187496

Attached a file with edited log  showing problem.

george

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2005-10-09 22:16

Message:
Logged In: YES 
user_id=33168

Can you re-run make and see if there are errors?  Is there
anything in your PYTHONPATH environment variable?  We will
need more information in order to attempt to debug this.

Do the .so files exist under build/lib*2.4/ ?

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

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