Questions tagged as 'exe'

1
answer

python to exe, Selenium inside windows

I leave the full code of my program in Python 2.7 link I am looking for a couple of additions but I do not know in which way and with what programs I should do it. First of all, I need to convert it to executable.exe. On the other hand I...
asked by 01.11.2017 / 05:21
0
answers

Version of file in the resource of an executable

I have an echo program with Qt4 whose version is 1.0.0.0, but I ported it to Qt5 and with small changes in functionality, I do not know which version number I should increase.     
asked by 25.11.2018 / 01:25
0
answers

Show the return value of a process using a stream

I recently developed a code that returned the number 0 when I called a process and it ended correctly. My question is how I could do the same thing but using a Stream stream since it is developed with a waitFor () and with a simple sout. I suspe...
asked by 04.11.2018 / 22:01
0
answers

How to sign an executable file / installer?

I have an app in electron, I create an installable file .exe, when uploading it to the website to put it to download smart screen and the browser sends the message that it is not a trusted editor How can you sign an executable with a certificate...
asked by 28.09.2018 / 06:43
0
answers

How to execute an .exe from node.js?

I've been trying to run a .exe from NodeJs with the following code: var exec = require('child_process').execFile var fun =function() { console.log("fun() start"); exec('ExecFileTest.exe', function(err, data) { console.log(...
asked by 21.05.2018 / 23:45
0
answers

When executing exec in PHP, I get "Warning: exec (): Unable to fork"

Hire a windows hosting in which I intend to run small software that are in .exe, but when I run the script in php, I get the error: Warning: exec(): Unable to fork Any ideas to run my .exe? ** psdt I already gave all the permissions to a...
asked by 27.01.2018 / 14:12
1
answer

My setup.py does not work

My setup.py does not work for me. When I execute it at a command prompt it says: error:no commands supplied . Here I leave the code: # -*- coding: utf-8 -*- from distutils.core import setup import py2exe setup(name="Vive...
asked by 21.06.2017 / 00:16
3
answers

Run .exe from the apache server

Good morning, I have an application which when clicking a button should open my computer's scanner, to start a scan, but I have several problems: PHP does not allow to connect from the server to the local computer (or if someone knows so...
asked by 17.01.2017 / 16:37