EasyText v0.91b Bug Report

1 view
Skip to first unread message

Devin

unread,
Jun 3, 2011, 5:58:14 AM6/3/11
to zeta-discuss
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'

prat...@gmail.com

unread,
Jun 4, 2011, 5:26:20 AM6/4/11
to zeta-discuss
Hi Devin,

Thanks for your effort and reporting the problem. I have changed the
zip_safe flag to `False` in setup.py, I have pushed the updated
version to lp:eazytext.

Reason for failure : When importing eazytext, macros and extensions
are loaded from the installed source packages by listing the source
directory. Soon, eazytext will have more mature plugin design using
zope.interface and/or using egg-entry-point.

Regarding your other mail, will get back to you at the earliest.

Cheers,

On Jun 3, 2:58 pm, Devin <l...@t-0.be> wrote:
> Hello. Is this the right place to report bugs with easytext? I can't
> find any information on the website, andhttp://dev.discoverzeta.com/p/zwiki
> is a broken link andhttps://bugs.launchpad.net/eazytextis empty.
Reply all
Reply to author
Forward
0 new messages