I came across this page today.
http://osmag.jp/magazine/2007/200701.html
The page title, "オープンソースマガジン 2007/1", would translate to "Open Source
Magazine 2007/1". It seems to have a section titled "特別企画", or
"Special program", which includes an article:
.NETも使えるWindowsの新しいPython環境
Visual StudioとIro
Mark Rees wrote:
> I have a simple IronPython script that will compile an IronPython
> executable
> with multiple source files
>
> http://hex-dump.googlecode.com/svn/trunk/ironpython-gdata-tutorial/tut03/makeexe.py
>
>
>
> and to handle the "if __name__ == '__main__':" idom you just need to c
I've had a play with makeexe.py, it's very nice.
You can compile multiple Python files (including imports) into a single
executable.
The difficulty we had was with maintaining our package structure. We
want import semantics like 'from Main.Something import Something', which
didn't seem to wor