Paketname | cx-freeze |
Beschreibung | create standalone executables from Python scripts |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 4.0.1-0ubuntu3 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 408 Byte |
Hängt ab von | libc6 (>= 2.4), libpython2.6 (>= 2.6), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), |
Empfohlene Pakete | |
Paketbetreuer | Siegfried-Angel Gevatter Pujals |
Quelle | |
Paketgröße | 50578 Byte |
Prüfsumme MD5 | 612d10a41fb32a5809b8a32eaa2a0d69 |
Prüfsumme SHA1 | 8bdd76dd4347f97c964324964b0c6362caf60984 |
Prüfsumme SHA256 | 5b7831c5220b3ad3c89beea24a15d5ebf7ac0da990b852992ddfd70697771308 |
Link zum Herunterladen | cx-freeze_4.0.1-0ubuntu3_i386.deb |
Ausführliche Beschreibung | cx_Freeze is an application which allows you to freeze Python code into
executable files, in a way similar to how py2exe and py2app work.
.
There are three different ways how you can use cx_Freeze:
* Use the included cxfreeze command which works well for simple scripts.
* Create a distutils setup script which can be used for more complicated
configurations or to retain the configuration for future use.
* Work directly with the classes and modules used internally by cx_Freeze;
this should be reserved for complicated scripts, extending or embedding.
|