Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PermissionError in windows during the build #2

Open
fresh-ter opened this issue Jul 29, 2020 · 0 comments
Open

PermissionError in windows during the build #2

fresh-ter opened this issue Jul 29, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fresh-ter
Copy link
Member

Input:

$ python Freezer/freezer.py mad-penguins.tk.freezer build

Output:

Traceback (most recent call last):
  File "Freezer/freezer.py", line 285, in <module>
    main()
  File "Freezer/freezer.py", line 282, in main
    f.build()
  File "Freezer/freezer.py", line 251, in build
    shutil.copytree(pathToStatic, pathToBuild+'/')
  File "C:\Python37\lib\shutil.py", line 321, in copytree
    os.makedirs(dst)
  File "C:\Python37\lib\os.py", line 221, in makedirs
    mkdir(name, mode)
PermissionError: [WinError 5] Access is denied: 'build/'
@fresh-ter fresh-ter added the bug Something isn't working label Jul 29, 2020
@fresh-ter fresh-ter self-assigned this Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant