Re: Hyphenation module PyHyphen-0.3 released

2008-02-25 Thread thebjorn
On Feb 25, 3:56 am, Ivan Illarionov <[EMAIL PROTECTED]> wrote: > > I don't know if I'm just doing it wrong, or if I can't use extensions > > compiled with mingw32 with the standard distribution Python > > executable? > > I was able to install on Windows XP with mingw: > > setup.py build -c mingw32

Re: Hyphenation module PyHyphen-0.3 released

2008-02-24 Thread Ivan Illarionov
> I don't know if I'm just doing it wrong, or if I can't use extensions > compiled with mingw32 with the standard distribution Python > executable? I was able to install on Windows XP with mingw: setup.py build -c mingw32 setup.py install --skip-build It works fine with English dictionary, but h

RE: Hyphenation module PyHyphen-0.3 released

2008-02-23 Thread Ryan Ginstrom
> On Behalf Of Max Erickson > the easy way to do this might be to find(in your mingw /lib > directory) and copy or rename libmsvcr71.a and libmsvcr71d.a > into libmsvcrt.a and libmsvcrtd.a (backing up the originals > if desired). If the MingW you have installed doesn't provide > the appropriate

Re: Hyphenation module PyHyphen-0.3 released

2008-02-23 Thread Max Erickson
thebjorn <[EMAIL PROTECTED]> wrote: > Visual Studio 2003 was not found on this system. If you have > Cygwin > installed, > you can try compiling with MingW32, by passing "-c mingw32" to > setup.py. > -- bjorn You need to convince MingW to use the correct VS runtime. Cribbing from: http://

Re: Hyphenation module PyHyphen-0.3 released

2008-02-23 Thread thebjorn
On Feb 23, 8:35 pm, "Dr. leo" <[EMAIL PROTECTED]> wrote: > I am pleased to share with you the great features of the latest version. > Large parts of the sources were completely rewritten. Also, they are now > reasonably documented. > > Just go tohttp://pypi.python.org/pypi/PyHyphen/0.3 > > I was te

Hyphenation module PyHyphen-0.3 released

2008-02-23 Thread Dr. leo
I am pleased to share with you the great features of the latest version. Large parts of the sources were completely rewritten. Also, they are now reasonably documented. Just go to http://pypi.python.org/pypi/PyHyphen/0.3 I was tempted to classify it as Beta. Indeed I am not aware of any bugs, but