Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python & NCURSES #47714

Closed
nandha mannequin opened this issue Jul 29, 2008 · 2 comments
Closed

Python & NCURSES #47714

nandha mannequin opened this issue Jul 29, 2008 · 2 comments
Labels
build The build process and cross-build

Comments

@nandha
Copy link
Mannequin

nandha mannequin commented Jul 29, 2008

BPO 3464
Nosy @amauryfa

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2008-07-29.07:28:55.479>
created_at = <Date 2008-07-29.06:49:55.129>
labels = ['build', 'invalid']
title = 'Python & NCURSES'
updated_at = <Date 2008-07-29.07:28:55.477>
user = 'https://bugs.python.org/nandha'

bugs.python.org fields:

activity = <Date 2008-07-29.07:28:55.477>
actor = 'amaury.forgeotdarc'
assignee = 'none'
closed = True
closed_date = <Date 2008-07-29.07:28:55.479>
closer = 'amaury.forgeotdarc'
components = ['None']
creation = <Date 2008-07-29.06:49:55.129>
creator = 'nandha'
dependencies = []
files = []
hgrepos = []
issue_num = 3464
keywords = []
message_count = 2.0
messages = ['70377', '70379']
nosy_count = 2.0
nosy_names = ['amaury.forgeotdarc', 'nandha']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue3464'
versions = ['Python 2.4']

@nandha
Copy link
Mannequin Author

nandha mannequin commented Jul 29, 2008

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

@nandha nandha mannequin added the build The build process and cross-build label Jul 29, 2008
@amauryfa
Copy link
Member

The python issue tracker is not the correct place to get this kind of
help. Please ask on the comp.lang.python newsgroup:
http://www.python.org/community/lists

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build
Projects
None yet
Development

No branches or pull requests

1 participant