Re: [Vala] Python bindings for Vala code

2010-02-08 Thread Abderrahim Kitouni
Hi, 2010/2/7, rastersoft ras...@rastersoft.com: Sorry to those who are putting a lot of work into PyGObject/PyGIR/PyBank/PyNameOfTheMonth but its harmful to mislead project developers in suggesting they should use something that will only cause them lost time and frustration. Just to

Re: [Vala] Python bindings for Vala code

2010-02-08 Thread pancake
at some point. On Sun, Feb 7, 2010 at 1:58 PM, pancake panc...@youterm.com mailto:panc...@youterm.com wrote: I'm developing valaswig aiming to provide swig (perl, ruby, python...) bindings for vala and vapi code. It's usable, but still needs so much love. I will release 0.1 next

Re: [Vala] Python bindings for Vala code

2010-02-07 Thread Abderrahim Kitouni
Hi, 2010/2/6 rastersoft ras...@rastersoft.com: Is possible to do Python bindings for Vala classes? This is, accessing vala classes from Python. Yes, I know that it should be as easy than doing it for a GObject class, but what I mean is if there is a tutorial or similar, and, what's more

Re: [Vala] Python bindings for Vala code

2010-02-07 Thread Abderrahim Kitouni
Hi, 2010/2/6 rastersoft ras...@rastersoft.com: Is possible to do Python bindings for Vala classes? This is, accessing vala classes from Python. Yes, I know that it should be as easy than doing it for a GObject class, but what I mean is if there is a tutorial or similar, and, what's more

Re: [Vala] Python bindings for Vala code

2010-02-07 Thread Arc Riley
GObject introspection only works for Vala/Genie code which is written within its design constraints (ie, you cannot use nested namespaces) Further, the various Python GIR libraries are in deep alpha and cannot be expected to work (at all). I have yet to get them to work. You certainly will not

Re: [Vala] Python bindings for Vala code

2010-02-07 Thread pancake
I'm developing valaswig aiming to provide swig (perl, ruby, python...) bindings for vala and vapi code. It's usable, but still needs so much love. I will release 0.1 next month, but you can get a copy from Hg clone http://hg.youterm.com/valaswig If somebody is interested on it, let me

Re: [Vala] Python bindings for Vala code

2010-02-07 Thread Arc Riley
...) bindings for vala and vapi code. It's usable, but still needs so much love. I will release 0.1 next month, but you can get a copy from Hg clone http://hg.youterm.com/valaswig If somebody is interested on it, let me know. I think dynamic Lang bindings for vala can be a good point

Re: [Vala] Python bindings for Vala code

2010-02-07 Thread rastersoft
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arc Riley escribió: Hi: [problems with GObject introspection and PyGI] Sorry to those who are putting a lot of work into PyGObject/PyGIR/PyBank/PyNameOfTheMonth but its harmful to mislead project developers in suggesting they should use

[Vala] Python bindings for Vala code

2010-02-06 Thread rastersoft
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all: Is possible to do Python bindings for Vala classes? This is, accessing vala classes from Python. Yes, I know that it should be as easy than doing it for a GObject class, but what I mean is if there is a tutorial or similar, and, what's more