installer tag

21 questions


1 answers
89 views
0
Error after executing .py file exe in pyinstaller

Error after executing .py file exe in pyinstaller.(base) C:\Users\genki> C:\Users\genki\Downloads\dist\test01.exeTraceback (most recent call last): File test01.py, line 7, in <module>NameErro...

1 years ago

1 answers
140 views
0
How do I convert a Java program to a .exe file?

How do I convert a Java source file (*.java) or class file (*.class) to a .exe file?And I want to make an installation program for my program.Is there an open source to do this?

1 years ago

1 answers
84 views
0
Questions about Python selenium and pyinstaller.

I made a crawler using pantomjs of selenium with Python.And for distribution as a single fileTo create exe with pyinstaller, if you use --noconsole, the option of pyinstaller, it does not run phantomj...

1 years ago

1 answers
78 views
0
When creating an exe file with pyinstaller, how to include text files together

import shutilimport osimport timedef do(): filename = 'GameUserSettings.ini' username = os.getenv('USERNAME') #dir = 'C:\\Users\\' + username + '\\AppData\\Local\\' dir = 'C:\\Users\\' + username + '\...

1 years ago

1 answers
113 views
0
How to prevent re-coding exe files made using pyinstaller, etc

I used to use pyinstaller to make the Python code that I made in the past as exe and distribute it.This is always a scripting language, and I was worried that making and distributing exe like this cou...

1 years ago

2 answers
131 views
0
I tried to change it to an exe file with Pyinstaller, but an error message came up and it didn't work

Each time a button with a sheet name is pressed by loading an Excel file with multiple sheets, one of each sheet's data is randomly displayed in the Text window, copied to the clipboard, and the sheet...


1 answers
64 views
0
Pyinstaller --onefile question

I'm trying to turn the stopwatch program into an EXE extension using Pysintaller If you do not include the --onefile syntax, the extension of the completed files is .There's a python, but this one doe...

1 years ago

1 answers
96 views
0
How to use the pyinstaller

The code made with PyQt5 I used pyinstaller to make it an exe file, but it keeps closing in 0.1 seconds when I try to run it.Can you tell me why?I ran pyinstaller using jupyter's console window. The f...

1 years ago

1 answers
133 views
0
[pyinstaller] I set the path, but an error appears (failed to execute script)

import osimport getpassimport ctypesimport smtplibimport timefrom datetime import datetimefrom threading import Threadfrom pynput.keyboard import Key, Listenerdef resource_path(relative_path): try: #...


1 answers
63 views
0
Create Python executable in Raspberry Pi

1) I want to create a Python file from Raspberry Pi as an executable file, what should I do?2) Is it right to install PyInstaller in Raspberry Pie and make it with this?

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.