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

Windows blender tempfile permission error #5

Open
kbsezginel opened this issue Sep 3, 2018 · 1 comment
Open

Windows blender tempfile permission error #5

kbsezginel opened this issue Sep 3, 2018 · 1 comment

Comments

@kbsezginel
Copy link
Owner

Windows blender executable cannot read temp pdb file due to some permission error, however it can read regular pdb files. An easy work around is to make temp file creation optional. Create regular pdb file and delete afterwards.

@kbsezginel
Copy link
Owner Author

Turns out this is a Windows issue, from Python tempfile docs:

Whether the name can be used to open the file a second time, while the named temporary file is still open, varies across platforms (it can be so used on Unix; it cannot on Windows NT or later).

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

1 participant