Hello. Is this the right place to report bugs with easytext? I can't
find any information on the website, and
http://dev.discoverzeta.com/p/zwiki
is a broken link and
https://bugs.launchpad.net/eazytext is empty.
Anyway, when easytext is installed as a zipped egg, it cannot be
imported. You should set the zip_safe flag in setup.py.
3> from eazytext.parser import ETParser
---------------------------------------------------------------------------
OSError Traceback (most recent call
last)
/Users/dbayer/<ipython-input-3-30a5c233ff15> in <module>()
----> 1 from eazytext.parser import ETParser
/Library/Python/2.6/site-packages/eazytext-0.91b-py2.6.egg/eazytext/
parser.py in <module>()
/Library/Python/2.6/site-packages/eazytext-0.91b-py2.6.egg/eazytext/
ast.py in <module>()
23
24
---> 25 :copyright: Copyright 2008 by Armin Ronacher.
26 :license: Python License.
27 """
/Library/Python/2.6/site-packages/eazytext-0.91b-py2.6.egg/eazytext/
macro/__init__.py in <module>()
/Library/Python/2.6/site-packages/eazytext-0.91b-py2.6.egg/eazytext/
macro/__init__.py in loadmacros(dirname)
OSError: [Errno 20] Not a directory: '/Library/Python/2.6/site-
packages/eazytext-0.91b-py2.6.egg/eazytext/macro'