Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~22.1K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for Niloofar24

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

Member Avatar for Niloofar24
0
308
Member Avatar for Andrae
Member Avatar for Andrae
0
438
Member Avatar for Andrae

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 …

Member Avatar for Andrae
0
21K
Member Avatar for davidbr

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()

Member Avatar for vegaseat
0
444
Member Avatar for Andrae

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 …

Member Avatar for Andrae
0
273

The End.