Jun Liu

Results 3 issues of Jun Liu

Hi Wang, Thank you for creating such an awesome project! I'd like to add a button at the end of the pywebio script, then the user can click the button...

I installed markdoc successfully in a Debian server, but failed on running markdoc command. it report below error: ``` root@aFEWS:~# markdoc Traceback (most recent call last): File "/usr/local/bin/markdoc", line 5,...

for example: ``` t1 = TableFu() t2 = t1.filter(type='xxx') t2.total('column_name') ``` the last cause will raise an error such like: ``` D:\tools\WinPython-32bit-2.7.3.3\python-2.7.3\lib\site-packages\table_fu\__init__.pyc in __getitem__(self, column_name) 343 datum = self.get(column_name) 344...