Re: [Vala] Do you think that re-use "web-based library" in client side framework?

2010-11-06 Thread Jan Hudec
On Tue, Nov 02, 2010 at 21:48:21 +0900, san hoi wrote: > I try to use python library in genie, (I choose simply process kick > aproach...) > and so I face two problem. > > 1. equivarent code in genie that os.poppen("python output_token_value.py") > 2. definition style infomation in genie (from py

Re: [Vala] Do you think that re-use "web-based library" in client side framework?

2010-11-04 Thread Abderrahim Kitouni
Hello, في ث، 02-11-2010 عند 21:48 +0900 ، كتب san hoi: > I try to use python library in genie, (I choose simply process kick > aproach...) > and so I face two problem. Unless I misunderstood what you mean, this is actually impossible. > 1. equivarent code in genie that os

[Vala] Do you think that re-use "web-based library" in client side framework?

2010-11-03 Thread san hoi
I try to use python library in genie, (I choose simply process kick aproach...) and so I face two problem. 1. equivarent code in genie that os.poppen("python output_token_value.py") 2. definition style infomation in genie (from pygments.styles.colorful import ColorfulStyle part) I'd like to port