1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 <2013> 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 <2013> 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 |
<== Date ==> | <== Thread ==> |
---|
Subject: | (epics-python) Cothread egg installation |
From: | Emmanuel Mayssat <[email protected]> |
To: | "[email protected]" <[email protected]>, "[email protected]" <[email protected]> |
Date: | Mon, 4 Feb 2013 18:06:43 -0800 |
Michael,
I am in the middle of the installation of the epics4 masarService (python based Save Compare Restore) Cothread is a dependency. After downloading 2-8, I ran sudo python setup install Everything seems to run smoothly Thereafter to test the installation, I do $ python Python 2.7.3 (default, Jul 24 2012, 11:41:40) [GCC 4.6.3 20120306 (Red Hat 4.6.3-2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from cothread.utils import * Traceback (most recent call last): File "<stdin>", line 1, in <module> File "cothread/__init__.py", line 41, in <module> from . import cothread File "cothread/cothread.py", line 79, in <module> from . import _coroutine ImportError: cannot import name _coroutine What is going on? Regards, -- Emmanuel Lyncean Technologies Palo Alto, CA |