masroore / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

intermittent error initialising python engine #512

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start pyscripter or reinitialise python engine

What is the expected output? What do you see instead?

AttributeError: Future instance has no attribute 'thread_id'

What version of the product are you using? On what operating system?

PyScripter 2.4.1.0 on Windows XP

Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on 
win32.

Please provide any additional information below.

Original issue reported on code.google.com by zunzs...@gmail.com on 26 May 2011 at 11:44

GoogleCodeExporter commented 9 years ago
It's an annoying intermittent issue. Retrying the initialisation of the remote 
engine usually resolves it.

Here is the full stacktrace in case that helps:

Traceback (most recent call last): 
  File "<string>", line 69, in execInThread 
AttributeError: Future instance has no attribute 'thread_id' 

Original comment by zunzs...@gmail.com on 26 May 2011 at 11:48

GoogleCodeExporter commented 9 years ago
Committed a fix in version control.  Please report back if the error persists 
after a new version is released.

Original comment by pyscripter on 30 May 2011 at 7:22