Questions tagged as 'pyinstaller'

3
answers

Standalone with django + pyinstaller

Dear, I have developed an app with django, but now I have a problem when I want to compile binary (.exe). I'm using Django + PyInstaller, although I can get to get the binary, but when executing it there is an error that obstructs the execution...
asked by 19.05.2017 / 14:22
1
answer

Problem executing an .exe with pyinstaller

Bunas, I tell you my problem, when working with the package anaconda3-4.2.0 x86 for windows 10 x64 I could generate my .exe program and it worked correctly. Then I had to format my PC for some problems and install the same version of widows 10...
asked by 12.12.2017 / 20:13
0
answers

Error with Pyinstaller and PyQt5

Work with Anaconda 5.3.0 and Python 3.7. I have made an application and I want to create an executable with Pyinstaller, the case is that I miss the following error: Exception: Cannot find existing PyQt5 plugin directories Paths checked: C:...
asked by 15.11.2018 / 23:54
0
answers

Failed to load dynlib / dll Pyinstaller: Error

I am working with Python 2.7 and I am deploying it to .exe through PyInstaller, my application connects to an inventory and management system called Contpaqi Comercial and I use a dll that is in this route: 'C: \ Program Files (x86) \ Compac \ C...
asked by 05.11.2018 / 21:50
0
answers

PermissionError: [Errno 13] Permission denied

I am creating an application in python (3.4) with tkinter and I am compiling it with pyinstaller. The code fragment that brings the error is this: client = paramiko.SSHClient() known_hosts = open(self.resource_path("known_hosts")) # Linea 73 c...
asked by 05.11.2018 / 14:38
0
answers

package an application lighter

I'm doing a program in python and I want to package it in an .exe. For this I use the well-known "pyinstaller". It is not the first time that I use it. The problem is that now I want to package the project I'm working on and the final file we...
asked by 02.09.2018 / 04:43
0
answers

Pyinstaller onedir: Separate .exe from all other .dll files and folders

I have an application that I would like to package in an .exe file. However, the -F option generates a 50Mb file that is too slow to boot. When I generate the application with the option --onedir the result is better, but the distribut...
asked by 04.08.2018 / 19:43
2
answers

Include dependencies in pyinstaller

I am creating an application in python and I need to compile it in a windows executable, I am using pyinstaller for that by: C:\usuario>pyinstaller script.py This generates a folder with the dependencies and the executable....
asked by 10.01.2018 / 23:58
1
answer

Error compiling .py with pyinstaller

Hi, I am trying to compile a .py file with pyinstaller (previously probe with py2exe as well) using the console command: "pyinstaller.exe --onefile --windowed name.py" and when the process finishes, the corresponding .exe file is generated, but...
asked by 20.12.2017 / 17:55
0
answers

Django with PyInstaller

Dear, I am trying to compile Django .exe with PyInstaller. The installation of Django and PyInstaller is fine, when I compile it also does it well: $ pyinstaller --name=mysite mysite/manage.py But the problem is when I want to run the .exe...
asked by 13.05.2017 / 14:33