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,
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,
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
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
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.
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
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
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
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
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
10 matches
Mail list logo