tktable
tktable copied to clipboard
Wrapper library for Python of the homonymous Tk library.
See - https://packaging.python.org/en/latest/tutorials/packaging-projects/ - https://python-poetry.org/docs/repositories/
- [ ] #10 - Find out what the best way to deal with the external dependencies is (in this case) - Should users need to manually install them, or...
### Questions - [ ] Are those package being actively developed? ### Links - [https://core.tcl-lang.orghttps://core.tcl-lang.org/jenglish/gutter/packages/tktable.html/jenglish/gutter/packages/tktable.html](https://anaconda.org/search?q=tktable)
### Resources - https://stackoverflow.com/questions/tagged/tktable - https://www.eso.org/projects/vlt/sw-dev/tcl8.3.3/tktable2.7/tkTable.html - https://core.tcl-lang.org/jenglish/gutter/packages/tktable.html
### TODO - [ ] Can we use github actions for free for running the tests and checks on different platforms/OS? ### Resources - https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates
We probably need to use e.g. docker containers to test this. ### TODO - [ ] Can we create a docker image with tcl and the original tcl's tktable? -...
I am getting this error on running `tktable.py`. It should run a `sample_test()`within the file. Error: ``` Traceback (most recent call last): File "tktable.py", line 636, in sample_test() File "tktable.py",...
python 2.7.13 ``` Traceback (most recent call last): File "E:\IDP\SetupIDE.py", line 47, in table = tktable.Table(fields_tab, rows=10, cols=4) File "E:\IDP\tktable.py", line 128, in __init__ tkinter.Widget.__init__(self, master, 'table', kw) File "C:\Python27\lib\lib-tk\Tkinter.py",...