grow / grow.dev

Grow's homepage and documentation site.
https://grow.io
85 stars 36 forks source link

Trying to run cloned grow.io on windows but having some error. #61

Open p4tric opened 5 years ago

p4tric commented 5 years ago

Hi,

After running grow install, and grow run, I accessed localhost:8080 and assuming to see the grow.io site. But got this error:

404: / Traceback (most recent call last): File "C:\python27\lib\site-packages\grow\server\main.py", line 28, in call return self.wsgi_app(environ, start_response) File "C:\python27\lib\site-packages\grow\server\main.py", line 70, in wsgi_app response = self.dispatch_request(request) File "C:\python27\lib\site-packages\grow\server\main.py", line 55, in dispatch_request raise errors.RouteNotFoundError(text.format(path)) RouteNotFoundError: '/ was not found in routes.'

I am using a Windows machine. What to do in order to fix this simple error?

jeremydw commented 5 years ago

Hi there - I'm surprised you got that far. :) Grow isn't "officially" supported on Windows, so I'm not sure if this is going to work for you. You might try cloning, then running "grow install", then running "grow run" and see what happens. But, aside from this, you may need to try this on a different platform. I know that's not the news you want to hear, but it's the current state of things.

On Mon, Aug 12, 2019 at 9:47 PM p4tric notifications@github.com wrote:

Hi,

After running grow install, and grow run, I accessed localhost:8080 and assuming to see the grow.io site. But got this error:

404: / Traceback (most recent call last): File "C:\python27\lib\site-packages\grow\server\main.py", line 28, in call return self.wsgi_app(environ, start_response) File "C:\python27\lib\site-packages\grow\server\main.py", line 70, in wsgi_app response = self.dispatch_request(request) File "C:\python27\lib\site-packages\grow\server\main.py", line 55, in dispatch_request raise errors.RouteNotFoundError(text.format(path)) RouteNotFoundError: '/ was not found in routes.'

I am using a Windows machine. What to do in order to fix this simple error?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/grow/grow.io/issues/61?email_source=notifications&email_token=AAE527LNBHK5W3HJB7BHB3TQEI4ENA5CNFSM4ILHBTTKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HE3SDSA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAE527KP4EPGVCE3ZOLVWLTQEI4ENANCNFSM4ILHBTTA .

-- jeremydw

p4tric commented 5 years ago

ok thanks man.