Skip to content

[BUG] Get Stared failed on Windows #340

Closed
@Paroxyste

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 :

image

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 :

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions