[EMAIL PROTECTED] wrote:
> Has anyone run the PyEphem ephemeris application under WinXP?
> http://rhodesmill.org/brandon/projects/pyephem.html
> I have compiled it with Visual Studio 6 and it crashes Python with a
> simple
>
> >>> import ephem
> >>> ephem.date('1994/7/16')
>
> Identical code works
A quick look at the site, and following the link to
the XEphem site reveals that the Windows port
of XEphem uses Cygwin. AFAIK, that's not
compatible with the usual CPython implementation.
Again, AFAIK, you'll either have to use a Python
port compiled under Cygwin, or you'll have to
find a Windows
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A second request for help...
Has anyone run the PyEphem ephemeris application under WinXP?
http://rhodesmill.org/brandon/projects/pyephem.html
I have compiled it with Visual Studio 6 and it crashes Python with a
simple
>>> import ephem
>>> ephem.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Has anyone run the PyEphem ephemeris application under WinXP? I have
compiled it with Visual Studio 6 and it crashes Python with a simple
>>> import ephem
>>> ephem.date('1994/7/16')
Identical code works fine under Linux.
I am running ActivePyth