README.txt 467 Bytes
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1 2 3 4 5 6 7 8
invokepython
============

This is workaround wrapper generator for python, which allows to generate
fully stuffed with eggs interpreter.

Generated wrapper behaves like original python binary, accepting all arguments.
It executes original python with replacing self process.
9 10 11 12 13 14 15 16

Known issues
------------

Because of being another interpreter in chain of invocation of interpreters it
can suffer of shebang limitations.

http://www.in-ulm.de/~mascheck/various/shebang/