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
> 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
> 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
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://
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
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