Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by toneewa I cleaned up the code some more. Removed some things that were not being used. I ran into a couple problems which caused the freeze you mentioned. It was memory heap space and array allocating. E.g., if x or y becomes negative, and also infinite recursion. I added a x/y coordinate display for a ball, and tinkered with the placement of the … Re: ?????py2exe 3.0???? Programming Software Development by wolfeater017 cx-freeze 3.1 will work with python 3.0 right cx-freeze V4.1 problem on Ubuntu Jaunty, Python 2.6 Programming Software Development by JustAnotherJoe …85, in __init__ self._VerifyConfiguration() File "/root/cx_Freeze-4.1/cx_Freeze/freezer.py", line 325, in _VerifyConfiguration self.…_GetInitScriptFileName() File "/root/cx_Freeze-4.1/cx_Freeze/freezer.py", line 246, in _GetInitScriptFileName raise ConfigError… Re: cx-freeze V4.1 problem on Ubuntu Jaunty, Python 2.6 Programming Software Development by JustAnotherJoe …;1000926]My first question would be how did u install cx_freeze? That is for converting a python script to a windows… Linux?? I wonder why u would do that. From the cx_freeze download site, it gives me a windows installer, so I… PyQt4 Application Loses Icon After cx-freeze Programming Software Development by Vertana … help would be appreciated. The setup script is: [CODE]from cx_Freeze import setup, Executable import sys include_files = [("icons","… Re: cx_freeze: ImportError: no module named 're' Programming Software Development by wrathofmobius …running build_exe copying C:\Python33\lib\site-packages\cx_Freeze\bases\Console.exe -> build\exe.… m cx_Freeze__init__ C:\Python33\lib\site-packages\cx_Freeze\initscripts\ Console3.py m datetime m dummy_threading…): File "C:\Python33\lib\site-packages\cx_Freeze\initscripts\Console3.py", line 2 7, … cxfreeze error on Ubuntu 64 bit Programming Software Development by ania_p …(parentName, deferredImports) File "/usr/lib/pymodules/python2.7/cx_Freeze/finder.py", line 246, in _InternalImportModule parentModule) File …(parentName, deferredImports) File "/usr/lib/pymodules/python2.7/cx_Freeze/finder.py", line 246, in _InternalImportModule parentModule) File … Re: Converting Python VERSION 3 scripts to .exe Programming Software Development by snippsat Look like cx-freeze has come out with a version for python 3. [url]http://cx-freeze.sourceforge.net/[/url] Or just use python 2.x and python 3., there is no point just to use python 3.x for now. I will not stay for python 2.x til most of the 3 party modules i use a lot is rewritten for python 2.x eksp:wxpython, p2exe. I have python 2.5.4 … Re: Problems going from py3 to py2 (urlfetching stuff) Programming Software Development by jcao219 I think cx_Freeze supports python 3.0 [URL="http://cx-freeze.sourceforge.net/"]http://cx-freeze.sourceforge.net/[/URL] Re: ?????py2exe 3.0???? Programming Software Development by vegaseat Rumor has it that further development of py2exe has stopped. Use cx-freeze instead: [url]http://cx-freeze.sourceforge.net/[/url] Re: Starting Python Programming Software Development by vegaseat …;99Bottles", version = "1.0", description = "console cx_Freeze script", executables = [Executable(filename)]) [/code]If you have a… = "Calculator2", version = "1.0", description = "cx_Freeze Tkinter script", executables = [Executable(filename, base=base)]) [/code]This… Re: py2exe/py2app and docx don't work together Programming Software Development by memomk i dnt kno where the problem is but if you want make py files to exe u could try [cx freeze](cx-freeze.sourceforge.net/) Re: Converting Python VERSION 3 scripts to .exe Programming Software Development by vegaseat [QUOTE=AutoPython;1030006]I can't find a compiler to compile version 3 Python scripts to .exe. All the compilers I see are all for Python 2.[/QUOTE]Just a clarification: The software you are talking about does not compile, but forms a packet of your compiled byte code, all the needed modules, and the Python interpreter. All this is wrapped into an… Re: ?????py2exe 3.0???? Programming Software Development by vegaseat [QUOTE=wolfeater017;1273575]cx-freeze 3.1 will work with python 3.0 right[/QUOTE] The binary installer might not work with the older Python version. Worth trying it. It is looking for Python31 on Windows. Version 4.1 offers an installer for Python30 on the same web site. Re: ?????py2exe 3.0???? Programming Software Development by jcao219 [QUOTE=wolfeater017;1273575]cx-freeze 3.1 will work with python 3.0 right[/QUOTE] It will surely work with the latest version - Python 3.1.2 Re: ?????py2exe 3.0???? Programming Software Development by Beat_Slayer [URL="http://cx-freeze.sourceforge.net/cx_Freeze.html"]Here??[/URL] Re: ???CX_FREEZE??? Programming Software Development by Beat_Slayer …="http://cx-freeze.sourceforge.net/cx_Freeze.html"]Source[/URL] You must run the cx_freeze script to modify your script, you… don't include or import cx_freeze on your scripts. The info you misunderstood, is to make… Re: wxpython help Programming Software Development by vegaseat cx_freeze is listed as a cross platform utility: [url]http://cx-freeze.sourceforge.net/[/url] Re: Python GUI Programming Programming Software Development by Lardmeister … setup program: [code]""" pqt_setup.exe Using cx_Freeze with Python32 to package a PyQT GUI toolkit program to…8 MB I used: http://cx-freeze.sourceforge.net/ cx_Freeze-4.2.3.win32-py3.2.msi """…; import sys from cx_Freeze import setup, Executable # change the filename to your program … Re: Python GUI Programming Programming Software Development by vegaseat …name ... [code]""" tk_setup2.exe Using cx_Freeze with Python32 to package a Tkinter GUI toolkit program … an executable file (.exe in Windows OS). Module cx_Freeze also is available for Unix systems. Put this setup…-py3.2.msi """ import sys from cx_Freeze import setup, Executable sys.argv.append("build") … Re: cx_freeze Question Please Help! Programming Software Development by vegaseat … code ... [code]""" con_setup2.exe Using cx_freeze with Python32 to package a console program to an executable… interpreter and some small pyds and a zip file cx_Freeze can also be installed and used with Unix systems.…3.win32-py3.2.msi """ from cx_Freeze import setup, Executable import sys sys.argv.append("… Re: Packaging GUI software Programming Software Development by nabla2 … [URL="http://cx-freeze.sourceforge.net/"]cx_freeze[/URL]. I recommend cx_freeze. It is available for Python 2.5-3.2… Re: Single exe file Programming Software Development by nabla2 …. Check [URL="http://cx-freeze.sourceforge.net/"]cx_freeze[/URL]. [QUOTE]cx_Freeze is a set of scripts and modules for freezing… way that py2exe and py2app do. Unlike these two tools, cx_Freeze is cross platform and should work on any platform that… Re: Making an executable(by icon click, programs etc) program suitable for user Programming Software Development by TrustyTony I still think it is good idea to just send them download link for Python3 installer and your code to them. They just run installer and open your code. If you put it with .pyw extension they do not get the console window for GUI stuff, for console stuff use .py as extension. That said there is [cxfreeze](http://cx-freeze.sourceforge.net/). Re: how to convert my python program into exe file?? Programming Software Development by snippsat Use [cx_Freeze](http://cx-freeze.sourceforge.net/) You should also set up `… cmd: C:\Python32\Scripts>python my_cx_freeze.py build ''' from cx_Freeze import setup,Executable includes = [] excludes = [] packages = [] filename = "your_code.py… Re: how to convert my python program into exe file?? Programming Software Development by vegaseat …... """ tk_setup2.exe Using cx_Freeze with Python32 to package a Tkinter GUI toolkit … file (.exe in Windows OS). Module cx_Freeze also is available for Unix systems. Put….msi """ import sys from cx_Freeze import setup, Executable sys.argv.append("build… Re: Is there a program to build a .py to .exe? Programming Software Development by vegaseat … ... """ con_setup2.py Using cx_freeze with Python33 to package a console program to …I used: http://cx-freeze.sourceforge.net/ cx_Freeze-4.3.1.win32-py3.3.msi tested… with Python33 """ from cx_Freeze import setup, Executable import sys sys.argv.append… Re: Python linux executable Programming Software Development by snippsat [cx_Freeze ](http://cx-freeze.sourceforge.net/) works Python 2 and 3. [… Re: Starting Python Programming Software Development by vegaseat For a listing of all installled modules use ... ''' modules_pip101.py list all your installed modules and version numbers Python 2.7.9 (and later) and Python 3.4 (and later) include pip by default On Windows download installer from ... http://www.lfd.uci.edu/~gohlke/pythonlibs/ On Debian or Ubuntu use ...… HTML popup bomb Digital Media UI / UX Design by scrypt3r Freeze your computer with this window bomb!!