[issue1947] Exception exceptions.AttributeError '_shutdown' in module 'threading'

2011-09-13 Thread Brandon Craig Rhodes
Brandon Craig Rhodes bran...@rhodesmill.org added the comment: In case Google brings anyone else to this bug: this error typically indicates that a `threading.py` which is not actually the Standard Library's `threading` module has somehow wound up on an earlier path in `sys.path` and is

[issue1947] Exception exceptions.AttributeError '_shutdown' in module 'threading'

2010-01-14 Thread Christopher Nelson
Christopher Nelson nadiasver...@gmail.com added the comment: I also experience this problem. However, I experience it with a version of Python 2.4 that has had http://bugs.python.org/file10154/nondaemon_thread_shutdown.diff applied. We have a custom 2.4 build that builds using MS VS 2K5.

[issue1947] Exception exceptions.AttributeError '_shutdown' in module 'threading'

2008-02-07 Thread Facundo Batista
Facundo Batista added the comment: It seems that it's more a problem related to your environment. It could be a problem in the installation, execution of the program, or even in the XP itself. In any case, you should ask for help in the python list, or in #python at irc.freenode.org.

[issue1947] Exception exceptions.AttributeError '_shutdown' in module 'threading'

2008-02-06 Thread shore.cloud
shore.cloud added the comment: hi Facundo Batista thx very much for replying this thread the affair with me is that all my thread related .py programme end with this saying '*Exception exceptions.AttributeError '_shutdown' in module 'threading'* ' I'm running in winXP,version 2.5 and I've

[issue1947] Exception exceptions.AttributeError '_shutdown' in module 'threading'

2008-02-05 Thread Facundo Batista
Facundo Batista added the comment: This is not a bug report. I've run your code, didn't see any exception, and works as expected (in linux and win2k). Please, if still happens to you, provide what are you doing to reproduce the issue, what do you expect to happen, and the system where you're

[issue1947] Exception exceptions.AttributeError '_shutdown' in module 'threading'

2008-01-27 Thread shore.cloud
New submission from shore.cloud: Exception exceptions.AttributeError: '_shutdown' in module 'threading' from 'F: \Python25\lib\threading.pyc' ignored -- files: thread1.py messages: 61742 nosy: Mr Shore severity: normal status: open title: Exception exceptions.AttributeError '_shutdown'

[issue1947] Exception exceptions.AttributeError '_shutdown' in module 'threading'

2008-01-27 Thread Christian Heimes
Christian Heimes added the comment: Next time please set type, component and version -- components: +Library (Lib) nosy: +tiran priority: - low type: - behavior versions: +Python 2.5 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1947

[issue1947] Exception exceptions.AttributeError '_shutdown' in module 'threading'

2008-01-27 Thread shore.cloud
shore.cloud added the comment: I will,sorry 2008/1/28, Christian Heimes [EMAIL PROTECTED]: Christian Heimes added the comment: Next time please set type, component and version -- components: +Library (Lib) nosy: +tiran priority: - low type: - behavior versions: +Python 2.5