Opened 12 years ago
Last modified 6 years ago
#9167 closed defect
cygwin: importing sage.libs.ecl yields a "no such process" error — at Initial Version
Reported by: | was | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-5.7 |
Component: | porting: Cygwin | Keywords: | cygwin spkg ecl |
Cc: | mhansen, dimpase, jpflori, jdemeyer | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | Reported upstream. No feedback yet. | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Though the C-library interface to ecl builds on cygwin, it does not work at all. All tests fail:
sage: import sage.libs.ecl --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/wstein/sage-4.4.3/<ipython console> in <module>() ImportError: No such process sage:
Note: See
TracTickets for help on using
tickets.