On Wed, Jul 25, 2012 at 8:10 AM, Patrick Maher <
pat...@maher1.net> wrote:
> Today I downloaded the install program pyenchant-1.6.5.win32.exe.
the "win32" in there is not an accident -- this is a binary built for
a 32 bit python -- it's not going to work with a 64 bit python.
Period.
> When I ran
> it I got the message: "No Python installation found in the registry" But
> there is a Python installation there.
It'd be nice to ahve a better message, but what that mean is "no
compatible Pyhton installation..."
> I've been using Python every day for a
> couple of years and windows knows how to run files with a .py extension.
I'm assuming this is 64 bit Python? If it's 32 bit, then you do have a
a problem. Which installer did you use to install Python?
> From another posting, it appears that PyEnchant might not run with 64-bit
> Python anyway, but I couldn't even get as far as installing it,
> unfortunately.
if it's not going to work, no point in installing it.
If there is no binary available, then your options are to:
1) build a 64 bit version.
2) Run 32 bit Python instead -- 32 bit Python works just fine on 64
bit Windows, and I'm pretty sure the only downside is that it's
restricted to 32 bit addressable memory -- i.e. 2GB ? Most programs
don't need more than 2GB of memory anyway (though some do, of
course...)
PyEnchant required enchant, which itself requires a spell-checker --
so building a 64 bit version is less than trivial, unfortunately.
HTH,
-Chris
> Patrick
>
> --
> You received this message because you are subscribed to the Google Groups
> "pyenchant users" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/pyenchant-users/-/qTiCja1QLT0J.
> To post to this group, send email to
pyencha...@googlegroups.com.
> To unsubscribe from this group, send email to
>
pyenchant-use...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/pyenchant-users?hl=en.
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R
(206) 526-6959 voice
7600 Sand Point Way NE
(206) 526-6329 fax
Seattle, WA 98115
(206) 526-6317 main reception
Chris....@noaa.gov