It’s a bit unclear to me, what exactly you want to achieve.

What I understand (correct me if I’m wrong) is that you wrote a library in
Vala, which uses GDA, and you want to use your library from a web app
written in Python.

If I’m right, then all you have to do is to create some GObject
Introspection files for your library, so in Python you can simply use the
form »from gi.repository import YourLibrary«. How to do this is beyond my
knowledge, as I’m pretty beginner with Vala itself; you may want to go
directly to the Vala mailing list, or their IRC channel.

On 25 October 2014 21:39, Daniel Espinosa <[email protected]> wrote:

> I would like to use PyGObject to use GDA & its Vala extensions to develop
> a web app.
>
> Ar there any one using this way?
>
> If you ask why? Its because I'm developing Vala libraries and I would like
> to use them in web applications.
>
> _______________________________________________
> gnome-db-list mailing list
> [email protected]
> https://mail.gnome.org/mailman/listinfo/gnome-db-list
>
>
_______________________________________________
gnome-db-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gnome-db-list

Reply via email to