PyEphem on Win32 -- 2nd try

John Roth newsgroups at jhrothjr.com
Wed Feb 23 13:48:54 EST 2005


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 port compiled with VS 6 or
higher.

Someone who knows more about those
issues will have to take it from here.

John Roth


<Flory at fdu.edu> wrote in message 
news:mailman.2972.1109178865.22381.python-list at python.org...
>
> -----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.date('1994/7/16')
>
> Identical code works fine under Linux. I suspect that the problem has
> to do with a parser built into the c shell for the c code that the
> app wraps around.  However, I am not good enough at c to spot the
> error.
>
> I am running ActivePython 2.3.5 Build 236 on a WinXP SP2 system with
> Visual Studio 6 patched to sp6.
>
> I would appreciate either help from a c guru who knows how to wrap
> python around c or a pointer to another list where experts might
> reside.
> - -------------------------------------------
> Cheers, David Flory
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 8.1
>
> iQA/AwUBQhy551e2/rcN3lp8EQIu2gCfRyDmSCtiP4uB2qKMtIvjcOOsNUkAn1FD
> rir+BKqfDqZ0P+lKcwfgdQPu
> =5+at
> -----END PGP SIGNATURE-----
> 




More information about the Python-list mailing list