Shulelk

Results 6 comments of Shulelk

\lib\site-packages\pynecone\compiler\utils.py line 305, in write_page with open(path, "w") as f: PermissionError: [Errno 13] Permission denied: '/custom-route.js'

``` """Welcome to Pynecone! This file outlines the steps to create a basic app.""" from pcconfig import config import pynecone as pc docs_url = "https://pynecone.io/docs/getting-started/introduction" filename = f"{config.app_name}/{config.app_name}.py" class State(pc.State):...

> 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 Okay, I'll wait...

> I've the same issue in Windows, because the script tries to write to the home path `C:\` where admin privileges are required, as a temporary workaround run the script...

The [pcntl](https://www.php.net/manual/en/pcntl.installation.php) module does not support Windows, which means that the corresponding functions cannot exist on the Windows platform.

I have similar issue: ``` [*] starting build [*] no sleep obfuscation has been specified [*] sleep jump gadget option ignored [*] stack duplication option ignored [*] no proxy loading...