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

Running in windows produces "PermissionError: [WinError 5] Access is denied: '/tmp'" #101

Closed
graham-macleod opened this issue May 5, 2018 · 2 comments

Comments

@graham-macleod
Copy link

Due to the config.py specifying a path in UNIX format thi causes a failure when running startup.bat.

The error received is

PermissionError: [WinError 5] Access is denied: '/tmp'

And the offending line config.py seems to be

TABPY_QUERY_OBJECT_PATH = '/tmp/query_objects'

Changing this to

TABPY_QUERY_OBJECT_PATH = 'tmp\query_objects'

seemed to stop the error occurring.

Windows 7 64 bit. Using pyCharm IDE with virtual environments. Python 3.6.4. tabpy version 0.2.

@nmannheimer
Copy link
Contributor

Thanks for the information @graham-macleod !

@nmannheimer
Copy link
Contributor

This change has been added to our backlog for TabPy and is a known issue. As such I'm going to close this issue.

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