Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: AttributeError: 'NoneType' object has no attribute 'text'
Post: RE: AttributeError: 'NoneType' object has no attri...

(Sep-25-2021, 05:02 PM)Axel_Erfurt Wrote: If you don't need row and column you can use simple item = self.table.selectedItems()[0] if not item == None: name = item.text() else: name = "" pr...
speedev GUI 9 11,487 Sep-25-2021, 06:01 PM
    Thread: AttributeError: 'NoneType' object has no attribute 'text'
Post: RE: AttributeError: 'NoneType' object has no attri...

Thanks for reply. There are problems with the following codes from the codes you provided: row = self.ui.eklenenlerTablo.selectionModel().selectedIndexes()[0].row() column = self.ui....
speedev GUI 9 11,487 Sep-25-2021, 05:01 PM
    Thread: AttributeError: 'NoneType' object has no attribute 'text'
Post: RE: AttributeError: 'NoneType' object has no attri...

JSON contains row and column information. I want to pull information from table, with corresponding values ​​according to information. For example, if I wrote 2 for column by column in json, I want to...
speedev GUI 9 11,487 Sep-25-2021, 01:35 PM
    Thread: AttributeError: 'NoneType' object has no attribute 'text'
Post: RE: AttributeError: 'NoneType' object has no attri...

I can't understand what you are saying. Can you give the correct code? I would appreciate if you let me know where you made changes.
speedev GUI 9 11,487 Sep-25-2021, 11:14 AM
    Thread: AttributeError: 'NoneType' object has no attribute 'text'
Post: AttributeError: 'NoneType' object has no attribute...

Hi, for x in secilen.indexes(): satirlar = '{ "row" : 2, "column": 2 }' asdds = json.loads(satirlar) tablobul = self.ui.eklenenlerTablo.item(asdds["row"], ...
speedev GUI 9 11,487 Sep-25-2021, 10:11 AM
  Exclamation Thread: MongoDB cannot connect - pymongo
Post: MongoDB cannot connect - pymongo

When I try to connect to MongoDB, I can't connect. It says the machine on the other end refused the connection. import pymongo baglanti = pymongo.MongoClient("mongodb+srv://newuser:[email protected]...
speedev General Coding Help 1 2,102 Aug-21-2021, 12:59 PM
    Thread: listbox constantly being added to the list.
Post: RE: Tkinter listbox sürekli olarak listeye ekleniy...

The method is really clever and really beautiful. Thank you.
speedev GUI 4 2,457 Jun-08-2021, 08:16 PM
    Thread: listbox constantly being added to the list.
Post: RE: Tkinter listbox sürekli olarak listeye ekleniy...

I want the sinifYonetimi function to run only once, no matter how many times I press the button.
speedev GUI 4 2,457 Jun-08-2021, 08:06 PM
    Thread: listbox constantly being added to the list.
Post: listbox constantly being added to the list.

Hi, [attachment=1122] I made a simple left-justified menu with buttons. Assign functions as commands to buttons. That is, the menu contents are within the functions. Now there is a problem. I am p...
speedev GUI 4 2,457 Jun-08-2021, 07:50 PM

User Panel Messages

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