Installing as administrator and running as regular user raises PermissionError
.
#13
Labels
bug
Things not working as they should.
PermissionError
.
#13
After using
setup.py
to installpynapl
, with administrator permissions, in a Windows 10 system,pynapl
is installed in the standard location for Python modules, in a “protected” folder.Hence, when a regular user tries to start
pynapl
, it fails, because Python will try to write theWinPort.dyalog
file in a protected location.Here's the traceback we get after a script tries to import
pynapl
and run theAPL
function inAPL.py
:The text was updated successfully, but these errors were encountered: