Closed
Description
In order to try to solve the problem #339 of the render_template, I wanted to make a fresh install on my windows laptop.
I installed Python 3.10.9, Robyn and Jinja2, then I copy/pasted the Get Started code from the doc and when I launch it I get this error :
main.py
from robyn import Robyn
app = Robyn(__file__)
@app.get("/")
async def h(request): # request is an optional parameter
return "Hello, world!"
app.start(port=5000, url="0.0.0.0")
I launch program with :
python app.py
My package version :
And my structure project got only app.py file
Robyn work on windows ? or is it another problem ?
I apologize for bothering you with these problems but I really want to use this great framework for my projects.
Metadata
Assignees
Labels
No labels