cxfreeze error on Ubuntu 64 bit Programming Software Development by ania_p …/dysk_Ani/LigandRNA_EXE/MetalionRNA_program$ clear ania@aniakaja:/media/dysk_Ani/LigandRNA_EXE/MetalionRNA_program$ cxfreeze MetalionRNA.py Traceback (most recent call last): File "/usr…/bin/cxfreeze", line 5, in <module> main() File &… Re: cx_freeze Question Please Help! Programming Software Development by vegaseat cxFreeze is not an executable, but a package called cx_Freeze you … cx-freeze V4.1 problem on Ubuntu Jaunty, Python 2.6 Programming Software Development by JustAnotherJoe ….6 features. Can you telling what I'm doing wrong? ./cxfreeze hello.py Traceback (most recent call last): File "…;./cxfreeze", line 5, in <module> main() File "/… cx_freeze Question Please Help! Programming Software Development by maddenfong … the basic script. the website says as an example: [code] cxfreeze hello.py --target-dir dist[/code] thanks in advance! I… the Shooter.py) [code]C:/Documents and Settings/Python31/Scripts/cxfreeze Shooter.py --target-dir dist[/code] Re: cx_freeze on the Mac Programming Software Development by jkrueger … update. Have gotten around the above problem with [CODE] cxfreeze myScript.py --include-modules=module,module,module --target-dir myscript… for scripts that open a text file to read cxfreeze distill isn't opening file which is opened with … it works fine. Is there a way to have cxfreeze handel this so more complicated scripts that open and work… Re: cx_freeze on the Mac Programming Software Development by jkrueger OK, update. Have gotten around the above problem with [CODE] cxfreeze myScript.py --include-modules=module,module,module --target-dir myscript[/CODE] And for scripts that open a text file to read cxfreeze distill isn't opening file which is opened with python in terminal. Anybody have a clue? python, windows, modules missing sometimes? Programming Software Development by jkrueger … some color in them programed on Linux I can quickly cxfreeze them on the windows machine and the mac for use… cx_freeze on the Mac Programming Software Development by jkrueger Hi, I got the cxfreeze working on the Mac OS X 10.6.7 and … issues compiling an executable Programming Software Development by pynoobie … having trouble compiling an exe. I tried both py2exe and cxfreeze with similar results, I made an exe but it didn… review my python backup script Programming Software Development by Ares08 … windows. I am going to make it an executable using cxfreeze when I'm done. Thanks for your input! mac osx 10.6.8 python 2.7.2 cxfreeze 4.2.3 Programming Software Development by jkrueger Thought all of the following was handled and not: 1) python runs script which opens file and prints to screen OK 2) when cx_freeze distilled script is run it reports file to open is not there, when it is 3) the distilled script can be run from a term with ./ and it finds and opens file 4) any distilled script that doesn't have to open a file, read,… Re: mac osx 10.6.8 python 2.7.2 cxfreeze 4.2.3 Programming Software Development by jkrueger [QUOTE=jkrueger;1625445]Thought all of the following was handled and not: 1) python runs script which opens file and prints to screen OK 2) when cx_freeze distilled script is run it reports file to open is not there, when it is 3) the distilled script can be run from a term with ./ and it finds and opens file 4) any distilled script that doesn'… Re: Hiding the console window with a tkinter program Programming Software Development by Mensa180 … only see py2exe up until 2.6/7? I used cxfreeze, and it gave me a .exe file... however when I… has something to do with tkinter because when I used cxfreeze on a plain old user input, then print user input… Re: Hiding the console window with a tkinter program Programming Software Development by SoulMazer … only see py2exe up until 2.6/7? I used cxfreeze, and it gave me a .exe file... however when I… has something to do with tkinter because when I used cxfreeze on a plain old user input, then print user input… Re: ???CX_FREEZE??? Programming Software Development by Beat_Slayer … install dir, then to scripts inside that dir. 3 - Type cxfreeze plus your path and script name, something like this…: cxfreeze d:\scripts\hello.py 4 - It will create a dir … Re: ???CX_FREEZE??? Programming Software Development by Beat_Slayer … file will be created in 'D:\scripts\protein\exe'. [CODE]cxfreeze d:\scripts\protein\protein.py --target-dir d:\scripts\protein…\Beat_Slayer>cd c:\python26\scripts C:\Python26\Scripts>cxfreeze d:\scripts\protein\protein.py --target-dir d:\scripts\protein… Re: python, mac, quit terminal at end of script Programming Software Development by jkrueger …]Thank you, that works. If I distill the script with cxfreeze or py2ap how do I tell either to be using… the terminal from the script when it ends? Or tell cxfreeze to use pythonw? Please, jkrueger Re: Hiding the console window with a tkinter program Programming Software Development by Mensa180 I did not use py2exe, I used cxfreeze. If tkinter is not the problem then why did my gui program in exe form fail and my console one work? Not saying that the Python version isn't the case or that tkinter is definitely the problem, just throwing out questions. I'll work on converting it to 2.6. Re: Hiding the console window with a tkinter program Programming Software Development by Mensa180 … as wanted. Whenever I convert it to a .exe through cxfreeze it still doesn't work though. Here is the code… Re: Hiding the console window with a tkinter program Programming Software Development by Mensa180 All programs of mine that use tkinter do not work when convereted to .exe with cxfreeze. Doesn't matter if I convert with setup.py build or the normal way. Also doesn't matter if they were .py or .pyw. Re: py 2 exe with tkinter Programming Software Development by Mensa180 I am using the python 3.1 cxfreeze, still no joy :(. Re: ???CX_FREEZE??? Programming Software Development by Beat_Slayer … into an executable, this can be accomplished by this command: cxfreeze hello.py --target-dir dist[/QUOTE] [URL="http://cx… Re: ???CX_FREEZE??? Programming Software Development by Beat_Slayer For your example you open python command-line and type. [CODE]cxfreeze hello.py --target-dir dist[/CODE] as it is on the documentation, your hello.py its a normal python script, without no imports or references to cx_freeze. Re: ???CX_FREEZE??? Programming Software Development by wolfeater017 … your example you open python command-line and type. [CODE]cxfreeze hello.py --target-dir dist[/CODE] as it is on… Re: ???CX_FREEZE??? Programming Software Development by snippsat … it from command line. Start->run->cmd [QUOTE]cxfreeze hello.py --target-dir dist do I have to save… Re: y2exe and pysnmp Programming Software Development by snippsat Can you post the script,so shall i test it in py2exe and cxfreeze. Re: python, mac, quit terminal at end of script Programming Software Development by jkrueger …] Thank you, that works. If I distill the script with cxfreeze or py2ap how do I tell either to be using… Re: python, mac, quit terminal at end of script Programming Software Development by jkrueger OK, since the script has a "Redo? y/n" I just put in a text instruction which appears at the Mac logout "Enter Cmd-W to close window!". It will do, and of course the Linux and PC cxfreeze version just close the window at the end of the scripts run. The Mac is so silly, end of story, jkrueger Re: Can you compile an exe in Python? Programming Software Development by snippsat You have module like py2exe,cxfreeze,gui2exe that will give you(exe) to run without python installed. If that what you mean. Re: Can you compile an exe in Python? Programming Software Development by vegaseat For an example see: [url]http://www.daniweb.com/software-development/python/threads/191210/1556772#post1556772[/url] Note: Programs like py2exe and cxfreeze simply package/combine necessary things (like code and interpreter) together and then unpackage it later to run on the users machine.