curses in Python2.0b1

Zajcev Evgeny lg at localhost.rgz.ru
Wed Sep 13 21:14:38 EDT 2000


import curses fails in python2.0b1 while in python1.5.2 it's allright

------------------------------------
Python 2.0b1 (#15, Sep  7 2000, 19:56:45) 
[GCC 2.95.2 19991024 (release)] on freebsd4
Type "copyright", "credits" or "license" for more information.
>>> import curses
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/python2.0/curses/__init__.py", line 15, in ?
    from _curses import *
ImportError: No module named _curses
>>> 

-------------------------------------
Python 1.5.2 (#2, Jul 23 2000, 13:13:19)  [GCC 2.95.2 19991024 (release)] on freebsd4
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import curses
>>>       

--
zev



More information about the Python-list mailing list