Code Monkey home page Code Monkey logo

pykalappai's People

Contributors

gvijaydhanasekaran avatar manikk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

pykalappai's Issues

Table does not exists error

I had clone the project and run it. And it runs fine for the first time. Then I tried to add a scimm table in settings, with an invalid file. The UI shows error if invalid scimm tables fine. Then, when I tried to run the application error thrown.

======================================================
Qt: Untested Windows version 10.0 detected!
libpng warning: iCCP: known incorrect sRGB profile
Traceback (most recent call last):
  File "c:\Python34\lib\site-packages\peewee.py", line 3090, in get
    return next(clone.execute())
  File "c:\Python34\lib\site-packages\peewee.py", line 2267, in next
    obj = self.iterate()
  File "c:\Python34\lib\site-packages\peewee.py", line 2249, in iterate
    raise StopIteration
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "app.py", line 45, in <module>
    main = Main()
  File "app.py", line 39, in __init__
    ekWindow = EKWindow()
  File "f:\projects\pykalappai\Controllers\EKWindow.py", line 41, in __init__
    self.icon_activated(QSystemTrayIcon.Trigger)
  File "f:\projects\pykalappai\Controllers\EKWindow.py", line 242, in icon_activated
    self.change_status()
  File "f:\projects\pykalappai\Controllers\EKWindow.py", line 234, in change_status
    self.load_keyboard()
  File "f:\projects\pykalappai\Controllers\EKWindow.py", line 333, in load_keyboard
    DatabaseManager.get_keyboard_path(DatabaseManager.get_current_keyboard())
  File "f:\projects\pykalappai\database\DatabaseManager.py", line 150, in get_keyboard_path
    return LanguageSetting.get(LanguageSetting.id == keyboard_id).file_path
  File "c:\Python34\lib\site-packages\peewee.py", line 4787, in get
    return sq.get()
  File "c:\Python34\lib\site-packages\peewee.py", line 3094, in get
    % self.sql())
database.Tables.LanguageSettingDoesNotExist: Instance matching query does not exist:
SQL: SELECT "t1"."id", "t1"."language_name", "t1"."file_path" FROM "languagesetting" AS t1 WHERE ("t1"."id" = ?)
PARAMS: [1]
Exception ignored in: <bound method HookManager.__del__ of <pyHook.HookManager.HookManager object at 0x05562310>>
Traceback (most recent call last):
  File "c:\Python34\lib\site-packages\pyHook\HookManager.py", line 279, in __del__
  File "c:\Python34\lib\site-packages\pyHook\HookManager.py", line 299, in UnhookKeyboard
AttributeError: 'HookManager' object has no attribute 'keyboard_hook'
=========================================

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.