Generic repositionable interpreter (Things I should do when I get a chance...)


Just killed close to an hour booting into Windows and trying to put together a py2exe'd Cinemon for the demo tonight. What I really want is just a Python interpreter that adds some sub-directory of the interpreter directory to sys.path (with .pth support) then runs the script you specified on the command line.

py2exe just does too much, you see. For true end-user executables you want what it does, but for simply creating easy-to-install Python interpreters with code, it's a bit too involved.

Anyway, going to give up on the "easy" install for today and just go over and install it on Tim's machine directly.

Comments

Comments are closed.

Pingbacks

Pingbacks are closed.