Re: read part of jpeg file by pure python

2007-09-13 Thread Pacino
On 9 13 , 7 44 , [EMAIL PROTECTED] wrote: > On 13 Wrz, 10:48, Pacino <[EMAIL PROTECTED]> wrote: > > > > > On 9 13 , 4 43 , Laurent Pointal <[EMAIL PROTECTED]> wrote: > > > > Pacino a écrit : > > > > > Hi, everyone, > > > > &g

Re: read part of jpeg file by pure python

2007-09-13 Thread Pacino
On 9 13 , 4 43 , Laurent Pointal <[EMAIL PROTECTED]> wrote: > Pacino a écrit : > > > Hi, everyone, > > > I am wondering whether it's possible to read part (e.g. 1000*1000) of > > a huge jpeg file (e.g. 3*3) and save it to another jpeg file > >

read part of jpeg file by pure python

2007-09-13 Thread Pacino
Hi, everyone, I am wondering whether it's possible to read part (e.g. 1000*1000) of a huge jpeg file (e.g. 3*3) and save it to another jpeg file by pure python. I failed to read the whole file and split it, because it would cost 2GB memory. Can anyone help me? Any comments would be apprec

Re: Python Love :)

2006-03-12 Thread al pacino
Paddy wrote: > Spread the love - tell your Java freinds :-) well said paddy ! :-)) -- http://mail.python.org/mailman/listinfo/python-list

Re: GDI in python>?

2006-02-18 Thread al pacino
Thanks claudio, that should work out fine. -- http://mail.python.org/mailman/listinfo/python-list

GDI in python>?

2006-02-17 Thread al pacino
hi, is it possible to address the 'screen pixels' using python , like analogous to older dos( functions that graphics.h provides') or win api calls for gdi. what i want is to display clusters (in differetn colours) on screen using python. thanks. -- http://mail.python.org/mailman/listinfo/pyt

Re: Tk.quit() now working!

2006-01-30 Thread al pacino
>how do you run your Tkinter program ? like? i was testing it in windows (interactive interpreter) -- http://mail.python.org/mailman/listinfo/python-list

Tk.quit() now working!

2006-01-29 Thread al pacino
i have a weired problem with button widget in Tkinter the callback function(Tk.quit()) for button widget is not working! when i 'press' the button the GUI hangs. code for displaying a 'button objec': ### import Tkinter top=Tkinter.Tk() button=Tkinter.Button(top,text='press me',comm

Re: Python vs C for a mail server

2006-01-28 Thread al pacino
jim you are probably right. i have had exp. with this. i had to create a server(multipurpose such as file sharing, games (pretty simple tho like tic tac toe..) we were in 6th sem with learning OS and comp. n/w for the first time. it seems like these jack ass jerks (proffs/instuctors) like to bull

Re: Python vs C for a mail server

2006-01-28 Thread al pacino
>but i am not able to choose the language.Should i go for C(socket API) Ravi is right (>using sockets is more or less the same from any language.) ..try JSP(java server pages), some guys in nit warangal implemented a mail server (foa LAN though)for their minor project. my contention is that usi

Re: sockets programming with python on mobile phones

2006-01-26 Thread al pacino
Thanks ! well..acutally this is siddharth dave i am a BIG al pacino fan ..(and before joning this grp i had just watched 'scent of a woman") hence this pun on myself!! neways thanks for replying ps: dear edwards watch 'scent of a woman' and u will forget 'doniie bros

sockets programming with python on mobile phones

2006-01-26 Thread al pacino
Hi everyone, Is it possible to write applications using sockets for network programming on MOBILE Phones( using Python on mobile phones such as nokia 66* series ) actually i want my mobile to 'TALK' to my pc 'WIRELESSLY' so i can send data between the two I think it works over the GPRS stack. P