Alek Petuskey
Alek Petuskey
Ok got I we should allow users to specify whether brackets are need in the import. Thanks for pointing this out
Ok that's odd I just tried an example using that path and it seemed to work for me. Anyone else getting this issue?
Can you post your whole python file, thanks.
I tried this and it worked fine for me. ``` python """Welcome to Pynecone! This file create a counter app.""" import pynecone as pc class State(pc.State): pass def index(): return...
Your file worked for me as-well, that's odd. Maybe a windows error I'm on Mac if any other users get this error I'll take a deeper look
Thanks, good suggestion @Lendemor this seems to work as seen on discord. We will fix this so the "/" way works aswell in the next release
Ok got it thanks for pointing this out we are on Mac so these bugs can be hard to find. We can look into a fix, if any of you...
Got it seems to be converting to a string will fix. Thanks for pointing this out
Found what's causing this will need to upgrade chakra version seem to be an issue with there lib
Not yet we do have an issue for this though, we have been prioritizing bug fixes first. https://github.com/pynecone-io/pynecone/issues/142