Re: patch

2009-01-06 Thread geon
sorry, pls forget :-( -- http://mail.python.org/mailman/listinfo/python-list

Re: pysqlite install error on hp ux (ld: Can't find library for -lpython2.5)

2008-11-11 Thread Geon.
On 11월11일, 오후6시10분, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > * Geon. (Mon, 10 Nov 2008 18:00:56 -0800 (PST)) > > > > > > > On 11?10?, ??1?31?, ??? <[EMAIL PROTECTED]> wrote: > > > On Nov 10, 10:29 am, "Geon." <[EMAIL PROTECTED]> wrot

Re: pysqlite install error on hp ux (ld: Can't find library for -lpython2.5)

2008-11-10 Thread Geon.
On 11월10일, 오후1시31분, 一首诗 <[EMAIL PROTECTED]> wrote: > On Nov 10, 10:29 am, "Geon." <[EMAIL PROTECTED]> wrote: > > > hi everyone! > > > when i install pysqlite i meet bellow error. ( use easy_install and > > source code building same problem ) > &

Re: pysqlite install error on hp ux (ld: Can't find library for -lpython2.5)

2008-11-09 Thread Geon.
On 11월10일, 오전11시29분, "Geon." <[EMAIL PROTECTED]> wrote: > hi everyone! > > when i install pysqlite i meet bellow error. ( use easy_install and > source code building same problem ) > > ld: Can't find library for -lpython2.5 > > what mean this message?

pysqlite install error on hp ux (ld: Can't find library for -lpython2.5)

2008-11-09 Thread Geon.
hi everyone! when i install pysqlite i meet bellow error. ( use easy_install and source code building same problem ) ld: Can't find library for -lpython2.5 what mean this message? and what i do? my system is hp-ux 11i v3. and python2.5 is installed. ld command also avaliable. please help for m

how to get playtime ( playback time ) of movie files?

2008-01-02 Thread Geon.
hi.. i want get playtime of movie files ( avi , mpeg , wav , mov etc... ) how to get ?? please help me .. -- http://mail.python.org/mailman/listinfo/python-list

Re: return None

2005-07-22 Thread geon
y print the function, what you neednt, of course. You can just call it: def x(): pass print x() # calling with printing x() # calling only x() prints really nothing, even not None ;-) -- geon Vyjímka je pravidlo. Rekurzivní. -- http://mail.python.org/mailman/listinfo/python-list

ftputil - uploading many files too long

2005-07-11 Thread geon
raise TemporaryError(obj) ftputil.ftp_error.TemporaryError: 421 Login Timeout (25 seconds): closing contro l connection. I think its not about many files but because of it takes too long for my ftp server (25s). I tried many things but nothing helps. Any help is appreciated... -- geon -- http://mail.python.org/mailman/listinfo/python-list