cx-freeze 4.0.1-0ubuntu4 source package in Ubuntu

Changelog

cx-freeze (4.0.1-0ubuntu4) natty; urgency=low

  * Rebuild to add support for python 2.7.
 -- Matthias Klose <email address hidden>   Thu, 02 Dec 2010 23:59:14 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Natty
Original maintainer:
Siegfried Gevatter
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cx-freeze_4.0.1.orig.tar.gz 43.8 KiB 6809d797db71f498fe2d49f4b020a52ee22f3b04896b1c433e2e80495e3c1fc4
cx-freeze_4.0.1-0ubuntu4.diff.gz 4.5 KiB 37858bd4cf41a673fb72d73d1d4308f13af851f38f97411f2a231ffcbb4572c7
cx-freeze_4.0.1-0ubuntu4.dsc 1.1 KiB 9c3e25294cf5c54fe19ecf2d786ae7b45ee3f1d021ca29417d951f17deabb897

Available diffs

View changes file

Binary packages built by this source

cx-freeze: create standalone executables from Python scripts

 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.