Re: [Ironpython-users] debug C# IronPython app?

2015-12-16 Thread Slide
Does it work in Cpython? Does the print show both items that are in the tuple as having values? Can you show the output from running it? On Wed, Dec 16, 2015, 16:54 William Johnston wrote: > > > Here is the string that reproduces the error: > > [80 Strand, London WC2R ORL, England Penguin Irelan

Re: [Ironpython-users] debug C# IronPython app?

2015-12-16 Thread William Johnston
Here is the string that reproduces the error: [80 Strand, London WC2R ORL, England Penguin Ireland, 25 St. Stephen's Green, Dublin 2, Ireland (a division of Penguin Books Ltd) e Penguin Group (Australia), 707 Collins Street, Melbourne, Victoria 3008, Australia (a division of Pearson Australia

Re: [Ironpython-users] debug C# IronPython app?

2015-12-16 Thread William Johnston
Hello, Here is the Python code. The code works as expected most of the time. Regards, William Johnston From: Slide Sent: Wednesday, December 16, 2015 6:19 PM To: William Johnston ; [email protected] Subject: Re: [Ironpython-users] debug C# IronPython app? Can you give the code f

Re: [Ironpython-users] Build errors

2015-12-16 Thread Slide
It's been pushed. On Wed, Dec 16, 2015 at 4:17 PM Bill Tutt wrote: > Bah! Apologies for not including the project file update in the PR. :( > > Thanks for pushing the fix (when you do), Slide. > > Bill > > On Wed, Dec 16, 2015 at 2:01 PM, Slide wrote: > >> I'll update the project file and push.

Re: [Ironpython-users] debug C# IronPython app?

2015-12-16 Thread Slide
Can you give the code for the tagger method? On Wed, Dec 16, 2015 at 4:13 PM William Johnston wrote: > > Hello, > > Here it is: > > private dynamic textrazortagger = runtime.UseFile(@"E:\Users\William > Johnston\Documents\Visual Studio 2010\Projects\Visual Studio > Projects\TextRazor\pos.py"); >

Re: [Ironpython-users] Build errors

2015-12-16 Thread Bill Tutt
Bah! Apologies for not including the project file update in the PR. :( Thanks for pushing the fix (when you do), Slide. Bill On Wed, Dec 16, 2015 at 2:01 PM, Slide wrote: > I'll update the project file and push. > > On Wed, Dec 16, 2015, 12:01 Jeff Hardy wrote: > >> Probably a side effect of

Re: [Ironpython-users] debug C# IronPython app?

2015-12-16 Thread William Johnston
Hello, Here it is: private dynamic textrazortagger = runtime.UseFile(@"E:\Users\William Johnston\Documents\Visual Studio 2010\Projects\Visual Studio Projects\TextRazor\pos.py"); Sincerely, William Johnston From: Slide Sent: Wednesday, December 16, 2015 5:37 PM To: William Johnston ; ironp

Re: [Ironpython-users] debug C# IronPython app?

2015-12-16 Thread Slide
Forgive my ignorance, but what is textrazortagger? On Wed, Dec 16, 2015 at 2:23 PM William Johnston wrote: > > Hello, > > Here is my code: > > public List TextRazorTagger(string str) > { > List ret = new List(); > > try > { > IronPython.Runtime.List results = textrazortagger.

Re: [Ironpython-users] debug C# IronPython app?

2015-12-16 Thread William Johnston
Hello, Here is my code: public List TextRazorTagger(string str) { List ret = new List(); try { IronPython.Runtime.List results = textrazortagger.tagger(str); foreach (IronPython.Runtime.PythonTuple tuple in results) { string strWord = (string)tup

Re: [Ironpython-users] Build errors

2015-12-16 Thread Slide
I'll update the project file and push. On Wed, Dec 16, 2015, 12:01 Jeff Hardy wrote: > Probably a side effect of https://github.com/IronLanguages/main/pull/1254, > which added the file but not to the project (which I missed on CR - d'oh). > > - Jeff > On Tue, Dec 15, 2015 at 7:37 PM, Slide wrot

Re: [Ironpython-users] Build errors

2015-12-16 Thread Jeff Hardy
Probably a side effect of https://github.com/IronLanguages/main/pull/1254, which added the file but not to the project (which I missed on CR - d'oh). - Jeff On Tue, Dec 15, 2015 at 7:37 PM, Slide wrote: > I've been getting the following build errors on clean clones from Git on > both Windows an