Re: PyEphem on Win32 -- 2nd try

2005-02-24 Thread drobinow
[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

Re: PyEphem on Win32 -- 2nd try

2005-02-23 Thread John Roth
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

PyEphem on Win32 -- 2nd try

2005-02-23 Thread Flory
-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.

PyEphem on Win32

2005-02-20 Thread David Flory
-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