Re: [Ironpython-users] [resolved] Ironpython works with Framework 4 all or framework client profile ?

2013-01-16 Thread bruno gallart
bly: TargetFramework(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")] rather than [assembly: TargetFramework(".NETFramework,Version=v4.0,Profile=Client", FrameworkDisplayName = ".NET Framework 4 Client Profile")] On Wed, Jan 16,

Re: [Ironpython-users] [resolved] Ironpython works with Framework 4 all or framework client profile ?

2013-01-16 Thread bruno gallart
bly: TargetFramework(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")] rather than [assembly: TargetFramework(".NETFramework,Version=v4.0,Profile=Client", FrameworkDisplayName = ".NET Framework 4 Client Profile")] On Wed, Jan 16,

Re: [Ironpython-users] Ironpython works with Framework 4 all or framework client profile ?

2013-01-16 Thread bruno gallart
ms and NHunspell need the full Framework 4.0 but maybe the "Microsoft.Office.Interop.Word". Am I right ? Bruno Le 16/01/2013 17:27, Markus Schaber a écrit : Hi, Bruno, Von: bruno gallart My question is in the title. I should like to be sure. I did a program and I want to install

[Ironpython-users] Ironpython works with Framework 4 all or framework client profile ?

2013-01-16 Thread bruno gallart
Hi all, My question is in the title. I should like to be sure. I did a program and I want to install it on another pc that have not framework 4.0 installed. If I install Framework 4.0 client profile (smaller) my program does not work. If I install the Framework full, it works. Conclusion : I

[Ironpython-users] [Resolved ]Re: [Newbee] - Ironpython and .Net - Problem of encoding accented characters

2013-01-04 Thread bruno gallart
he elements of the range; the last element is (b-1). So I think you will have to use either range(0, nbrMots)# 0 .. or range(1, nbrMots + 1)# 1 .. Good luck. Peter Am 03.01.2013 23:38, schrieb bruno gallart: Hi, First, I wish you a Good Year and a Good Health.

[Ironpython-users] [Newbee] - Ironpython and .Net - Problem of encoding accented characters

2013-01-03 Thread bruno gallart
Hi, First, I wish you a Good Year and a Good Health. For me I begin the year with a little stupid encoding's problem : I am doing a spellchecker with the Hunspell ' library for .Net -- > Nhunspell for a language of south of Europe with many accented characters. The spellchecker works fine wit

Re: [Ironpython-users] [Newbee ironpython and WinForms] Problem of encodage with a ListBox (Winforms) - accented characters

2012-12-23 Thread bruno gallart
all the ironpython's users. Best wishes, Bruno Le 21/12/2012 19:10, bruno gallart a écrit : Hi, I am doing a spellchecker with the Hunspell ' library for .Net -- > Nhunspell for a language of south of Europe (WinForms). My program runs well, it checks a Word's document, gi

[Ironpython-users] [Newbee ironpython and WinForms] Problem of encodage with a ListBox (Winforms) - accented characters

2012-12-21 Thread bruno gallart
Hi, I am doing a spellchecker with the Hunspell ' library for .Net -- > Nhunspell for a language of south of Europe (WinForms). My program runs well, it checks a Word's document, gives all the wrong words etc... With a button I pass all the wrong words and for every word, it gives me, in a

[Ironpython-users] Newbee in .Net - IronPython with Word - Sharpdevelop

2012-12-16 Thread bruno gallart
Hi all, :-) First, felicitations for this python's implementation. It is great ! A really pleasure ! 8-) I did a program to spell the Word's documents with Hunspell's library for .Net .. NHunspell. The program works well in the case where the user gives the path and the name of the Word's D

[Ironpython-users] Build an application with VisualStudio and IronPython

2012-07-27 Thread bruno gallart
Hi all, I try to understand the development with IronPython in VisualStudio 2010 and I think that i have not understand the build's method. I make one little application with IronPython and WinForms but i don't know the way how to do binaries like VisualBasic . With VisualBasic inVisualStudi