xe tag

8 questions


2 answers
116 views
0
About Windows EXE Executable Release

Compiled with Visual Studio (C#), I have a question about the release of the Windows EXE executable.Boot to Task Scheduler as a batch system, but Due to frequent system fixes, releases are required ea...

2 years ago

1 answers
27 views
0
How do I set the payment module and payment line for the web page? (We are making it with XE.)

I'd like to know how to set the payment module and payment line.If you have ever made a homepage with XE, could you tell me how to contact you through Kakao Talk ID?Haha

2 years ago

1 answers
151 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?

2 years ago

1 answers
140 views
0
I want to make the completed program an executor exe.

I completed the program using Selenium's chrome driver, and I want to make it available or available to other users as an launcher. After googling, it was successful to compile into a module called py...

2 years ago

1 answers
81 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 + '\...

2 years ago

1 answers
94 views
0
When installing MySQL-python with pip, cl.exe error

I am practicing API implementation using python 3.6 and flask framework in Windows 10. In the process of installing the MySQL-python module to work with mysql, cl.The error exe could not be found.As a...

2 years ago

1 answers
136 views
0
py2exe - creating executable

I think I've heard that py2exe enables the creation of executable files, but I can't find a way. Has anyone ever succeeded in this? If you do, can I see the contents of the setup.py file and what comm...

2 years ago

1 answers
140 views
0
I have a question about Python .py file.

1. Python.If you run the py file like this and enter a value, it turns off immediately, so how can I solve this?

2 years ago

© 2024 OneMinuteCode. All rights reserved.