Re: Intra-package C extensions with freeze.py

2010-02-24 Thread mk
On 2010-01-13 20:52, Pascal Chambon wrote: I've managed to solve that by manually "monkey patching" sys.modules, before fusemodule's actual import. But this looks like an unsatisfying solution, to me. Geez.. Does anyone have a clue about how to freeze a python program cleanly, in case such i

Intra-package C extensions with freeze.py

2010-01-13 Thread Pascal Chambon
Hello everyone Some times ago, I've had unexpected problems while trying to freeze some scripts into a standalone executable with the "freeze.py" script. I had already done it : normally, you simply freeze pure python modules into a standalone executable, you package it along with python extens