- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
This is how you post to a text file f = open('url.txt', 'w') #Opens the file to write text f.write(url) #Writes the file to the opened text file
Is there a specific way to code a database authentification for users of a program?
I want to send an email using python. The contents of the message is from a sql querry placed inside a ttk treeview widget. so how do i select and send the selected items? the code below prints (I001) inside the email. # Specifying the from and to addresses self.fromaddr …
Use the grid.forget() on the frame you want to hide and the .grid() to make the new frame visible. like what you see below. frame1.grid(row = 0, column = 0) frame2.grid_forget()
I'm working on a program to log the work i do as well as email the monthly log. The problem i'm having is that every time i try to test out the smtp i get an error ` Traceback (most recent call last): File "C:/Users/palmer_a/Documents/App/testy.py", line 5, in <module> import …
The End.
Andrae