Posts

  • Lexical scope — Miscellaneous nerdosity. Programming and... uh...
  • Python Question
#1

I've been playing with python lately, and can't seem to figure out how to run programs like this one from Zhorken: https://github.com/Zhorken/pokemon-x-y-icons

So far, all I know how to use are things that need installation (and thus have a setup.py). But programs like the one mentioned above don't have that. I try using them from a terminal, but get a bunch of "Command not found" errors.

I'm pretty sure that means some dependencies are missing. But I've installed what Zhorken says is needed (PyPNG and PyYAML) and restarted Terminal as well.

So what gives? It's probably something I'm doing wrong, or am otherwise completely clueless about. Any thoughts? I apologize in advance for being a total noob.

#2

Please disregard. I decided to contact Zhorken directly because he's the one who wrote it.