Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrapper library for Python already on Github #1

Closed
nbro opened this issue Mar 7, 2017 · 4 comments
Closed

Wrapper library for Python already on Github #1

nbro opened this issue Mar 7, 2017 · 4 comments

Comments

@nbro
Copy link

nbro commented Mar 7, 2017

Two years ago I decided to make the tktable's wrapper library for Python available on Github with the intent of increase its visibility, but now, since you have uploaded the original Tcl/Tk extension, I'm not sure anymore that was a good idea.

Over the years Python users have had many problems with the wrapper library, because many times the original Tcl/Tk extension is not installed on their system yet. There's no automatic and standardized way of installing this extension in the 3 major OS platforms, for all distributions. See for example this issue: nbro/tktable#1.

For some Ubuntu distributions, you can simply do sudo apt-get install tk-table, but it may not work for all Ubuntu distributions. On Mac, you may be able to install it through MacPorts, but I'm not sure how reliable it is. On Windows probably the only way to install tktable is to use the package manager of ActiveState's ActiveTcl, which means you need also to install this latter.

I would like to note that the wrapper library I'm "maintaining" has already a few little modifications with respect to the Python wrapper you have in this repository under library/.

That's why I also wanted to create an automatic way for Python users to install the wrapper library by simply using Python's package manager pip, but to do that I needed first a way to install this original library, but I'm not qualified enough for now to do it.

So the reason I opened this issue is to understand which plans do you have for the future regarding this library.

@wjoye
Copy link
Owner

wjoye commented Mar 7, 2017 via email

@priyanka22kar
Copy link

help me with the installation steps
I want to use it for viewing my mongodb tables and modifying it using tkinter window
I hope that is possible
@nbro @wjoye
thank you

@wjoye
Copy link
Owner

wjoye commented Jun 22, 2018

To build TkTable:

install tcl/tk devel if needed
download the source

% cd tktable
% ./configure
% make install

@wjoye wjoye closed this as completed Jun 22, 2018
@priyanka22kar
Copy link

@Whoye thank you for your response
I already have tcl/tk
I wanted to know further steps of installation
Your help would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants