Kevin Schlosser

Results 464 comments of Kevin Schlosser

the only time the file gets written is if you are using the ConfigOptions class and pecify the makefile argument. this is because the config file MUST be there because...

@WoLpH I have another "toy" for you... you may want to try it.. It should help you greatly if you get into dealing with threads. and making sure everything is...

Nothing has been pushed to pypi. Here is an example of how to use the sphinx-distutils package I wrote. I make use of setup_requires to install any one time use...

as far as that angry debugger program.. I do have to say that I did a pretty good job with that thing. It has been a HUGE help for me...

may I chime in on this. I wanted to show you something @WoLpH just run the attached script. it will show a demo. I set this up for a multi...

Oh and one other thing. running any kind of a python script that manipulates the terminal/console at all will most likely not function properly if run inside of an IDE....

It is really amazing how things turn out. I used your package initially when i was creating a compiling routine for another project. then i discovered i didn't have to...

if you add a simple if not hasattr(stdout, 'isatty') or not stdout.isatty(): raise RuntimeError("This package can only be used in a native OS console/terminal/shell") well test whatever the user is...

You should be able to plop the top half of that script into you package. and inside of the bar classes grab the row number for the cursor instance in...

problem with that is it is for NIX OS's only. no Windows support. Plus is also uses a non std lib package as well. I would have to double check...