Replies: 2 comments 2 replies
-
For the record, for anyone interested...here is my experience. First, things did not seem to work with Rocky9,Python 3.9...is this true? I did find something I had never seen before in the sources, namely, some kind of vertical line operator. I googled it and apparently I needed Python 3.11 for that vertical line to be interpreted as some kind of "Union" ....so, installed Python 3.11 The pcweb repo requirements does not include pynecone itself; so, after installing the requirements, and then pynecone as an afterthought, I got the following error message:
Then, I started over, this time, installing pynecone first and THEN all the other requirements...I was not able to install googletrans:
I should indicate that, when it came to installing requirements, I did not specify any of the versions...I just let it pick whatever. Lastly, I removed the Translator example and, somehow, I also had to remove additional stuff related to react-confetti stuff....probably because I had also removed the entire "Advanced Guide" section because of something else, I can't recall now. Finally, I do get a running session :-D Now, I just need to continue removing more and more stuff, until I have a minimal example that would allow me to better understand the mechanics and morph it to my needs. |
Beta Was this translation helpful? Give feedback.
-
Say, in Pynecone home page, it is clearly indicated that the entire website was written in pynecone itself...
...may I take a peak at the sources?
I am particularly interested in seeing how the .../docs/* part is done, specifically:
Beta Was this translation helpful? Give feedback.
All reactions