Questions tagged as 'pyinstaller'

0
answers

Adding files to pyinstaller

When I use the --onefile option, my program can not find the files added to .exe . I do not know which path to specify for my program to find the files. My code looks like this: import winsound winsound.PlaySound ('a.wav',wi...
asked by 28.03.2018 / 00:19
1
answer

How to make program in Python run in 32 and 64 bits

I have a program made in Python (3.5) under 64-bit operating system, is it possible to have it run in 64 and 32-bit in windows? NOTE: I used Pyinstaller to compile the program to run on windows machines that do not have python installed.    ...
asked by 03.07.2017 / 01:13
1
answer

Problem with pyinstaller + os.getcwd () on MAC OS

After numerous problems with Tkinter and Pyinstaller, I was finally able to make a Unix executable application work normally on the MAC High Sierra. But inside the folder of my application, there is a folder called script, which I use chdir(o...
asked by 13.08.2018 / 18:59
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
0
answers

Manually install packages

I am making a code in Python that uses multiple libraries. I tried installing pycrypto through pip and it always gives Microsoft Build Tools error pip install pycrypto Collecting pycrypto Using cached https://files.pythonhosted.org/pack...
asked by 20.11.2018 / 16:46
0
answers

Problems installing the BETS and rbcb package

Good afternoon! I have problems installing the BETS package and rbcb (data from the Central Bank of Brazil by Wilson Freitas). In the first, R says that the DBI I have installed is 0.5, and the version that the BETS package requires is 1.0...
asked by 07.11.2018 / 19:21
0
answers

How to compile multiple python files into one using Pyinstaller?

I am doing a calculation program that is divided into 3 files py : graphical interface file ( cerberus.py ) file that carries out the calculations ( calc.py ) file responsible for plotting data ( plot.py ) I tr...
asked by 29.09.2018 / 17:35
0
answers

Error creating an executable from Python

When I create any script in Python 2.7.14 and try to transform the file into exe, using PyInstaller 3.3.1 , this error occurs: Traceback (most recent call last): File "c:\python27\lib\runpy.py", line 174, in _run_module_as_main "__mai...
asked by 01.05.2018 / 00:26
0
answers

lib not found: Pyinstaller

I'm trying to mount an executable, from a code in python through the Pyinstaller library. However when running the code by: C:\...>pyinstaller --name Aplicativo Aplicativo.pyw An amount of a large amount of .dll that is not localized is...
asked by 15.02.2018 / 23:52
1
answer

Pyinstaller generating error when compiling multiple scripts

Hello good night I'm compiling python 3.6 I'm using the pyinstaller compiler so a script works perfectly. The problem is when I have to generate several scripts that should be used for the program to run example (Menu.py, vendaDao.py, venda.py)...
asked by 25.10.2018 / 03:51