jarvisteach / appJar

Simple Tkinter GUIs in Python
http://appJar.info
Other
615 stars 68 forks source link

wrong import into examples: rwbatools #569

Closed alex-pancho closed 5 years ago

alex-pancho commented 5 years ago

Bug Report

14 point was find https://github.com/jarvisteach/appJar/search?q=rwbatools&unscoped_q=rwbatools but when I run examples - I get error ModuleNotFoundError: No module named 'rwbatools'

Context

any examples and code into repo where is present rwbatools import

Expected Behaviour

just need replace rwbatools import to appJar import

jarvisteach commented 5 years ago

Yup - a hangover from the early days, I'll get that changed...

jarvisteach commented 5 years ago

Have changed most of them - that's some really old code, and has a few unsupported functions.

There is also no database/net module on appJar anymore.... so a couple can't be fixed

jarvisteach commented 5 years ago

Think I got them all.