-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for installing in Python 3 (#410)
* setup.py: Python 3 doesn't support octal numbers in this syntax * setup.py: ensure we can actually use the install_requires * setup.py: ensure self.www_dir exists before we write to it * setup.py: replace 'stdout.write' with 'print()' Attempting to work around this error thrown on line 152: ValueError: underlying buffer has been detached * setup.py: create the necessary directories in Python 3
- Loading branch information
1 parent
14fd219
commit b45f4c6
Showing
1 changed file
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters