Re: [BangPypers] How to read barcoded value from the PDF

2011-06-28 Thread Maxin B John
Hi, > I have a PDF document which consist of barcode characters. Now how can I retrieve that >bar-coded value programmatically. When I googled I found a tool called Pypdf which provides a function called 'PdfFileReader' >To read the PDF file, but how can I read the barcode form the existing P

Re: [BangPypers] [Inpycon] Fwd: [PyCon-Organizers] PyCon Twitter Bot

2009-06-30 Thread Maxin B John
d others, please tell me how shall we co-ordinate it's development? Best Regards, Maxin B. John ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] How to build a debian package from python source and glade files (Anand Balachandran Pillai)

2008-07-06 Thread Maxin B John
Hi All, My sincere apologies for the carelessness. Regards, Maxin B. John __ Not happy with your email address?. Get the one you really want - millions of new email addresses available now at Yahoo! http://uk.docs.yahoo.com/ymail

Re: [BangPypers] How to build a debian package from python source and glade files ??

2008-07-04 Thread Maxin B John
Hi Nishith, There is one "showmedo" stuff  which explains exactly what you want .      http://showmedo.com/videos/video?name=linuxJensMakingDeb Regards, Maxin B. John --- On Fri, 4/7/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: From: [EMAIL PROTECTED] <[EMAIL

Re: [BangPypers] BangPypers Digest, Vol 9, Issue 20

2008-05-21 Thread Maxin B John
gtk.MESSAGE_INFO,         buttons        = gtk.BUTTONS_YES_NO,         message_format = "Did you like this Activation example \n by Maxin B. John ...@gmail.com>?")         dialog.set_title('Popup example')         dialog.connect('response', self.show_hide)         dialo

[BangPypers] TinyPy : a small implementation of python (less than 64K of code)

2008-05-15 Thread Maxin B John
a fairly decent subset of python           o classes and single inheritance           o functions with variable or keyword arguments           o strings, lists, dicts, numbers           o modules, list comprehensions           o exceptions with full traceback           o some builtins Rega

[BangPypers] Adventures with Neko, A Book on Python for Children

2008-05-08 Thread Maxin B John
works in all the platforms where python can run. Regards, Maxin B. John __ Sent from Yahoo! Mail. A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html ___ BangPypers mailing list

Re: [BangPypers] BangPypers Digest, Vol 9, Issue 7

2008-05-08 Thread Maxin B John
theader('Content-Length') 123762 It shows this number ie 123.762K. I have downloaded this picture and in my system, when I checked it, it's size is 132k ie du --si la-brea-tar-pits-address.jpg 132kla-brea-tar-pits-address.jpg It seems to me like a mismatc

Re: [BangPypers] How can I read an excel sheet using python ?

2008-04-28 Thread Maxin B John
Thanks and Regards, Sambasivareddy.S Regards, Maxin B John Kerala - Sent from Yahoo! Mail. A Smarter Email.___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] You <-> Eliza Google Talk program: Fun with Python, AI and google talk

2008-01-23 Thread Maxin B John
# # The google chat handling/reply part is done using the xmpppy python module # # Chats from your friends will be passed to the eliza program and the resulting # # output will be returned back to your friends as though you have typed it. # # Who: