Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Expected an indented block
Post: RE: Expected an indented block

What line is the error starting from the log output? class myHTTPTransport(HTTPTransport): username = None passwd = None @classmethod def setAuthentication(cls,u,p): cls....
deaspo General Coding Help 2 3,432 Sep-15-2017, 05:19 PM
    Thread: trouble with pip and py2exe
Post: RE: trouble with pip and py2exe

Do you have any other version of Python installed? If so make sure in the settings that Pycharm is set to use Python 3.X
deaspo General Coding Help 12 13,817 Sep-15-2017, 05:14 PM
    Thread: inserting value into strings
Post: RE: help me

Too many int, unnecessary.
deaspo General Coding Help 8 5,116 Sep-13-2017, 08:12 PM
    Thread: inserting value into strings
Post: RE: help me

Alternatively you can use String formatters, %s def love():     B = int(len(input("please put your name: ")))     G = int(len(input("please put the name of your love interest: ")))     print("your com...
deaspo General Coding Help 8 5,116 Aug-29-2017, 09:59 PM
    Thread: help with a number sequence generator
Post: RE: help with a number sequence generator

Sorry for the late reply, I did modify your code. Though not the best but works: def funktion(self): value1 = (a1.get()) value2 = (a2.get()) value3 = (b1.get()) value4 ...
deaspo General Coding Help 2 3,261 Aug-26-2017, 08:14 PM

User Panel Messages

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