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 belopolsky
Recipients belopolsky, pitrou
Date 2010-11-05.23:08:05
SpamBayes Score 1.1587203e-07
Marked as misclassified No
Message-id <1288998493.67.0.538108766398.issue10330@psf.upfronthosting.co.za>
In-reply-to
Content
I wish I could test this patch but on OSX I get

$ ./configure --without-threads
$ make
Traceback (most recent call last):
  File "/Users/sasha/Work/python-svn/py3k/Lib/site.py", line 519, in <module>
    main()
  File "/Users/sasha/Work/python-svn/py3k/Lib/site.py", line 507, in main
    known_paths = addusersitepackages(known_paths)
  File "/Users/sasha/Work/python-svn/py3k/Lib/site.py", line 253, in addusersitepackages
    user_site = getusersitepackages()
  File "/Users/sasha/Work/python-svn/py3k/Lib/site.py", line 228, in getusersitepackages
    user_base = getuserbase() # this will also set USER_BASE
  File "/Users/sasha/Work/python-svn/py3k/Lib/site.py", line 218, in getuserbase
    USER_BASE = get_config_var('userbase')
  File "/Users/sasha/Work/python-svn/py3k/Lib/sysconfig.py", line 580, in get_config_var
    return get_config_vars().get(name)
  File "/Users/sasha/Work/python-svn/py3k/Lib/sysconfig.py", line 458, in get_config_vars
    import re
  File "/Users/sasha/Work/python-svn/py3k/Lib/re.py", line 121, in <module>
    import functools
  File "/Users/sasha/Work/python-svn/py3k/Lib/functools.py", line 15, in <module>
    from collections import OrderedDict
  File "/Users/sasha/Work/python-svn/py3k/Lib/collections.py", line 16, in <module>
    from reprlib import recursive_repr as _recursive_repr
  File "/Users/sasha/Work/python-svn/py3k/Lib/reprlib.py", line 8, in <module>
    from _thread import get_ident
ImportError: No module named _thread
History
Date User Action Args
2010-11-05 23:08:13belopolskysetrecipients: + belopolsky, pitrou
2010-11-05 23:08:13belopolskysetmessageid: <1288998493.67.0.538108766398.issue10330@psf.upfronthosting.co.za>
2010-11-05 23:08:06belopolskylinkissue10330 messages
2010-11-05 23:08:05belopolskycreate