nbro

Results 76 comments of nbro

@yashkark Yes, but this means that you already had the underlying Tk library `tktable` installed, otherwise that code would give you an error.

@Goujun Yes, exactly. Sorry for this late reply: I hope you were able to solve your problem meanwhile.

I don't know how this is implemented both in numpy or ndarray, but this shouldn't be too difficult to implement and I think it's a useful feature.

`ndarray` is extremely important for the Rust ecosystem (like numpy is for Python), so this project really needs more developers and maintainers. I am not yet a Rust expert, but...

@mejaz The error is at this line: `master.tk.call('package', 'require', 'Tktable')`, when tkinter tries to do a low-level call to tcl/tk by requiring the `tktable`. 1. _Does using the usual widgets,...

@mejaz Please, if you find an answer to your specific problem, share it with us. Also if you ask help about this problem, e.g. on Stack Overflow, try to tell...

@mejaz Thanks for sharing it with everybody! I saw on SO that they marked your question as duplicate. Does any of the answers to the other duplicated question solve your...

Here's other info and more details regarding the installation of the Tcl/Tk extension widget tktable in case it's not installed and you get the error `_tkinter.TclError: can't find package Tktable`....

As far as I have understood, loading the parameters from the last checkpoint is now the default behavior.

@Pyrsos Well, if you have a go at it, share it with us, please! However, note that there are a few bugs, which may prevent you from updating certain examples...