Fabio (naif) Pietrosanti

Results 148 comments of Fabio (naif) Pietrosanti

It could be also super to make an Asterisk module that use fisher-modem in place of https://github.com/proquar/asterisk-Softmodem

> Probably at some time the initial download was over HTTP, but if you go to videolan.org now it'll always point you to a HTTPS mirror. In practice people download...

It was designed to be a different project with it's own structure on it's own repository. Then we had to write a proposal specific for APAF, and so it became...

Maybe there's also a bug related to the persistance of the TorHS key, right?

It seems a non easy issue for py2exe: - http://comments.gmane.org/gmane.comp.python.py2exe/4320 - http://stackoverflow.com/questions/7198431/outputed-py2exe-exe-wont-run-only-when-signed-importerror - http://stackoverflow.com/questions/9586796/digitally-signing-a-cxfreeze-windows-executable

As noted by Rigel, this ticket may conflict with #21 and it may require some serious hacking to avoid the issues of timestamp variation applied by signing process.

Pyinstaller support Digital Signature of .exe generated http://www.pyinstaller.org/wiki/Features/WindowsCodeSigning

Whenever it would be required to edit Windows PE32 files to "fix" some headers there is a nice python library called pefile http://code.google.com/p/pefile/ . However it maybe better to patch...