Re: win32com

2010-05-10 Thread mohamed issolah
hey, I need help . 2010/5/9 mohamed issolah > hey, > I wich to have an example please > > need help > > > > 2010/5/9 Chris Rebert > > On Sun, May 9, 2010 at 1:15 AM, mohamed issolah >> wrote: >> > hey, >> > >> > there is an alter

Re: win32com

2010-05-09 Thread mohamed issolah
hey, I wich to have an example please need help 2010/5/9 Chris Rebert > On Sun, May 9, 2010 at 1:15 AM, mohamed issolah > wrote: > > hey, > > > > there is an alternative of win32com in linux? > > > > what i want to say : can communicate with appli

win32com

2010-05-09 Thread mohamed issolah
hey, there is an alternative of win32com in linux? what i want to say : can communicate with application (ex: evolution or another) throught python like in windows with win32com thanks, sorry for my english need help -- issolah mohamed -- http://mail.python.org/mailman/listinfo/python-list

Re: show image in python

2010-03-11 Thread mohamed issolah
path = sys.argv[1] matrix = Matimg(path) print matrix Creeimg() 2010/3/11 Philip Semanchuk > > On Mar 10, 2010, at 5:03 PM, mohamed issolah wrote: > > Hey, This is my program >> >> 1 #!/usr/bin/python >> 2 import PIL >> 3 import numpy &g

show image in python

2010-03-10 Thread mohamed issolah
Hey, This is my program 1 #!/usr/bin/python 2 import PIL 3 import numpy 4 import Image 5 import ImageOps 6 import sys 7 8 def Matimg(path): 9 """transforme image en matrice""" 10 Img = Image.open(str(path)) 11 Img1 = ImageOps.grayscale(Img) 12 la

compiler with python

2010-03-06 Thread mohamed issolah
hey, yes quad = quad tuple like ("+",x1,x2,temp) I work in linux example : my parser with flex : -- issolah mohamed token.l Description: Binary data -- http://mail.python.org/mailman/listinfo/python-list

compiler with python

2010-03-06 Thread mohamed issolah
hey, I want to create a compiler which transform a code like pascal code (that what I do in C) to "quad" In C, I use BISON and FLEX tools. -- issolah mohamed -- http://mail.python.org/mailman/listinfo/python-list

compiler with python

2010-03-06 Thread mohamed issolah
hey, How can I construct a compiler with python just for informatiom ., I have habit to construct it with C language, sorry for my english ;-) -- issolah mohamed -- http://mail.python.org/mailman/listinfo/python-list