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

SyntaxError in geturl on line 53 #10

Closed
derblub opened this issue Oct 2, 2012 · 4 comments
Closed

SyntaxError in geturl on line 53 #10

derblub opened this issue Oct 2, 2012 · 4 comments

Comments

@derblub
Copy link

derblub commented Oct 2, 2012

Getting a syntax error:

$ geturl .vimrc
   File "/usr/local/bin/geturl", line 53
   print "usage: geturl <filename>"
                                  ^
   SyntaxError: invalid syntax

on Archlinux

@Gonzih
Copy link

Gonzih commented Oct 2, 2012

Same issue on ArchLinux

@uams
Copy link
Owner

uams commented Oct 2, 2012

Interesting. I presume it doesn't like the greater than '>'? Easy fix seems like changing it to "geturl path/to/file" or just "geturl filepath"

@molecula21
Copy link

Doesnt work for me too. Applying the changes mentioned above dont fix the problem at all. I am also under Arch. Maybee it is because we use python3 or something related to python version... I am looking forward to use this script :)

@uams
Copy link
Owner

uams commented Jan 22, 2013

#15 should have fixed this, largely replacing the stub of a help with argparse. Thanks.

@uams uams closed this as completed Jan 22, 2013
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

4 participants