XCL | 5 May 2012 20:14
Picon

Internal console callback error: KeyError: 92950864

Hi,

I just installed python(x,y) on a Windows 7 32-bit machine to see what
Python has to offer (I'm both a Python noob and a Spyder noob). I
downloaded this package: Python(x,y)-2.7.2.2.exe, and installed using
the "Recommended" option. I'm using a non-administrative account but
ran the installer as admin.

I started writing a small program to recursively list directory
contents. The program runs properly but the Internal console reports a
stream of error messages that look like this:

File "C:\Python27\lib\site-packages\spyderlib\widgets\editor.py", line
228, in update_queue
    end_callback = self.end_callbacks.pop(id(thread))
KeyError: 92950864

So far I have not been able to find this error code in the
documentation. I'm probably not looking in the right place.
Any suggestions?

Thanks!

--

-- 
You received this message because you are subscribed to the Google Groups "python(x,y)" group.
To post to this group, send email to pythonxy@...
To unsubscribe from this group, send email to pythonxy+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/pythonxy?hl=en.

(Continue reading)

Pierre Raybaut | 5 May 2012 20:37
Picon
Gravatar

Re: Internal console callback error: KeyError: 92950864

Hi,

Thanks for the feedback!

Actually this is apparently a bug related to Spyder itself.
I've created a new Issue (bug report) for you on Spyder's website:
http://code.google.com/p/spyderlib/issues/detail?id=1016
We may continue this discussion over there.

Next time you may either post a message here:
http://groups.google.com/group/spyderlib
or create a new Issue there:
http://code.google.com/p/spyderlib/issues/list

Cheers,
Pierre

On May 5, 8:14 pm, XCL <x.colonnadel...@...> wrote:
> Hi,
>
> I just installed python(x,y) on a Windows 7 32-bit machine to see what
> Python has to offer (I'm both a Python noob and a Spyder noob). I
> downloaded this package: Python(x,y)-2.7.2.2.exe, and installed using
> the "Recommended" option. I'm using a non-administrative account but
> ran the installer as admin.
>
> I started writing a small program to recursively list directory
> contents. The program runs properly but the Internal console reports a
> stream of error messages that look like this:
>
(Continue reading)

XCL | 6 May 2012 02:02
Picon

Re: Internal console callback error: KeyError: 92950864

OK. I wasn't sure if it was a bug or user error. I'll follow up on the
bug report thread.

On May 5, 2:37 pm, Pierre Raybaut <pierre.rayb...@...> wrote:
> Hi,
>
> Thanks for the feedback!
>
> Actually this is apparently a bug related to Spyder itself.
> I've created a new Issue (bug report) for you on Spyder's website:http://code.google.com/p/spyderlib/issues/detail?id=1016
> We may continue this discussion over there.
>
> Next time you may either post a message here:http://groups.google.com/group/spyderlib
> or create a new Issue there:http://code.google.com/p/spyderlib/issues/list
>
> Cheers,
> Pierre
>
> On May 5, 8:14 pm, XCL <x.colonnadel...@...> wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > I just installed python(x,y) on a Windows 7 32-bit machine to see what
> > Python has to offer (I'm both a Python noob and a Spyder noob). I
(Continue reading)


Gmane