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

cot install-helpers can't install fatdisk/vmdktool under Python 3 + Linux #30

Closed
glennmatthews opened this issue Mar 27, 2015 · 1 comment
Assignees
Labels

Comments

@glennmatthews
Copy link
Owner

cot install-helpers reports "Not sure how to install" for fatdisk and vmdktool on Linux if cot was built/installed under Python 3.x. This is because "sys.platform" for LInux changed from 'linux2' in 2.x and 3.2 to 'linux' in 3.3+

@glennmatthews glennmatthews self-assigned this Mar 27, 2015
@glennmatthews
Copy link
Owner Author

Looks like the appropriate fix may be to use platform.system() instead of sys.platform, as it returns "Linux" under both python2 and python3.

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

No branches or pull requests

1 participant