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

Error when trying to use Command Line #4

Closed
mcat opened this issue May 29, 2013 · 1 comment
Closed

Error when trying to use Command Line #4

mcat opened this issue May 29, 2013 · 1 comment

Comments

@mcat
Copy link

mcat commented May 29, 2013

When I type ''tileup' into the command line and hit enter on osx 10.8 I get the following error:

/usr/bin/tileup:23:in `load': /Library/Ruby/Gems/1.8/gems/tileup-0.1.3/bin/tileup:13: odd number list for Hash (SyntaxError)
tile_width: 256,
^
/Library/Ruby/Gems/1.8/gems/tileup-0.1.3/bin/tileup:13: syntax error, unexpected ':', expecting '}'
tile_width: 256,
^
from /usr/bin/tileup:23

@rktjmp
Copy link
Owner

rktjmp commented May 30, 2013

Looks like you're using Ruby 1.8.X, could you run ruby --version in your terminal?

tileup is only 1.9.3+ compatible, 1.8 is quite old (~2008).

@rktjmp rktjmp closed this as completed Jul 13, 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

2 participants