Code Monkey home page Code Monkey logo

tktable's People

Contributors

atupone avatar olebole avatar wjoye avatar

Stargazers

 avatar

Watchers

 avatar  avatar

tktable's Issues

Wrapper library for Python already on Github

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.

Compilation error on arm64

When I try to compile tktable under arm64, I get the following error:

./generic/tkTableTag.c: In function ‘TableResetTag’:
./generic/tkTableTag.c:215:47: error: incompatible type for argument 2 of ‘tclStubsPtr->tcl_PanicVA’
  215 |       Tcl_PanicVA("bad mojo in TableResetTag",NULL);
      |                                               ^~~~
      |                                               |
      |                                               void *
./generic/tkTableTag.c:215:47: note: expected ‘va_list’ but argument is of type ‘void *’

This error is repeated seven times; full build log is here. The same happens on some other platforms: arm 32 bit soft float, alpha, sh4. General build logs for this version here.
Tcl version is 8.6.10.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.