Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

What version of python? #2

Description

@eldobbins

I tried to install this in a Python 3.5 virtual environment, and it complained about missing parentheses in a sphinx-fortran print statement. What python version is this intended to work with?

Thanks,
Liz

PS Full error message:
sphinx-build -b html -d build/doctrees source build/html
Running Sphinx v1.4.6

Exception occurred:
File "/Users/EDobbins/anaconda2/envs/sphinx/lib/python3.5/site-packages/Sphinx-1.4.6-py3.5.egg/sphinx/application.py", line 473, in setup_extension
mod = import(extension, None, None, ['setup'])
File "/Users/EDobbins/anaconda2/envs/sphinx/lib/python3.5/site-packages/sphinxfortran/fortran_autodoc.py", line 1290
print 'Wrong fortran module name: '+module
^
SyntaxError: Missing parentheses in call to 'print'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions