manatlan / htag

Python3 GUI toolkit for building "beautiful" applications for mobile, web, and desktop from a single codebase
https://manatlan.github.io/htag/
MIT License
99 stars 4 forks source link

init error : __declareArgsKargs() takes from 1 to 2 positional arguments but 3 were given #10

Closed manatlan closed 10 months ago

manatlan commented 1 year ago

when in init of the main tag you make this error :

self+= Tag.div( "a arg", "a second arg" )

the error message is not sweet ... and really confusing ;-)