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

permission issue #28

Open
giovannicono opened this issue Jan 2, 2024 · 1 comment
Open

permission issue #28

giovannicono opened this issue Jan 2, 2024 · 1 comment

Comments

@giovannicono
Copy link

When I try to use the manual importing of the CT-scan I get this permission error, but I don't figure out why:

File "c:\OrtogOnBlender\Blender291\2.91\scripts\addons\OrtogOnBlender-master\GeraModelosTomo.py", line 4681, in execute
GeraModelosTomoManualDef(self, context)
File "c:\OrtogOnBlender\Blender291\2.91\scripts\addons\OrtogOnBlender-master\GeraModelosTomo.py", line 4524, in GeraModelosTomoManualDef
ds = pydicom.dcmread(ArqAtual, force=True)
File "c:\OrtogOnBlender\Blender291\2.91\python\lib\site-packages\pydicom\filereader.py", line 856, in dcmread
fp = open(fp, 'rb')
PermissionError: [Errno 13] Permission denied: '81'

location: :-1

@adalbertobrant
Copy link

HI @giovannicono.

Are you using windows and have the necessary permissions ? 
When you in the prompt in windows terminal and use :

`icalcs 81` as 81 is the name of the file what is the result ?

Maybe you should use `icacls 81 /grant:r <USER_NAME>:R` 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants