Questions tagged as '.exe'

2
answers

How to know in what language a program was written?

I downloaded a program in Windows, and I can not find information on what language it was programmed in. Is there any way to tell?     
asked by 03.12.2017 / 15:56
2
answers

how to compile a python script in an executable

What is the best way to compile a python script for an executable running on a linux (ubuntu), windows, and mac operating system.     
asked by 01.06.2018 / 03:48
1
answer

Problem with python executable generated by pyinstaller

I made simple python software with graphical interface. I did the build with pyinstaller and when I try to open the generated executable, the windows command prompt is also opened every time. I have already been instructed to change the file ext...
asked by 03.01.2018 / 14:20
1
answer

How to transform a python file into an executable? [duplicate]

If I create a python application and want other people to use it, will other people have to install python to run it or is there a way to make it executable? And to create an installer for this application I need to learn another language?   ...
asked by 13.10.2017 / 14:44
1
answer

How to configure .exe compatibility mode through the prompt?

I'm creating an application in electron, but the notifications only work if the application is running in compatibility mode with windows 7. I currently ask the user to right click the .exe, go to properties / compatibility / compatibility mo...
asked by 10.10.2018 / 14:39
1
answer

Service Application Delphi

How to mount a function inside the service application that calls a .exe ? I have tried everything from winExec, ShellExecute, to creatProcess but it is not working, someone has knowledge in the area to help me.     
asked by 22.09.2017 / 16:10
1
answer

Is it possible to generate log files from a Python file that has been made executable? [closed]

Hello, I created the Python code executable below with the module pyinstaller . import urllib import urllib2 import webbrowser import re import popular4 import logging from datetime import datetime agora = datetime.now() logging.basicCon...
asked by 26.06.2017 / 01:03
1
answer

How to create a SQL function that calls a script in python?

I need to create software that each insert into a table a script in python detect that there has been change in this table and execute certain commands. I've already done an implementation that stands all the time testing if there was a change i...
asked by 22.06.2017 / 19:58
0
answers

Create .exe or .bat to open file as another user

How do I create a file to run a .exe with another user, with user values and password set. Ex: user:max.rogerio and password: 123456 I tried to use run as but every time I start windows it asks for the passw...
asked by 13.03.2017 / 19:30
1
answer

Errors being generated when converting python code to exe with cx_freeze

I did the conversion of the file tucha.py to exe following the instructions and with the following setup.py: from cx_Freeze import setup, Executable setup( name="tucha EXECUTABLE", version = "1.0.0", description = ".py to...
asked by 24.12.2016 / 03:20