Posts by RetroNietzsche • 65 points
7 posts
-
2
votes1
answer95
viewsQ: Object does not recognize member
All I do is in Python. One of the functions I have to do is a conversion, where she tries to convert the value of TextBox and if it goes wrong, run the error block. private void converter(object…
-
2
votes1
answer487
viewsQ: Problems with additional files in Pyinstaller
I’m building a EXE with the way Onefile of Pyinstaller (by auto-py-to-exe). I need two files to be added, one .py from where the main will pull the functions and a jpeg image so that the computer…
-
-1
votes1
answer320
viewsQ: Python - Read data to demarcation point
How to read data from a file (text or binary) up to a marked point for me in it? For example, I wrote a text and put a .(dot) that separates the first part from the second. How do I read only the…
python-3.xasked RetroNietzsche 65 -
0
votes0
answers114
viewsQ: Graphical interface with Tkinter slowing my code
I’m making a little script to automate some things on Windows only one problem I found is to close it (after having converted to executable with the auto-py-to-exe) has to make millstone trampo,…
-
-1
votes3
answers1053
viewsQ: Problems in Try (Python)
When I use Try and put 3 operations, if the first one goes wrong it already goes pro except. Is there any way to "improve" this by making it jump to the next action? Can’t make a code where there’s…
-
2
votes1
answer172
viewsQ: Executable with Hidden console opening console
I’m making a code that uses libraries a lot the and sys. When I was converting to executable (.exe) I used pyinstaller to hide the command prompt but still remains a prompt open during the long run…
-
0
votes2
answers56
viewsQ: Collect name of file used
I’m concluding a code that uses a lot of function copy of shutil. As I will distribute the file in executable format later and probably at some point will change its name, I want to know if there is…
python-3.xasked RetroNietzsche 65