Re: Postscript to pdf

2015-09-20 Thread Bala Ji
Thank u laura, I tired it but the problem when i use it there is only half of the image its like the software cut the image -- https://mail.python.org/mailman/listinfo/python-list

Postscript to pdf

2015-09-20 Thread Bala Ji
Hello, I'm doing a software to make an id card for a school club so i used TKINTER to make this software. So i can enter details like name, student number etc.. So finally i got a Postscript file the problem is that i want to make a pdf file do you have any ideas? "convert ps to pdf" Thank u r

Re: Python mange with liste

2013-12-29 Thread Bala Ji
Oh sorry it's a Y (in french it's O) sorry for the mistake Le dimanche 29 décembre 2013 00:30:23 UTC+1, Bala Ji a écrit : > Hello guys, > > i need some help with is program > > > > I have a txt file "test.txt" where there is Name;Sex

Re: Python mange with liste

2013-12-29 Thread Bala Ji
hello, thank you for your help i wrote this: x="nam1" y="F" names = [("nam1", "F", "Y"), ("nam2", "M", "N")] l = len(names) for i in range(0,l): print names[i][0] print names[i][1] if x == names[i][0] and y == names[i][1]: message = "right" else

Python mange with liste

2013-12-28 Thread Bala Ji
Hello guys, i need some help with is program I have a txt file "test.txt" where there is Name;Sexe;Answer(Y or N) example of txt file: -- nam1;F;Y nam2;M;N nam3;F;Y nam4;M;N halo;M;Y rock;M;N nam1;F;N _ so my program will ask the