Re: [IronPython] codecs module in Silverlight

2009-12-15 Thread Lukas Cenovsky
Jimmy Schementi wrote: The whole browser crashes?! That shouldn't be happening; can you open a bug with a repro of that? I've created http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=25690. -- -- Lukáš ___ Users mailing list Users@li

Re: [IronPython] codecs module in Silverlight

2009-12-15 Thread Jimmy Schementi
The whole browser crashes?! That shouldn't be happening; can you open a bug with a repro of that? System.Json.dll is what I've used in silverlight, it's in the silverlight sdk. ~Jimmy Sent from my phone On Dec 15, 2009, at 2:16 AM, "Lukas Cenovsky" wrote: > Michael Foord wrote: >> On 15/

Re: [IronPython] codecs module in Silverlight

2009-12-15 Thread Michael Foord
On 15/12/2009 11:36, Lukas Cenovsky wrote: Michael Foord wrote: On 15/12/2009 10:15, Lukas Cenovsky wrote: Michael Foord wrote: On 15/12/2009 00:55, Lukas Cenovsky wrote: Hi all, I cannot import codecs module in Silverligh IronPython - it throws NameError for lookup_error method. The reason

Re: [IronPython] codecs module in Silverlight

2009-12-15 Thread Lukas Cenovsky
Michael Foord wrote: On 15/12/2009 10:15, Lukas Cenovsky wrote: Michael Foord wrote: On 15/12/2009 00:55, Lukas Cenovsky wrote: Hi all, I cannot import codecs module in Silverligh IronPython - it throws NameError for lookup_error method. The reason is this method is not in the _codecs module

Re: [IronPython] codecs module in Silverlight

2009-12-15 Thread Michael Foord
On 15/12/2009 10:15, Lukas Cenovsky wrote: Michael Foord wrote: On 15/12/2009 00:55, Lukas Cenovsky wrote: Hi all, I cannot import codecs module in Silverligh IronPython - it throws NameError for lookup_error method. The reason is this method is not in the _codecs module of Silverlight IronPy

Re: [IronPython] codecs module in Silverlight

2009-12-15 Thread Lukas Cenovsky
Michael Foord wrote: On 15/12/2009 00:55, Lukas Cenovsky wrote: Hi all, I cannot import codecs module in Silverligh IronPython - it throws NameError for lookup_error method. The reason is this method is not in the _codecs module of Silverlight IronPython: Yeah, this is a problem that prevent

Re: [IronPython] codecs module in Silverlight

2009-12-15 Thread Michael Foord
On 15/12/2009 00:55, Lukas Cenovsky wrote: Hi all, I cannot import codecs module in Silverligh IronPython - it throws NameError for lookup_error method. The reason is this method is not in the _codecs module of Silverlight IronPython: Yeah, this is a problem that prevents you using simplejs

Re: [IronPython] codecs module in Silverlight

2009-12-14 Thread Dino Viehland
ists.ironpython.com] On Behalf Of Lukas Cenovsky > Sent: Monday, December 14, 2009 4:56 PM > To: Discussion of IronPython > Subject: [IronPython] codecs module in Silverlight > > Hi all, > I cannot import codecs module in Silverligh IronPython - it throws > NameError for lookup_err

[IronPython] codecs module in Silverlight

2009-12-14 Thread Lukas Cenovsky
Hi all, I cannot import codecs module in Silverligh IronPython - it throws NameError for lookup_error method. The reason is this method is not in the _codecs module of Silverlight IronPython: dir(_codecs) - Silverlight ['__doc__', '__name__', '__package__', 'ascii_decode', 'ascii_encode', 'cha