Hermann12

Results 5 comments of Hermann12

I would like create a tempfile.py module for my application: Gui_Phonebook: I created a tempfile.py file and got this Error message, if I run my GUI. even this tempfile.py isn't...

I recognize that Thonny send also warnings about files in the program directory, which currently not referenced/ imported into the running program. Could this the reason for such a behavior?

I think this is a discrepancy to the other referenced sentence see my report, in the documentation. Quote:"For example, a valid list-like usecols parameter would be [0, 1, 2] or...

That works I agree, but in a use case where you have 25 columns in the input csv and you need only the 1st and maybe the 23th, you have...