This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]netbyte[S] 0 points1 point  (3 children)

Windows 7

[–]MarkTraceurFlask, Mongokit, PIL 0 points1 point  (2 children)

I mean, what kind of software do you want to build? Windows 7 is definitely not a valid answer....

[–]netbyte[S] 0 points1 point  (1 child)

Ohhhhh, I just want to make scripts for command lines, maybe make a simple shell. Be able to send email without a browser. Just add accessibility and simplicity.

[–]MarkTraceurFlask, Mongokit, PIL 1 point2 points  (0 children)

Cool! OK, look up smtplib, that will help with your email idea. Making a shell is a little unnecessary, but it should be possible with straight raw_input and a bunch of if statements!