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

Pyscript trouble, coz htagsession needs starlette ;-( #6

Closed manatlan closed 1 year ago

manatlan commented 1 year ago

Remove htagsession from runner which don't need it ;-) (in fact, it's only, and should only, be used by WebHTTP .... not the others !!!)

from .browserhttp import BrowserHTTP

File "/lib/python3.10/site-packages/htag/runners/browserhttp.py", line 12, in from . import commons File "/lib/python3.10/site-packages/htag/runners/commons/init.py", line 12, in from .htagsession import HtagSession File "/lib/python3.10/site-packages/htag/runners/commons/htagsession.py", line 16, in from starlette.datastructures import MutableHeaders

Will be corrected soon ;-(

manatlan commented 1 year ago

fixed with 0.9.40 version