Posts by Paulo Bada • 1 point
4 posts
-
0
votes2
answers369
viewsA: How to focus on ttk screen. Treeview, freezing the previous screens?
Well people, as I did not get help from the most experienced in the subject, I decided to research a lot and ended up finding the solution to my problem. I removed the call from the other python…
-
0
votes2
answers369
viewsQ: How to focus on ttk screen. Treeview, freezing the previous screens?
I made an application in Python 3.6 that calls another script in python to mount a ttk screen. Treeview with database information and that submitted data can be manipulated (change and deletion).…
-
0
votes1
answer138
viewsA: Sqlite inoperative in Python executable program created by cx_Freeze
I figured out what was going on. I tried to make an Insert in one of the Sqlite files of my system, through Firefox Sqllite Manager, and I received the following message: "NS_ERROR_FILE_READ_ONLY",…
-
0
votes1
answer138
viewsQ: Sqlite inoperative in Python executable program created by cx_Freeze
I made a simple application in Python 3.6 and Sqlite3. When I run the main program by cx_Freeze and install it on the machine I developed the application on (where Python and Sqlite are installed),…