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

from __future__ imports must occur at the beginning of the file #13

Open
complexgenome opened this issue Jan 31, 2019 · 0 comments
Open

Comments

@complexgenome
Copy link

complexgenome commented Jan 31, 2019


git clone https://github.com/medvedevgroup/varmatch.git
cd varmatch
make all

I try to run tool to see help:


./varmatch -h
  File "./varmatch", line 24
    from __future__ import print_function
SyntaxError: from __future__ imports must occur at the beginning of the file

Python 2.7.13

uname -a
Linux hgrcgridlogin 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64 GNU/Linux

gcc version 6.3.0 20170516 (Debian 6.3.0-18)

edited:
Following lines from script/vardiff file work in python shell:


from __future__ import print_function
import sys
import textwrap as _textwrap
import argparse
import os


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

No branches or pull requests

1 participant