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 nandha
Recipients nandha
Date 2008-07-29.06:49:49
SpamBayes Score 3.6464e-07
Marked as misclassified No
Message-id <1217314196.04.0.889704905921.issue3464@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-07-29 06:49:56nandhasetrecipients: + nandha
2008-07-29 06:49:56nandhasetmessageid: <1217314196.04.0.889704905921.issue3464@psf.upfronthosting.co.za>
2008-07-29 06:49:55nandhalinkissue3464 messages
2008-07-29 06:49:52nandhacreate