pythonjobs / template

The user interface and template for the static site
http://pythonjobs.github.io/
4 stars 8 forks source link

Python 3 support #5

Open lordmauve opened 9 years ago

lordmauve commented 9 years ago

Build dependencies don't install under Python 3.

I get this error when trying to install hyde:

error: invalid command 'bdist_egg'

/home/mauve/.virtualenvs/pythonjobs3/build/hyde/distribute-0.6.14-py3.4.egg
 Traceback (most recent call last):

File "/home/mauve/.virtualenvs/pythonjobs3/build/hyde/distribute_setup.py", line 143, in use_setuptools

    raise ImportError

ImportError
salimfadhley commented 9 years ago

I re-raised this issue on the Hyde issue tracker: https://github.com/hyde/hyde/issues/270