Bugs item #1321736, was opened at 2005-10-09 21:17 Message generated for change (Comment added) made by nnorwitz 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: 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 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com