This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rtarnell
Recipients rtarnell
Date 2010-12-01.20:12:43
SpamBayes Score 4.9960036e-16
Marked as misclassified No
Message-id <1291234378.99.0.641306252968.issue10598@psf.upfronthosting.co.za>
In-reply-to
Content
On Solaris 10 using system libcurses, curses fails to import:

hemlock% python3.1
Python 3.1.3 (r313:86834, Dec  1 2010, 19:51:26) 
[GCC 4.5.1] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import curses
Traceback (most recent call last):
  File "/opt/ts/python/3.1/lib/python3.1/curses/__init__.py", line 57, in <module>
    has_key
NameError: name 'has_key' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/ts/python/3.1/lib/python3.1/curses/__init__.py", line 59, in <module>
    from has_key import has_key
ImportError: No module named has_key
>>>
History
Date User Action Args
2010-12-01 20:12:59rtarnellsetrecipients: + rtarnell
2010-12-01 20:12:58rtarnellsetmessageid: <1291234378.99.0.641306252968.issue10598@psf.upfronthosting.co.za>
2010-12-01 20:12:43rtarnelllinkissue10598 messages
2010-12-01 20:12:43rtarnellcreate