[bug-notifications] [python 0003510]: 'import curses' fails in currrent Python (2.6.1, REV=2009.03.02)
Mantis Bug Tracker
noreply at opencsw.org
Sat Mar 28 09:22:03 CET 2009
The following issue has been SUBMITTED.
======================================================================
http://www.opencsw.org/bugtrack/view.php?id=3510
======================================================================
Reported By: maciej
Assigned To:
======================================================================
Project: python
Issue ID: 3510
Category: regular use
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2009-03-28 09:22 CET
Last Modified: 2009-03-28 09:22 CET
======================================================================
Summary: 'import curses' fails in currrent Python
(2.6.1,REV=2009.03.02)
Description:
I'm unable to import 'curses' module in current Python. The same symptom is
observed on x86 and sparc.
maciej at vsol01 ~ $ pkgparam CSWpython VERSION
2.6.1,REV=2009.03.02
maciej at vsol01 ~ $ python
Python 2.6.1 (r261:67515, Mar 2 2009, 15:07:22) [C] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import curses
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/csw/lib/python2.6/curses/__init__.py", line 15, in <module>
from _curses import *
ImportError: ld.so.1: python: fatal: relocation error: file
/opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol wchgat:
referenced symbol not found
ncurses is installed:
maciej at vsol01 ~ $ pkgparam CSWncurses VERSION
5.7,REV=2009.01.23
On sparc, it looks like this:
maciej at netra ~ $ python
Python 2.6.1 (r261:67515, Mar 2 2009, 14:14:28) [C] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import curses
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/csw/lib/python2.6/curses/__init__.py", line 15, in <module>
from _curses import *
ImportError: ld.so.1: python: fatal: relocation error: file
/opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol mvwchgat:
referenced symbol not found
>>>
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-03-28 09:22 maciej New Issue
======================================================================
More information about the bug-notifications
mailing list