Skip to main content

simple editor

Project description

je_editor

##install

  • please check your tkinter version

    • make sure tkinter is version 8.5 or later
    # check tkinter version
    import tkinter
    tkinter._test()
    
  • on Windows not need install any package

    • if fail to start tkinter
      • python version 3.7 and later will include new tk
  • on macOS not need install any package

    • if fail to start tkinter
      • xcode-select --install
        • download python-tk
          • brew install python-tk
      • or download new python version, new python version include new Tcl/Tk
If you are using macOS 10.6 or later, 
the Apple-supplied Tcl/Tk 8.5 has serious bugs that can cause application crashes.
  • on linux ubuntu use
sudo sudo apt-get install python3-tk
  • on fedora use
sudo dnf python3-tk

Project details


Release history Release notifications | RSS feed

This version

0.0.6

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

je_editor-0.0.6.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

je_editor-0.0.6-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page