2015-10-19 14:06 GMT+01:00 Marco Scannadinari :
> border-width=0px;
>
> This should be a colon not an equals sign
> style_provider.load_from_data(bytes(css.encode()))
>
> .encode already returns a bytes object in Python 3, what version are you
> using?
Sorry, in my code it's actually a c
border-width=0px;
This should be a colon not an equals sign
style_provider.load_from_data(bytes(css.encode()))
.encode already returns a bytes object in Python 3, what version are you
using?
On Mon, 19 Oct 2015 13:09 Lukasz Grabowski wrote:
> When implementing drag and drop in Python