darxtrix / ptop

An awesome task manager written in python. :computer:

Home Page:http://darxtrix.in/ptop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not work on os x python 3.4

p2mbot opened this issue · comments

Works with python2.7, try pressing CTRL + L if you see weird characters on the screen. I will check if I can add support for Python3 also. Thanks for notifying !

A patch to add Python 3 support by removing xrange's and fixing the following error:

 non-empty format string passed to object.__format__

The error happens because system_info['running_time'] is a timedelta and doesn't have __format__ method.

Some explanation can be found here:
http://stackoverflow.com/a/29613927/521590

@anongit Being busy nowadays. Will fix these issues probably this weekend.

Thanks, again 👍

#44 Fixes this.