Quali sono le dipendenze esterne di un eseguibile Python?

0

Suppongo che ci sia uno strumento chiamato Py2Exe per convertire un'applicazione Python in un file eseguibile. Dato che sto usando PyQt4 anche per le applicazioni GUI, quali sono le dipendenze esterne per un tale eseguibile? Che tipo di file devo raggruppare insieme al mio programma di installazione? Esiste uno strumento di Python Setup Builder?

    
posta RPK 11.01.2011 - 23:15
fonte

1 risposta

1

link

link

link

If you do have the rights to redistribute MSVCR90.dll, there should be a copy of it in your Visual Studio install, under VC\redist\x86\Microsoft.VC90.CRT. Since Visual Studio 2008, you can't just copy this DLL file - you also need the manifest file that you'll find there.

    
risposta data 11.01.2011 - 23:43
fonte

Leggi altre domande sui tag