[New-bugs-announce] [issue3464] Python & NCURSES

nandhakumar report at bugs.python.org
Tue Jul 29 08:49:56 CEST 2008


New submission from nandhakumar <nandhakumar at inteleants.com>:

i have installed python 2.4 and ncurses 5.4 in my linux server.
 
Python script is working fine but when i tried using thread function in
my script(which also uses ncurses) it gives the following error: 

 
Traceback (most recent call last):
  File "xxxx.py", line 199, in ?
    curses.wrapper(AnDoRun)
  File "/usr/local/lib/python2.4/curses/wrapper.py", line 44, in wrapper
    return func(stdscr, *args, **kwds)
  File "xxxx.py", line 182, in AnDoRun
    ando.start()
  File "xxxx.py", line 136, in start
    self.proxyManagerThread.start()
  File "/usr/local/lib/python2.4/threading.py", line 416, in start
    _start_new_thread(self.__bootstrap, ())
thread.error: can't start new thread

help me how can i solve this problem ASAP

----------
components: None
messages: 70377
nosy: nandha
severity: normal
status: open
title: Python & NCURSES
type: compile error
versions: Python 2.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3464>
_______________________________________


More information about the New-bugs-announce mailing list