79417673

Date: 2025-02-06 11:17:35
Score: 1
Natty:
Report link

The problem is with your syntax, You have to set a callback function for the filechooser this way

def parseChoice(file_paths:list):
    print('File path ', file_paths[0])
filechooser.open_file(on_selection=parseChoice)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Fabian Joseph