| Summary: | Не хватает библиотеки greenlet | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Michael A. Kangin <prividen> |
| Component: | python-module-gevent | Assignee: | Vitaly Lipatov <lav> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | antohami, cas, cow, darktemplar, evg, george, grenka, imz, lav, mithraen, nbr, qa_viy, real.altlinux.org, rider, sem, shaba, sin, slev, vitty, viy |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
python-module-greenlet-0.3.1-alt1.hg20100606 -> sisyphus: * Tue Jun 22 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux> 0.3.1-alt1.hg20100606 - Initial build for Sisyphus (ALT #23646) (В ответ на комментарий №1)
> python-module-greenlet-0.3.1-alt1.hg20100606 -> sisyphus:
>
> * Tue Jun 22 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux>
> 0.3.1-alt1.hg20100606
> - Initial build for Sisyphus (ALT #23646)
А по зависимостям автоустановится для python-module-gevent?
> А по зависимостям автоустановится для python-module-gevent?
Для нового (0.13.0) установится.
|
File "/usr/lib/python2.6/site-packages/gevent/__init__.py", line 33, in <module> from gevent.greenlet import Greenlet, joinall, killall File "/usr/lib/python2.6/site-packages/gevent/greenlet.py", line 6, in <module> from gevent.hub import greenlet, getcurrent, get_hub, GreenletExit, Waiter, kill File "/usr/lib/python2.6/site-packages/gevent/hub.py", line 28, in <module> raise ImportError('gevent requires greenlet library: http://pypi.python.org/pypi/greenlet/')