0
votes
0answers
33 views

cx_freeze can't find Module ElementC14N for my project with xml.etree.ElementTree

I am using xml.etree.ElementTree in my project and it seems cx_freeze has some troubles with it. Other modules (from python and my own) are included correctly - the application does even start from ...
1
vote
1answer
32 views

Cx_freeze error lost sys.stdin

This is a problem that has been bothering me for a while. I have looked it up, but found no answer. I have also tried figuring it out myself, but have not succeeded. Whenever I create and try to ...
4
votes
1answer
151 views

How to create a standalone executable file from Python 3 script?

I've made a program lately that uses Tkinter in Python 3.3. I would like to distribute the program as a simple executable file that does not require an installation. I've had a lot of experience using ...
0
votes
0answers
73 views

cx_freeze and scipy: “ImportError: cannot import name vode”

i am trying to create an executable from my python script. My script runs fine, but after freezing it, starting the .exe gives me the following error: ...
0
votes
0answers
77 views

Why will .exe created with cx_freeze not run? It tells me: python33.dll is not found

I have successfully frozen my Python 3.3 application using cx_Freeze into an .exe and it runs fine until I move the enclosing folder which contains image files and suchlike to another folder or try on ...
0
votes
0answers
102 views

MSVCR100.dll, 0xc000007b Python cx_freeze

I finished my first program! I'm having trouble making a binary using Python 3 and cx_freeze. The binary runs on my computer, but on another computer I'm testing it on, I get the message "Can't find ...
0
votes
2answers
90 views

Can't run Pygame script that plays a OGG file compiled through cx_Freeze

When I compile the following script: # play.py import os, re import pygame.mixer pygame.mixer.init(11025) pygame.mixer.music.load('song.ogg') pygame.mixer.music.play(-1) os.system("PAUSE") Using ...
-1
votes
1answer
207 views

Creating an actual, executable program from Python code

I very recently wrote a program for a friend where it simplifies some important daily calculations for him/her. Now, the problem I am having is that I want to compile the code into an executable ...
0
votes
1answer
130 views

cx_Freeze won't work with pygame (already tried “import pygame._view”)

I'm trying to use the following setup.py: from cx_Freeze import setup, Executable exe = Executable( script="stars.pyw", ) setup( executables = [exe] ) To build the following Pygame ...
1
vote
0answers
44 views

How do I build cx_freeze from source?

I tried to install cx_freeze on my computer (windows) with an msi, but the installation kept failing saying something like "one or more needed files could not be found." Because installing from a ...
0
votes
0answers
30 views

The cx_freeze installer repeatedly fails on me

I wanted to compile one of my smaller projects, so I went ahead and downloaded cx_freeze from the official website. I ran the installer, and told it that I wanted to install for all users, and upon ...
0
votes
0answers
97 views

Installing cx_Freeze in Linux

I am installing cx_Freeze in Linux but it doesn't work: [root@STATE lib]# rpm -ivh /root/cx_Freeze-4.3.1-py33-1.i386.rpm Preparing... ########################################### [100%] ...
0
votes
1answer
103 views

Python 3.2: cx_freeze compiles my program, but in debug mode

I'm making a game with Python 3.2 and Pygame. I've successfully managed to use cx_freeze to bundle everything into an executable, and it runs. Fine. The only problem is, even when I pass the -OO ...
0
votes
1answer
129 views

How to use cx_freeze in Windows to create a package to be used in Linux

I am using Python31 and cx_freeze to create executables on Windows machine. The executables work perfectly on all Windows systems. But they do not run on Linux. What changes should I do in my setup.py ...
0
votes
0answers
246 views

How do I create an all in one exe file from cx_freeze (or installer) from python 3.3

I have made a GUI python script that I would like to share with my coworkers to improve productivity. I need a way to include everything in one file/directory for them to use. I tried the standard ...
0
votes
1answer
77 views

import hashlib - cxFreeze

I wrote a programm which uses cxFreeze but if I try to compile it with cxFreeze I get the error: Missing modules: ? _md5 imported from hashlib ? _sha1 imported from hashlib ? _sha256 ...
0
votes
3answers
107 views

After using cx_freeze I get exception _imaging c module is not installed

I use Python 3 and unofficial PIL module. My code works fine. But after using cx_freeze I get exception "_imaging c module is not installed". What can I do with this problem? All solutions that I ...
1
vote
2answers
544 views

Unable to create and run standalone executable for python script using cx_freeze

I have 2 python scripts inside my c:\Python32 1)Tima_guess.py which looks like this: #Author:Roshan Mehta #Date :9th October 2012 import random,time,sys ghost =''' 0000 0 000---- 00000-----0-0 ...
0
votes
2answers
261 views

cx_freeze QtWebKit import error

My cx_freeze build was working correctly until I added one QWebView element into window. This means I should import QtWebKit, right? On Linux everything works perfectly. On Windows, if I run main.py ...
1
vote
1answer
215 views

cx_freeze copies dll from wrong location

I'm using cx_freeze to generate an exe for a simple PyQt application with python 3.2 x86 under 64bit Windows. The problem is that while cx_freeze copies all the dependencies perfectly fine together, ...
1
vote
1answer
52 views

Console input not evaluating correctly with python script built into an exe with cx_freeze

I have a script consisting of 3 files and 2 packages. When I run the script in IDLE or via the command line, it executes perfectly. I used cx_freeze to convert the program to an executable, and it ...
0
votes
1answer
274 views

Using EasyGui With Cx_Freeze

I've created this question relative to my other one - How to include modules in Cx_freeze, but decided that wasn't really realtive to my current question. When i freeze my program, which uses ...
0
votes
1answer
704 views

Change Icon For a Cx_freeze script

i was just wondering if it's possible to change the program icon for a cx_freeze script, i've looked around but i couldn't find anything. Any help would Be Great! Joseph
0
votes
1answer
606 views

Cx_Freeze executable doesn't work with pygame

I am having trouble with creating an executable for my python program with cx_freeze.I am on windows (XP) and my program uses Tkinter, Pygame (and random) and is coded in python 3.2. I have tried ...
0
votes
1answer
103 views

cmd full screen

I was wondering if it is possible to have a python exe made with cxfreeze open in cmd full screen by default? Thanks for any help.
2
votes
1answer
509 views

cx_Freeze error: 'str' object has no attribute '__cause__'

I'm trying to freeze my Python3.2 project and get the following error after running the resulting executable: Exception raised when calling format_exception. 'str' object has no attribute ...
2
votes
2answers
818 views

Problems compiling python3 & pyqt4 with cx_freeze

I am trying to compile a simple script I wrote using Python3 and PyQt4 using cx_Freeze, but I've got three problems that I just can't figure out. I cannot get the icons to appear. I am using a ...
0
votes
1answer
390 views

exe created using cx_freeze not working properly

use=input('what do you wanna do \n1.press w to create a new file\n2.press r to read a file:\n') if use=='r': read() elif use=='w': write() else : print('OOPS! you enter a wrong ...
1
vote
1answer
743 views

Cx_Freeze DLL load failed

I have been trying to use cx_freeze for some time now, and yet the same error always occurs import cx_Freeze.util ImportError: DLL load failed: %1 is not a valid win32 application I have tried ...
0
votes
2answers
476 views

Python, PySerial and cx-freeze

Trying to learn cx-freeze. I have a python program that I am trying freeze to exe. I use PySerial and no matter how I try to include win32 nothing seems to help. I use Python 3.2 and win7. I have ...
3
votes
1answer
554 views

Distributing python on Mac, Linux, and Windows using cx_freeze: can I generate all apps from one platform?

I'm setting up a scripted build of a cross-platform python app (Python 3) and I'd like to create all the distributables from linux. Is that possible?
7
votes
2answers
805 views

Python 3 project into exe?

I've made my first Python program, using Python 3.2. Now I'm trying to figure out how to make it an executable. I pretty much only need it for Windows only. I've searched as much as possible and ...
1
vote
1answer
1k views

Pygame - Compiling to exe with Cx_Freeze

I'm trying to convert my pygame game to exe with Cx_freeze; It works fine when I run it from a script, but when I run it as an exe, it crashes with a: Traceback (most recent call last): File ...
0
votes
1answer
201 views

exe created by cx-freeze gives me a error

Log.py import logging import logging.handlers class Log: def __init__(self): FILENAME='LOG' logging.basicConfig(level=logging.INFO) root_logger = ...
1
vote
4answers
590 views

UnicodeDecodeError only with cx_freeze

I get the error: "UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 7338: ordinal not in range(128)" once I try to run the program after I freeze my script with cx_freeze. If I run ...
4
votes
3answers
825 views

Images not showing when running a frozen pyqt app on another computer

I have a PyQt4 program that I froze using cx_freeze. The problem I am having is when I make a QGraphicsPixmapItem, which it is getting its' pixmap made from a SVG file, the Item gets made no problem, ...
0
votes
1answer
688 views

Python 3 cx-Freeze install

I tried to install cx_freeze, but when I run sudo python3 setup.py build I get an error: /usr/bin/ld: cannot find -lffi collect2: ld returned 1 exit status error: command 'gcc' failed with exit ...
4
votes
5answers
1k views

Hide console window with Tkinter and cx_Freeze

I am using cx_freeze to freeze a tkinter app. When I run the exe I get a wonderfully USELESS console window along with my tkinter GUI. I would like to remove/hide this useless black window. I've ...
6
votes
1answer
994 views

python 3 tkinter cx_freeze

It amazes me that this topic hasn't been given much attention There are 3 or 4 stackoverflow threads on this topic. None have resolved the issue. I would very much like to have this answered so I'm ...
1
vote
1answer
290 views

QGraphicsPixmapItem won't appear after using cx_freeze

I am having trouble understanding why my QGraphicsPixmapItem is not showing up after I build the application using cx_freeze. Are there any known issues with that class and cx_freeze or am I missing ...
1
vote
1answer
372 views

Vista User Access Controls with cx-freeze/python script

I'm trying to build a python script and freeze it with cx-freeze but with Vista User Access Control support. As it stands my script runs fine under Server 2003/Win XP, however I need to be able to ...
2
votes
1answer
276 views

Can python3.1 scripts be freezed in mac os x using cxfreeze?

I m new to this and i need to freeze python3.1 scripts so that it can be run in other machines which does'nt have python3.1. CXFREEZE is the one which supports python 3.1 as far as i know. But i ...
5
votes
1answer
2k views

cx_Freeze ImportError: cannot import name

I'm trying create an executable for Windows for a GUI application in tkinter using the ttk module. I made an exe with cx_freeze, but when I run the app in the console it gives me the following error: ...