Python Forum
Inserting Python Buttons into KV Files
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Inserting Python Buttons into KV Files
#4
bt.on_press = TileMain.tile_select(self) 
here you call tile_select() method of TileMain class and bind return value (which is None) to bt.on_pres. And None is not callable.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: Inserting Python Buttons into KV Files - by buran - Feb-19-2025, 07:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python script for inserting rows into hbase table lravikumarvsp 7 8,653 Mar-24-2023, 04:44 AM
Last Post: parth_botadara
  changing animation speed using buttons in python microwave 1 2,976 Jun-24-2020, 05:21 PM
Last Post: GOTO10
  Matching Regex in Python from Excelfile and inserting into database Shuzo 0 2,222 May-14-2020, 06:53 PM
Last Post: Shuzo
  inserting data to mysql with python justin_py 1 3,653 Jul-11-2019, 10:13 PM
Last Post: metulburr
  Inserting a python list into a dataframe column wise mahmoud899 0 4,787 Mar-04-2019, 11:44 PM
Last Post: mahmoud899
  Issue while inserting data into Teradata via python dataframe sandy 2 5,459 Feb-10-2019, 08:06 PM
Last Post: sandy
  Running a python tool transforming xml files into epub files silfer 7 6,968 May-10-2018, 03:49 PM
Last Post: snippsat
  Buttons or Radio Buttons on Tkinter Treeview draems 0 4,027 Oct-31-2017, 04:06 AM
Last Post: draems
  inserting data into oracle db using python sahilsiddharth 9 22,093 May-22-2017, 08:08 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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