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

Unable to run python example #1

Closed
cburgmer opened this issue Feb 16, 2010 · 1 comment
Closed

Unable to run python example #1

cburgmer opened this issue Feb 16, 2010 · 1 comment

Comments

@cburgmer
Copy link

/tmp/ibus-tmpl/engine$ python main.py
Traceback (most recent call last):
File "main.py", line 79, in
main()
File "main.py", line 76, in main
launch_engine()
File "main.py", line 47, in launch_engine
IMApp().run()
File "main.py", line 36, in init
self.engine = factory.EngineFactory(self.__bus)
File "/tmp/ibus-tmpl/engine/factory.py", line 43, in __init

super(EngineFactory, self).init(self.info, engine.Engine, ENGINE_PATH, bus, FACTORY_PATH)
TypeError: __init
() takes exactly 2 arguments (6 given)

@phuang
Copy link
Owner

phuang commented Mar 3, 2010

Fixed

This issue was closed.
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

2 participants