Re: making executables smaller

2016-07-26 Thread Carter Temm
OK. So I guess the question should be, how can I make these executables smaller in general? Sent from my iPhone > On Jul 26, 2016, at 5:13 PM, Dennis Lee Bieber wrote: > > On Tue, 26 Jul 2016 12:22:16 -0500, Carter Temm > declaimed the following: > >> Hi, >> I’m

making executables smaller

2016-07-26 Thread Carter Temm
Hi, I’m writing a couple different projects at the moment, and when I compile it into a single executable using pyinstaller, it becomes extremely large. I’m guessing this is because of the modules used. Because I’m not that skilled at python, I put stuff like for example, import sys. I imagine t

Don't understand why I'm getting this error

2016-07-14 Thread Carter Temm
Hi all. I've been looking at this for a bit, and can't seem to come to a possible conclusion on what could be happening to get an error. Anyway, here is the code, then I'll explain. http://pastebin.com/raw/YPiTfWbG the issue comes when using argv. But when I change TIME = argv to TIME = 2 I