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

Update to version 4.0.0 with Python3 support #28

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from

Conversation

Kairiw
Copy link

@Kairiw Kairiw commented May 12, 2021

Adds support for Python3, tested against 3.7 and 3.9 but should work with any 3.x version. Support for Python 2.x versions is dropped completely. Updated to use SqlAlchemy 1.4 the current version installed via pip, and switches the XML library from the old PyXML to lxml for xpath.

Currently it is possible to start the service with the internal development web server and somethings work. Guest creation is broken due to some input validation errors and one of the drop down menus not populating. Network storage support is broken because the iscsi commands can't be run by pysilhouette because of permissions. I'm exploring was to give the pysilhouette user account permissions without just running it as root, until then network storage will remain broken.

Once the service is completely functional again I will update the documentation.

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

Successfully merging this pull request may close these issues.

None yet

1 participant