-
Notifications
You must be signed in to change notification settings - Fork 67
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
Still Re-writing the Plugins #9
Comments
and any help will be appreciated :) |
Sure, I am having an issue getting sarah to run on my ubuntu system. I am getting the following errors when I run valac main.vala ============================================================================ and when I run sarah.vala I eagerly await your response |
I prefer the plugins in python if its all the same Im really good with it. |
You can install the dependencies and run sarah as following : |
Yes You can Write any Plugin You want in Python |
Got the following when I tried to run the make file : |
You need to install libpeas-dev package :) |
well it seems that helped some, it seems that the error is as follows and centered around the vala-extension.vala file found in the /plugins directory:
Thanks for being so awesome with my new guy questions, Ive never even heard of vala till I started playing around with sarah. Im having a blast regardless |
its Okay Friend ! |
Sorry Friend this was a problem in the make file clone the repo again and try now |
Ran this got the valac package: got the following error: valac -o libsarah.so --library=sarah -H ./bin/sarah.h --gir=Sarah-1.0.gir -X -shared -X -fPIC --pkg libpeas-1.0 --pkg gmodule-2.0 sarah.vala -d ./bin |
yes you are using an old repo! we made several fixes clone the repo now and try again :) |
do as following : |
doh got it running!!!!!!! I added some instructions to the readme and created a pull request thanks!!!! |
Hey. |
Hi, I'd like to know this too. Here is what I did: Created a dir in plugins dir ("/plugins/imdb")Created a file named
|
hi @brunohanai it's worked |
Thanks! And can you explain the |
Imagine with me that you want to create a plugin to called "foo" to print
I think foo.py
|
btw there is already plugin for movies called watch check it in the plugins folder in this repo :) |
We are re-writing the plugins with the plugins system so we didn't finish yet :)
The text was updated successfully, but these errors were encountered: