Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Pyinstaller can not execute script.
Post: Pyinstaller can not execute script.

import imaplib import email import os import box import smtplib def obtineID(): f = open("id.txt", "r") ID = f.read() return ID ID = obtineID() Sender = "[OUTPUT]"+ID ...
negru555 General Coding Help 0 2,468 Jan-27-2019, 05:15 PM
    Thread: Read emails python 3.
Post: RE: Read emails python 3.

(Jan-26-2019, 08:26 PM)Larz60+ Wrote: Fixed indentation (PEP8 - 4 spaces per indent level) import imaplib import email mail = imaplib.IMAP4_SSL('imap.gmail.com') mail.login('myemail', 'password') ...
negru555 Web Scraping & Web Development 5 6,726 Jan-27-2019, 10:21 AM
    Thread: Read emails python 3.
Post: RE: Read emails python 3.

(Jan-26-2019, 11:43 AM)Larz60+ Wrote: Quote:none of the examples that I find on google work. If this were true, I'd say that it wasn't possible. Please:make an attempt: show your code show any err...
negru555 Web Scraping & Web Development 5 6,726 Jan-26-2019, 06:34 PM
    Thread: Read emails python 3.
Post: Read emails python 3.

Hello guys.I am pretty noob in python.I wanna make a python email through cli cuz I love terminal and cmd and stuff like that.However none of the examples that I find on google work. I can send messa...
negru555 Web Scraping & Web Development 5 6,726 Jan-26-2019, 07:27 AM
    Thread: Py2exe down
Post: RE: Py2exe down

(Jul-01-2018, 05:21 PM)ljmetzger Wrote: To test, try http://www.isitdownrightnow.com/py2exe.net.html It seems like the website is down. Lewis Thanks. T/C
negru555 Bar 8 4,769 Jul-03-2018, 08:08 AM
    Thread: Py2exe down
Post: RE: Py2exe down

(Jul-01-2018, 03:57 PM)j.crater Wrote: Could it be that you are after: http://www.py2exe.org ?Nope. py2exe.net with .net. It is an online convertor from py to exe. I am just using it because I have...
negru555 Bar 8 4,769 Jul-01-2018, 04:11 PM
    Thread: Py2exe down
Post: Py2exe down

Hello guys. Is py2exe.net down? I tried to access it through VPN or emulators... It is down for everyone?
negru555 Bar 8 4,769 Jul-01-2018, 03:33 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020