Top "Executable" questions

An executable is a binary file that can be executed by the operating system.

How can I make a Python script standalone executable to run without ANY dependency?

I'm building a Python application and don't want to force my clients to install Python and modules. So, is there …

python executable
Running an outside program (executable) in Python?

I just started working on Python, and I have been trying to run an outside executable from Python. I have …

python executable
How to compile python script to binary executable

I need to convert a Python script to a Windows executable. I have Python 2.6 installed to python26. I have created …

python compilation executable
"No such file or directory" but it exists

I simply want to run an executable from the command line, ./arm-mingw32ce-g++, but then I get the error message, …

shell command-line executable
Compile to a stand-alone executable (.exe) in Visual Studio

how can I make a stand-alone exe in Visual Studio. Its just a simple Console application that I think users …

c# c++ visual-studio executable console-application
How do I make this file.sh executable via double click?

First off I'm using Mac. Next, I need to execute this "file.sh" we will call it. Everytime I need …

bash macos terminal executable
Compiling a java program into an executable

Possible Duplicate: How do I create an .exe for a Java program? I've just made a simple program with Eclipse …

java executable compilation
How can I make an EXE file from a Python program?

I've used several modules to make EXEs for Python, but I'm not sure if I'm doing it right. How should …

python exe executable
How do I create executable Java program?

I have programmed a Java Program in JCreator, everything is done, but I want to create an executable file from …

java jar executable jcreator
Creating executable files in Linux

One thing I plan to be doing is writing (painfully simple) Perl scripts, and I'd like to be able to …

linux executable file-permissions chmod gedit