[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[eLyXer-users] Coalesce (was Re: Advice for another LyX-oriented project
From: |
Alex Fernandez |
Subject: |
[eLyXer-users] Coalesce (was Re: Advice for another LyX-oriented project) |
Date: |
Sun, 18 Apr 2010 12:02:40 +0200 |
On Tue, Apr 13, 2010 at 8:55 PM, Jack Desert <address@hidden> wrote:
> Your update works fine, and it's cleaner too. So it made it easier for me to
> implement the next piece of coalesce.py that I've been working on. That is,
> to allow imports such as:
> from socket import gaierror
>
> I have attached a patch that allows your latest patch to work with the above.
> The only side effect for me is that the following messages show up when I run
> coalesce.py:
>
> * Missing file socket.py
> * Missing file wordpresslib.py
> * Missing file exceptions.py
> * Missing file socket.py
>
> Corresponding to each of the imports I have made:
>
> from socket import gaierror
> from wordpresslib import WordPressException
> from exceptions import IndexError
>
> Other than that it works well.
Patch accepted; I've tested it and it works well. Could you check that
the latest git repository works for you?
Thanks,
Alex.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [eLyXer-users] Coalesce (was Re: Advice for another LyX-oriented project),
Alex Fernandez <=