prettytable icon indicating copy to clipboard operation
prettytable copied to clipboard

Automatically exported from code.google.com/p/prettytable

Results 34 prettytable issues
Sort by recently updated
recently updated
newest added

``` What steps will reproduce the problem? 1. Download the package from https://prettytable.googlecode.com/files/prettytable-0.7.2.tar.gz 2. Extract and notice the permission for all files, especially the ones under prettytable.egg-info directory 3. They...

Priority-Medium
auto-migrated
Type-Defect

``` What steps will reproduce the problem? 1. Set header field to left table.align["xyz"] = "l" 2. Wrap header field with ansi colors table.header(['\033[34mxyz\033[0m']) 3. Print table What is the...

Priority-Medium
auto-migrated
Type-Defect

``` What steps will reproduce the problem? 1. pipe = subprocess.os.popen('lp','w') 2. pipe.write(table.get_string()) 3. pipe.close() What is the expected output? What do you see instead? Headers appear on first page...

Priority-Medium
auto-migrated
Type-Defect

``` Hi, this is a request for an enhancement. I would like to be able to print these two kind of tables, but as far as I understand this is...

Priority-Medium
Type-Enhancement
auto-migrated