PDA

View Full Version : A Python "cx_freeze" question.



Somenoob
July 10th, 2006, 07:15 AM
cx_freeze is a program for turning Python files into executable files.

Webpage -> http://www.cxtools.net/default.aspx?nav=cxfrlb

The official freeze program that ships with python requires a C compiler among other requirements to work correctly, and is quite complicated to use i've heard.

cx_freeze includes all this required data for this fuction, but i'm having problems installing it, i have tried both the binary and source installation, it states that it needs things that i'm pretty sure that i already have stored on my hard drive.

Question for those with experience of it: how did you install it?

Xanadu
July 31st, 2007, 09:09 PM
I found that installing python-dev package did the trick.

x-D
August 11th, 2011, 12:06 PM
I found that installing python-dev package did the trick.

Sorry to bring up an old topic, but installing it via Ubuntu Software Centre works perfectly for me! :)

:guitar: