Hi Uwe,

On Fri, May 1, 2009 at 9:30 PM, Uwe Stöhr <uwesto...@web.de> wrote:
> The problem is that I have to give it a file extension to make Python
> recognize it. When I do this also the problem I had with missing includes
> disappears.

Good to know. I thought it was cute to remove the extension but
apparently this is causing problems. I will change this so that the
main executable file is "elyxer.py", and the main source code file is
e.g. "main.py".

Let me explain a bit how it works. The code resides in a few source
files distributed in packages. Since Python is often unable to find
those packages, before distribution all source code is coalesced into
a single file, which is then made executable. This eases distribution
pains (since a single file contains everything) and at the same time
allows for development in a modular fashion.

Thanks,

Alex.

Reply via email to