Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

silly readline module problem #47199

Closed
AndyNovo mannequin opened this issue May 23, 2008 · 3 comments
Closed

silly readline module problem #47199

AndyNovo mannequin opened this issue May 23, 2008 · 3 comments
Labels
extension-modules C modules in the Modules dir

Comments

@AndyNovo
Copy link
Mannequin

AndyNovo mannequin commented May 23, 2008

BPO 2950

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2008-05-24.13:03:53.353>
created_at = <Date 2008-05-23.13:39:26.170>
labels = ['extension-modules', 'invalid']
title = 'silly readline module problem'
updated_at = <Date 2008-05-24.13:03:53.306>
user = 'https://bugs.python.org/AndyNovo'

bugs.python.org fields:

activity = <Date 2008-05-24.13:03:53.306>
actor = 'gpolo'
assignee = 'none'
closed = True
closed_date = <Date 2008-05-24.13:03:53.353>
closer = 'gpolo'
components = ['Extension Modules']
creation = <Date 2008-05-23.13:39:26.170>
creator = 'AndyNovo'
dependencies = []
files = []
hgrepos = []
issue_num = 2950
keywords = []
message_count = 3.0
messages = ['67236', '67282', '67299']
nosy_count = 3.0
nosy_names = ['gpolo', 'AndyNovo', 'bgolemon']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue2950'
versions = ['Python 2.5']

@AndyNovo
Copy link
Mannequin Author

AndyNovo mannequin commented May 23, 2008

I installed python 2.5.2 on my SUSE 10.3 system which came with 2.4.4
and when you type
import readline
it returns No module named readline.

When installing I just unzipped, ./configure, make, sudo make install.

Im brand new to Linux and Python (probably clearly).

@AndyNovo AndyNovo mannequin added the extension-modules C modules in the Modules dir label May 23, 2008
@bgolemon
Copy link
Mannequin

bgolemon mannequin commented May 24, 2008

I'm not sure what your problem is, but comp.lang.python might be a
better place to ask. It's not clear that this is a bug yet.

http://groups.google.com/group/comp.lang.python/topics

@gpolo
Copy link
Mannequin

gpolo mannequin commented May 24, 2008

You need to install the development package of readline in order to have
the readline module compiled. And this is not a bug.

@gpolo gpolo mannequin closed this as completed May 24, 2008
@gpolo gpolo mannequin added the invalid label May 24, 2008
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension-modules C modules in the Modules dir
Projects
None yet
Development

No branches or pull requests

0 participants