From siddharta.lists at gmail.com Mon Dec 3 09:55:25 2007 From: siddharta.lists at gmail.com (Siddharta) Date: Mon, 03 Dec 2007 14:25:25 +0530 Subject: [BangPypers] Crunchy - Learn Python through your Browser Message-ID: <4753C47D.8080000@gmail.com> Coming back to the question about environments for teaching Python, I just came across Crunchy. Developed by Andr? Roberge and Johannes Woolard, Crunchy allows you to run commands on the python interpreter via a browser window. Check out this awesome screencast that demonstrates what it is capable of - http://showmedo.com/videos/video?name=1430000&fromSeriesID=143 -- Siddharta http://siddhi.blogspot.com http://www.silverstripesoftware.com/blog/ From abpillai at gmail.com Wed Dec 5 10:47:08 2007 From: abpillai at gmail.com (Anand Balachandran Pillai) Date: Wed, 5 Dec 2007 15:17:08 +0530 Subject: [BangPypers] Crunchy - Learn Python through your Browser In-Reply-To: <4753C47D.8080000@gmail.com> References: <4753C47D.8080000@gmail.com> Message-ID: <8548c5f30712050147q3615fd05o22fd2deab65dafcd@mail.gmail.com> Have you taken a look at ajaxterm ? http://anthony.lesuisse.com/qweb/trac/wiki/AjaxTerm Works like a terminal inside your browser, using AJAX. Pretty cool. I giving crunchy a run. --Anand On Dec 3, 2007 2:25 PM, Siddharta wrote: > Coming back to the question about environments for teaching Python, I > just came across Crunchy. Developed by Andr? Roberge and Johannes > Woolard, Crunchy allows you to run commands on the python interpreter > via a browser window. Check out this awesome screencast that > demonstrates what it is capable of - > http://showmedo.com/videos/video?name=1430000&fromSeriesID=143 > > -- > Siddharta > http://siddhi.blogspot.com > http://www.silverstripesoftware.com/blog/ > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- -Anand From sree at mahiti.org Wed Dec 5 10:59:26 2007 From: sree at mahiti.org (Sreekanth S Rameshaiah) Date: Wed, 5 Dec 2007 15:29:26 +0530 Subject: [BangPypers] Usecases for IronPython Message-ID: <313529610712050159g4e3786cdo70d767721155c414@mail.gmail.com> Hi all, Have any of you tried your hands on Mono + IronPython combination to deploy any enterprise application? We are thinking in this direction and any inputs will be greatly appreciated. -- Thanks and Regards, - sree Sreekanth S Rameshaiah Executive Director Mahiti Infotech Pvt. Ltd. # 314/1, 2nd Floor, Vijaykiran Building 7th Cross, Domlur Layout, Bangalore, India - 560071 Phone: +91 80 4115 0580/1/2/3 Mobile: +91 98455 12611 www.mahiti.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071205/82587583/attachment.htm From abpillai at gmail.com Thu Dec 6 06:50:21 2007 From: abpillai at gmail.com (Anand Balachandran Pillai) Date: Thu, 6 Dec 2007 11:20:21 +0530 Subject: [BangPypers] Python Fun Message-ID: <8548c5f30712052150v31246caeo9895b02a059c65cb@mail.gmail.com> import urllib2 urllib2.urlopen("http://xkcd.com/353/") -- -Anand From pradeep at btbytes.com Thu Dec 6 10:24:27 2007 From: pradeep at btbytes.com (Pradeep Kishore Gowda) Date: Thu, 6 Dec 2007 14:54:27 +0530 Subject: [BangPypers] Python Fun In-Reply-To: <8548c5f30712052150v31246caeo9895b02a059c65cb@mail.gmail.com> References: <8548c5f30712052150v31246caeo9895b02a059c65cb@mail.gmail.com> Message-ID: <3e3294b70712060124u668f7f28n5b1785ce242eede3@mail.gmail.com> On 12/6/07, Anand Balachandran Pillai wrote: > import urllib2 > urllib2.urlopen("http://xkcd.com/353/") No wonder pythoneers are happy about some xkcd lovin' ** This appeared on not less than 6 blogs on planetpython.org today. ** xkcd.com is a *very* popular geek comic. -- Home - http://btbytes.com Heart - http://sampada.net Yummy! - http://konkanirecipes.com From abpillai at gmail.com Thu Dec 6 10:25:58 2007 From: abpillai at gmail.com (Anand Balachandran Pillai) Date: Thu, 6 Dec 2007 14:55:58 +0530 Subject: [BangPypers] Crunchy - Learn Python through your Browser In-Reply-To: References: <4753C47D.8080000@gmail.com> <8548c5f30712050147q3615fd05o22fd2deab65dafcd@mail.gmail.com> Message-ID: <8548c5f30712060125y25c1307fv58ff71c3219125b5@mail.gmail.com> Hi, My answer to this is, currently I am not aware of any regular meetings. But I think regular meetings are required. Unfortunately I am not in a position to co-ordinate these due to personal reasons. My suggestions is for someone or a group of guys to come forward, take charge and plan out the monthly meetings. Thanks --Anand On Dec 6, 2007 2:41 PM, jayasimha makineni wrote: > Hi Anand, > > Do BangPypers meet in real world ? I want to meet some of them in person. > > cheers, > jay > -- -Anand From dorait at imorph.com Thu Dec 6 11:51:07 2007 From: dorait at imorph.com (Dorai Thodla) Date: Thu, 6 Dec 2007 16:21:07 +0530 Subject: [BangPypers] Python Fun In-Reply-To: <3e3294b70712060124u668f7f28n5b1785ce242eede3@mail.gmail.com> References: <8548c5f30712052150v31246caeo9895b02a059c65cb@mail.gmail.com> <3e3294b70712060124u668f7f28n5b1785ce242eede3@mail.gmail.com> Message-ID: <603b7e560712060251s6fa70277pf1a5ce1fcf0c0491@mail.gmail.com> Not to mention some furious back and forth's on Facebook. Did you notice the tooltip when you hover over the stick figures? In fact there is a move to print it as a T-shirt and distribute it in PyCon 2008. Dorai On Dec 6, 2007 2:54 PM, Pradeep Kishore Gowda wrote: > On 12/6/07, Anand Balachandran Pillai wrote: > > import urllib2 > > urllib2.urlopen("http://xkcd.com/353/") > > No wonder pythoneers are happy about some xkcd lovin' ** > This appeared on not less than 6 blogs on planetpython.org today. > > > ** xkcd.com is a *very* popular geek comic. > > > -- > Home - http://btbytes.com > Heart - http://sampada.net > Yummy! - http://konkanirecipes.com > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- Dorai Thodla (http://www.thodla.com) US: 650-206-2688 India: 98408 89258 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071206/20f6e666/attachment.htm From sou2k at yahoo.com Mon Dec 17 08:24:02 2007 From: sou2k at yahoo.com (sounav maikap) Date: Sun, 16 Dec 2007 23:24:02 -0800 (PST) Subject: [BangPypers] Soap with Python 2.5 Message-ID: <880336.40353.qm@web53905.mail.re2.yahoo.com> Can anybody point me out to any tutorial/info related to using Soap with Python 2.5. Actually I am in the process of creating a client and server setup using soap messaging. Thanks in advance. -SM ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071216/438b5685/attachment.htm From gnuyoga at gmail.com Mon Dec 17 09:31:48 2007 From: gnuyoga at gmail.com (gnuyoga) Date: Mon, 17 Dec 2007 14:01:48 +0530 Subject: [BangPypers] Soap with Python 2.5 In-Reply-To: <880336.40353.qm@web53905.mail.re2.yahoo.com> References: <880336.40353.qm@web53905.mail.re2.yahoo.com> Message-ID: <476633F4.9060108@gmail.com> sounav maikap wrote: > Can anybody point me out to any tutorial/info related to using Soap > with Python 2.5. Actually I am in the process of creating a client and > server setup using soap messaging. > > Thanks in advance. > -SM > r u looking at a remoting API or specifically soap ?? - gy -- http://picasaweb.google.com/gnuyoga Each soul is potentially divine. The goal is to manifest the divine by controlling nature, internal or external. Do this by work or worship or psychic control or philosophy by one or more, or all of these and be free. From sou2k at yahoo.com Mon Dec 17 09:46:25 2007 From: sou2k at yahoo.com (sounav maikap) Date: Mon, 17 Dec 2007 00:46:25 -0800 (PST) Subject: [BangPypers] Soap with Python 2.5 Message-ID: <325181.38403.qm@web53911.mail.re2.yahoo.com> To break things apart I have a system like this: A. Java Server B. Python client sitting at the client's end C. Another client (not python based - responsible for execution not available with B) which talks only SOAP Need of the system: A can talk with both B and C B can talk with A and C As SOAP is enabled for C - I thought to implement SOAP as the common mean. Any suggestion welcomed. -SM ----- Original Message ---- From: gnuyoga To: Bangalore Python Users Group - India Sent: Monday, December 17, 2007 2:01:48 PM Subject: Re: [BangPypers] Soap with Python 2.5 sounav maikap wrote: > Can anybody point me out to any tutorial/info related to using Soap > with Python 2.5. Actually I am in the process of creating a client and > server setup using soap messaging. > > Thanks in advance. > -SM > r u looking at a remoting API or specifically soap ?? - gy -- http://picasaweb.google.com/gnuyoga Each soul is potentially divine. The goal is to manifest the divine by controlling nature, internal or external. Do this by work or worship or psychic control or philosophy by one or more, or all of these and be free. _______________________________________________ BangPypers mailing list BangPypers at python.org http://mail.python.org/mailman/listinfo/bangpypers ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071217/1a6a3a74/attachment.htm From gnuyoga at gmail.com Mon Dec 17 11:49:05 2007 From: gnuyoga at gmail.com (gnuyoga) Date: Mon, 17 Dec 2007 16:19:05 +0530 Subject: [BangPypers] Soap with Python 2.5 In-Reply-To: <325181.38403.qm@web53911.mail.re2.yahoo.com> References: <325181.38403.qm@web53911.mail.re2.yahoo.com> Message-ID: <47665421.8020007@gmail.com> sounav maikap wrote: > To break things apart I have a system like this: > A. Java Server > B. Python client sitting at the client's end > C. Another client (not python based - responsible for execution not > available with B) which talks only SOAP > > Need of the system: > A can talk with both B and C > B can talk with A and C > > As SOAP is enabled for C - I thought to implement SOAP as the common mean. > > Any suggestion welcomed. > -SM > If its python - python then Pyro or twisted would have been a good choice. Since 'C' can only talk using soap we dont have much choice ;) http://www.diveintopython.org/soap_web_services/index.html - sree -- http://picasaweb.google.com/gnuyoga Each soul is potentially divine. The goal is to manifest the divine by controlling nature, internal or external. Do this by work or worship or psychic control or philosophy by one or more, or all of these and be free. From abpillai at gmail.com Tue Dec 18 06:15:11 2007 From: abpillai at gmail.com (Anand Balachandran Pillai) Date: Tue, 18 Dec 2007 10:45:11 +0530 Subject: [BangPypers] Soap with Python 2.5 In-Reply-To: <47665421.8020007@gmail.com> References: <325181.38403.qm@web53911.mail.re2.yahoo.com> <47665421.8020007@gmail.com> Message-ID: <8548c5f30712172115t282815k7b9366ffc41e01d0@mail.gmail.com> Python by default does not come with SOAP server/client support. But you have the following third-party APIs which provide support. SOAPpy => pywebsvcs.sourceforge.net Twisted also provides a SOAP/XML-RPC server using its reactor core. The best thing about twisted is that you can have the same server (same code) implement both SOAP/XML-RPC end-points for a given RPC call which you want to implement. Take a look at http://twistedmatrix.com/projects/web/documentation/howto/xmlrpc.html Implement SOAP in the java server, use twisted in the Python client (B) and anyway you are using SOAP with C. --Anand On Dec 17, 2007 4:19 PM, gnuyoga wrote: > sounav maikap wrote: > > To break things apart I have a system like this: > > A. Java Server > > B. Python client sitting at the client's end > > C. Another client (not python based - responsible for execution not > > available with B) which talks only SOAP > > > > Need of the system: > > A can talk with both B and C > > B can talk with A and C > > > > As SOAP is enabled for C - I thought to implement SOAP as the common mean. > > > > Any suggestion welcomed. > > -SM > > > If its python - python then Pyro or twisted would have been a good > choice. Since 'C' can only talk using soap we dont have much choice ;) > > http://www.diveintopython.org/soap_web_services/index.html > > > - sree > > > -- > http://picasaweb.google.com/gnuyoga > > Each soul is potentially divine. The goal is to manifest the divine by controlling nature, internal or external. Do this by work or worship or psychic control or philosophy by one or more, or all of these and be free. > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- -Anand From ramdas at developeriq.com Tue Dec 18 16:03:29 2007 From: ramdas at developeriq.com (Ramdas S) Date: Tue, 18 Dec 2007 20:33:29 +0530 Subject: [BangPypers] Python jobs Message-ID: <6e38f9f00712180703wdfd51dekedd4840734be0880@mail.gmail.com> Dear all, CustomerXPS a fresh startup by some ex Infosys/MS/Amazon team is looking at developers with Python experience. And I am posting as per their request. Apart from Python, they are looking at Java and expertise in a number of technologies. Here are contact details. *Balaji Suryanarayana Office: +91(80) 32723141 Cell: +91 9886076540 Email: careers at customerxps.com DO NOT WRITE BACK TO THIS POST. ALSO DO NOT WRITE ME A MAIL ON THE SAME. Ramdas * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071218/78bb52ef/attachment.htm From shivraj_ms at yahoo.co.in Wed Dec 19 12:14:04 2007 From: shivraj_ms at yahoo.co.in (Shivraj M S) Date: Wed, 19 Dec 2007 11:14:04 +0000 (GMT) Subject: [BangPypers] Python modules Message-ID: <407335.4018.qm@web8601.mail.in.yahoo.com> Is there any perl CPAN like tool in python which can install python modules from a python shell for its version. (pypi didn't help as there was some download error couldn't get relevant url to download sources) --------------------------------- Chat on a cool, new interface. No download required. Click here. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071219/1350582e/attachment.htm From abpillai at gmail.com Wed Dec 19 12:20:31 2007 From: abpillai at gmail.com (Anand Balachandran Pillai) Date: Wed, 19 Dec 2007 16:50:31 +0530 Subject: [BangPypers] Python modules In-Reply-To: <407335.4018.qm@web8601.mail.in.yahoo.com> References: <407335.4018.qm@web8601.mail.in.yahoo.com> Message-ID: <8548c5f30712190320j7aa14949s53903a85d1e0a1d9@mail.gmail.com> easy_install is the minimal CPAN for Python. Get it from http://peak.telecommunity.com/DevCenter/EasyInstall easy_install works with PyPI and Python distutils to install Python programs from the Internet. Basically it scans PyPI for a project using a name, pulls in the metadata in the PKG-INFO format (if found). If the project defines a download URL, it is automatically fetched and installed using distutils. Typical use of easy_install is, $ easy_install However if you already know the download URL of a project you can do this... $ easy_install --Anand On Dec 19, 2007 4:44 PM, Shivraj M S wrote: > Is there any perl CPAN like tool in python which can install python modules > from a python shell for its version. > (pypi didn't help as there was some download error couldn't get relevant url > to download sources) > > > > > ________________________________ > Chat on a cool, new interface. No download required. Click here. > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > > -- -Anand From =?UTF-8?Q?Pradeep_Kishore_Gowda_=E0=B2=AA=E0=B3=8D=E0=B2=B0?= Wed Dec 19 12:24:20 2007 From: =?UTF-8?Q?Pradeep_Kishore_Gowda_=E0=B2=AA=E0=B3=8D=E0=B2=B0?= (=?UTF-8?Q?Pradeep_Kishore_Gowda_=E0=B2=AA=E0=B3=8D=E0=B2=B0?=) Date: Wed, 19 Dec 2007 16:54:20 +0530 Subject: [BangPypers] Python modules In-Reply-To: <407335.4018.qm@web8601.mail.in.yahoo.com> References: <407335.4018.qm@web8601.mail.in.yahoo.com> Message-ID: <6E36A9C6-E12B-4B9E-B040-D7BD5FE9D7AF@btbytes.com> setuptools == cpan download http://peak.telecommunity.com/dist/ez_setup.py $ wget http://peak.telecommunity.com/dist/ez_setup.py $ sudo python ez_setup.py this will install setuptools then use easy_install to install the packages. example: $ sudo easy_install pygments This will install the libraries for your default python version you use easy_install-2.4 or easy_install-2.5 for version specific installations. HTH, Pradeep On 19-Dec-07, at 4:44 PM, Shivraj M S wrote: > Is there any perl CPAN like tool in python which can install python > modules from a python shell for its version. > (pypi didn't help as there was some download error couldn't get > relevant url to download sources) > > > Chat on a cool, new interface. No download required. Click here. > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071219/9311f7ab/attachment.htm From jeff at taupro.com Wed Dec 19 13:59:59 2007 From: jeff at taupro.com (Jeff Rush) Date: Wed, 19 Dec 2007 06:59:59 -0600 Subject: [BangPypers] Python modules In-Reply-To: <8548c5f30712190320j7aa14949s53903a85d1e0a1d9@mail.gmail.com> References: <407335.4018.qm@web8601.mail.in.yahoo.com> <8548c5f30712190320j7aa14949s53903a85d1e0a1d9@mail.gmail.com> Message-ID: <476915CF.6090005@taupro.com> Anand Balachandran Pillai wrote: > easy_install is the minimal CPAN for Python. True, but there is some unevenness in the PyPI registry, such that some packages won't download automatically or that lack subversion link so you can't get a development version. It depends on whether the author of a particular package set up his links correctly. I wish someone would write a utility that would walk thru all the packages on PyPI and report such problems. Anyway, perhaps the original poster is hitting a problem with such a "particular" package. -Jeff From abpillai at gmail.com Wed Dec 19 14:27:22 2007 From: abpillai at gmail.com (Anand Balachandran Pillai) Date: Wed, 19 Dec 2007 18:57:22 +0530 Subject: [BangPypers] Python modules In-Reply-To: <476915CF.6090005@taupro.com> References: <407335.4018.qm@web8601.mail.in.yahoo.com> <8548c5f30712190320j7aa14949s53903a85d1e0a1d9@mail.gmail.com> <476915CF.6090005@taupro.com> Message-ID: <8548c5f30712190527v7aff55f5vfa95c9a75540f488@mail.gmail.com> Hi Jeff, Nice to see you back. On Dec 19, 2007 6:29 PM, Jeff Rush wrote: > Anand Balachandran Pillai wrote: > > easy_install is the minimal CPAN for Python. > > True, but there is some unevenness in the PyPI registry, such that some > packages won't download automatically or that lack subversion link so you > can't get a development version. It depends on whether the author of a > particular package set up his links correctly. I wish someone would write a > utility that would walk thru all the packages on PyPI and report such problems. > How about writing a plugin to HarvestMan to do that ? It can crawl the PyPI, and report the metadata for every package. I will see if I can do this over the week-end. > Anyway, perhaps the original poster is hitting a problem with such a > "particular" package. > > -Jeff > > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > Regards -- -Anand From sridhar.ratna at gmail.com Wed Dec 19 14:36:20 2007 From: sridhar.ratna at gmail.com (Sridhar Ratnakumar) Date: Wed, 19 Dec 2007 19:06:20 +0530 Subject: [BangPypers] Python modules In-Reply-To: <8548c5f30712190527v7aff55f5vfa95c9a75540f488@mail.gmail.com> References: <407335.4018.qm@web8601.mail.in.yahoo.com> <8548c5f30712190320j7aa14949s53903a85d1e0a1d9@mail.gmail.com> <476915CF.6090005@taupro.com> <8548c5f30712190527v7aff55f5vfa95c9a75540f488@mail.gmail.com> Message-ID: <7c73a13a0712190536k53c57ecnbc606b5f59b66cd@mail.gmail.com> On Dec 19, 2007 6:57 PM, Anand Balachandran Pillai wrote: > > How about writing a plugin to HarvestMan to do that ? It can crawl the PyPI, > and report the metadata for every package. Is wget/curl not enough - http://pypi.python.org/simple/ -- http://nearfar.org/ From abpillai at gmail.com Wed Dec 19 14:44:50 2007 From: abpillai at gmail.com (Anand Balachandran Pillai) Date: Wed, 19 Dec 2007 19:14:50 +0530 Subject: [BangPypers] Python modules In-Reply-To: <7c73a13a0712190536k53c57ecnbc606b5f59b66cd@mail.gmail.com> References: <407335.4018.qm@web8601.mail.in.yahoo.com> <8548c5f30712190320j7aa14949s53903a85d1e0a1d9@mail.gmail.com> <476915CF.6090005@taupro.com> <8548c5f30712190527v7aff55f5vfa95c9a75540f488@mail.gmail.com> <7c73a13a0712190536k53c57ecnbc606b5f59b66cd@mail.gmail.com> Message-ID: <8548c5f30712190544k5dad7600s766af0d1e1957374@mail.gmail.com> On Dec 19, 2007 7:06 PM, Sridhar Ratnakumar wrote: > On Dec 19, 2007 6:57 PM, Anand Balachandran Pillai wrote: > > > > How about writing a plugin to HarvestMan to do that ? It can crawl the PyPI, > > and report the metadata for every package. > > Is wget/curl not enough - http://pypi.python.org/simple/ Maybe, I dont know. Since HarvestMan is written in Python it should be more apt to the task. Anyway, since it is my program, it is natural that I would try to use it. Each one to their own tools. > > -- > http://nearfar.org/ > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- -Anand From supreet.sethi at gmail.com Thu Dec 20 04:06:43 2007 From: supreet.sethi at gmail.com (s|s) Date: Thu, 20 Dec 2007 08:36:43 +0530 Subject: [BangPypers] Soap with Python 2.5 In-Reply-To: <8548c5f30712172115t282815k7b9366ffc41e01d0@mail.gmail.com> References: <325181.38403.qm@web53911.mail.re2.yahoo.com> <47665421.8020007@gmail.com> <8548c5f30712172115t282815k7b9366ffc41e01d0@mail.gmail.com> Message-ID: Soaplib from optio supports client and server. Most interesting feature of soaplib is its ability to generate soap calls out of normal functions and decorators. It also produces appropriate WSDL. On client side its weak because it cannot out generate code from WSDL but work is being done towards that. ZSI is another implementation available from pywebsvcs.sf.net which is more mature and especially usable as Soap client. If I were you, I would use Soaplib as SOAP server and ZSI as soap client although both support server/client mode. -- Supreet Sethi http://supreetsethi.net From kushaldas at gmail.com Fri Dec 21 10:40:34 2007 From: kushaldas at gmail.com (Kushal Das) Date: Fri, 21 Dec 2007 15:10:34 +0530 Subject: [BangPypers] Any python openid server example Message-ID: <200712211510.34933.kushaldas@gmail.com> Hi, i am looking for some python-openid server examples. The one with the code looks little bit complicated to me. Kushal -- Fedora Ambassador, India http://kushaldas.in Indian Fedora mirrors: http://mirror.wbut.ac.in/pub/fedora/linux/ http://fedora.glug-nith.org/linux/ From lorddaemon at gmail.com Fri Dec 21 12:20:30 2007 From: lorddaemon at gmail.com (Darkseid) Date: Fri, 21 Dec 2007 16:50:30 +0530 Subject: [BangPypers] Need help with django Message-ID: <476BA17E.5000308@gmail.com> Guys, I've got a request from someone asking for help in transitioning a Java team to working with Python/Django (and I know next to nothing about django :-)). Are any of you in a position to do some freelance consulting work? If yes, please drop me a mail and I can connect you with these guys and you can take it from there. Thanks! Sidu. http://inactiv.com -- Two's an SMS. Three's a Mob. Get your free group SMS from Activ Mobs! SMS "register your_nickname" to +91 98446 22848 to start Mobbing. http://blog.inactiv.com From jace at pobox.com Fri Dec 21 12:29:04 2007 From: jace at pobox.com (Kiran Jonnalagadda) Date: Fri, 21 Dec 2007 16:59:04 +0530 Subject: [BangPypers] Soap with Python 2.5 In-Reply-To: References: <325181.38403.qm@web53911.mail.re2.yahoo.com> <47665421.8020007@gmail.com> <8548c5f30712172115t282815k7b9366ffc41e01d0@mail.gmail.com> Message-ID: On 20-Dec-07, at 8:36 AM, s|s wrote: > ZSI is another implementation available from pywebsvcs.sf.net which is > more mature and especially usable as Soap client. > > If I were you, I would use Soaplib as SOAP server and ZSI as soap > client although both support server/client mode. I've not had any luck using ZSI to talk to a .Net IIS server. From examination of the XML generated, it appeared that the only difference was that ZSI uses as root tag, while IIS requires . Both pointed to the same XML namespace. From my limited understanding of XML namespaces, the namespace URL declaration takes precedence over tag name, but that didn't seem to be working here. I couldn't find anything in the ZSI API that allowed changing the root tag. -- Kiran Jonnalagadda http://jace.seacrow.com/ From sree at mahiti.org Fri Dec 21 15:05:05 2007 From: sree at mahiti.org (Sreekanth S Rameshaiah) Date: Fri, 21 Dec 2007 19:35:05 +0530 Subject: [BangPypers] Any python openid server example In-Reply-To: <200712211510.34933.kushaldas@gmail.com> References: <200712211510.34933.kushaldas@gmail.com> Message-ID: <313529610712210605i6021ba65r690576690f7b9635@mail.gmail.com> Hi, Plone3 has OpenId implemented. - sree On 12/21/07, Kushal Das wrote: > > Hi, > i am looking for some python-openid server examples. The one with the code > looks little bit complicated to me. > > Kushal > -- > Fedora Ambassador, India > http://kushaldas.in > Indian Fedora mirrors: > http://mirror.wbut.ac.in/pub/fedora/linux/ > http://fedora.glug-nith.org/linux/ > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- Thanks and Regards, - sree Sreekanth S Rameshaiah Executive Director Mahiti Infotech Pvt. Ltd. # 314/1, 2nd Floor, Vijaykiran Building 7th Cross, Domlur Layout, Bangalore, India - 560071 Phone: +91 80 4115 0580/1/2/3 Mobile: +91 98455 12611 www.mahiti.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071221/8b0499dd/attachment.htm From bharath.keshav at gmail.com Fri Dec 21 15:09:46 2007 From: bharath.keshav at gmail.com (Bharath Keshav) Date: Fri, 21 Dec 2007 19:39:46 +0530 Subject: [BangPypers] Any python openid server example In-Reply-To: <200712211510.34933.kushaldas@gmail.com> References: <200712211510.34933.kushaldas@gmail.com> Message-ID: For Django, you can find an open source Open ID server from the following link : http://trac.nicolast.be/djangoid On Dec 21, 2007 3:10 PM, Kushal Das wrote: > Hi, > i am looking for some python-openid server examples. The one with the code > looks little bit complicated to me. > > Kushal > -- > Fedora Ambassador, India > http://kushaldas.in > Indian Fedora mirrors: > http://mirror.wbut.ac.in/pub/fedora/linux/ > http://fedora.glug-nith.org/linux/ > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071221/d4edc683/attachment.htm From abpillai at gmail.com Thu Dec 27 06:53:38 2007 From: abpillai at gmail.com (Anand Balachandran Pillai) Date: Thu, 27 Dec 2007 11:23:38 +0530 Subject: [BangPypers] Eventlet Message-ID: <8548c5f30712262153j240f1e40p5f1eb1be1fab9d53@mail.gmail.com> Hi, Has anyone here some experience with using Eventlet library for network programming ? http://wiki.secondlife.com/wiki/Eventlet Eventlet is the Python library that powers Second Life, the popular alternative 3d world. It is quite powerful, but seems to be less known than twisted for some reason. Please reply in the list only. Thanks -- -Anand From abpillai at gmail.com Thu Dec 27 07:16:20 2007 From: abpillai at gmail.com (Anand Balachandran Pillai) Date: Thu, 27 Dec 2007 11:46:20 +0530 Subject: [BangPypers] HarvestMan with eventlets Message-ID: <8548c5f30712262216q55d3056x318e7812a21f5fd9@mail.gmail.com> Hi, Continuing from my previous post, the context of which was eventlet, here is the reason why I was asking about it. I have been planning to rewrite HarvestMan using a non-blocking approach rather than the current design of achieving concurrency using multiple threads (which do not scale very well in Python). I have been evaluating twisted for sometime for doing this, but I have not been able to wrap my brain around twisted. Also the fact that twisted requires an explicit event loop call is not very good and makes it difficult to write an application which has its own separate event loop. Eventlets look promising because it is implemented using coroutines without an explicit event loop call, instead the event loop is run transparently when required. Also due to its design, it can be easily merged with Stackless, which I think it is already on the way to. Moreover, the sample code shows a crawler example, so there it is! I am looking at creating another implementation of HarvestMan based on eventlets rather than threads. This will run parallel to the regular HarvestMan. The plan is to write a crawler that scales very well w.r.t the number of requests and websites. Let me know if someone would like to be part of this. Thanks -- -Anand From gnuyoga at gmail.com Thu Dec 27 07:39:24 2007 From: gnuyoga at gmail.com (gnuyoga) Date: Thu, 27 Dec 2007 12:09:24 +0530 Subject: [BangPypers] HarvestMan with eventlets In-Reply-To: <8548c5f30712262216q55d3056x318e7812a21f5fd9@mail.gmail.com> References: <8548c5f30712262216q55d3056x318e7812a21f5fd9@mail.gmail.com> Message-ID: <4773489C.9020201@gmail.com> Anand Balachandran Pillai wrote: > Hi, > > Continuing from my previous post, the context of which was eventlet, > here is the reason why I was asking about it. > > I have been planning to rewrite HarvestMan using a non-blocking approach > rather than the current design of achieving concurrency using multiple > threads (which do not scale very well in Python). > > I have been evaluating twisted for sometime for doing this, but I have not > been able to wrap my brain around twisted. Also the fact that twisted > requires an explicit event loop call is not very good and makes it difficult > to write an application which has its own separate event loop. > > Eventlets look promising because it is implemented using coroutines without > an explicit event loop call, instead the event loop is run transparently when > required. Also due to its design, it can be easily merged with Stackless, which > I think it is already on the way to. > > Moreover, the sample code shows a crawler example, so there it is! > > I am looking at creating another implementation of HarvestMan based on > eventlets rather than threads. This will run parallel to the regular HarvestMan. > The plan is to write a crawler that scales very well w.r.t the number > of requests > and websites. > > Let me know if someone would like to be part of this. > > Thanks > > + 1 am a g8 fan of stackless. will read about eventlet and get back 2 u. - sree -- http://picasaweb.google.com/gnuyoga Each soul is potentially divine. The goal is to manifest the divine by controlling nature, internal or external. Do this by work or worship or psychic control or philosophy by one or more, or all of these and be free. From abpillai at gmail.com Thu Dec 27 07:56:49 2007 From: abpillai at gmail.com (Anand Balachandran Pillai) Date: Thu, 27 Dec 2007 12:26:49 +0530 Subject: [BangPypers] HarvestMan with eventlets In-Reply-To: <4773489C.9020201@gmail.com> References: <8548c5f30712262216q55d3056x318e7812a21f5fd9@mail.gmail.com> <4773489C.9020201@gmail.com> Message-ID: <8548c5f30712262256l4435d268l480c3773ebba23f7@mail.gmail.com> Gr8. Have you written any code in stackless ? If you are familiar with it, we could plan for a meeting in the new year (reminiscent of good old days) where we can discuss coroutines, stackless and eventlets. What say ? Regards --Anand On Dec 27, 2007 12:09 PM, gnuyoga wrote: > > Anand Balachandran Pillai wrote: > > Hi, > > > > Continuing from my previous post, the context of which was eventlet, > > here is the reason why I was asking about it. > > > > I have been planning to rewrite HarvestMan using a non-blocking approach > > rather than the current design of achieving concurrency using multiple > > threads (which do not scale very well in Python). > > > > I have been evaluating twisted for sometime for doing this, but I have not > > been able to wrap my brain around twisted. Also the fact that twisted > > requires an explicit event loop call is not very good and makes it difficult > > to write an application which has its own separate event loop. > > > > Eventlets look promising because it is implemented using coroutines without > > an explicit event loop call, instead the event loop is run transparently when > > required. Also due to its design, it can be easily merged with Stackless, which > > I think it is already on the way to. > > > > Moreover, the sample code shows a crawler example, so there it is! > > > > I am looking at creating another implementation of HarvestMan based on > > eventlets rather than threads. This will run parallel to the regular HarvestMan. > > The plan is to write a crawler that scales very well w.r.t the number > > of requests > > and websites. > > > > Let me know if someone would like to be part of this. > > > > Thanks > > > > > + 1 > > am a g8 fan of stackless. will read about eventlet and get back 2 u. > > - sree > > > > -- > http://picasaweb.google.com/gnuyoga > > Each soul is potentially divine. The goal is to manifest the divine by controlling nature, internal or external. Do this by work or worship or psychic control or philosophy by one or more, or all of these and be free. > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- -Anand From sridhar.ratna at gmail.com Thu Dec 27 08:02:13 2007 From: sridhar.ratna at gmail.com (Sridhar Ratnakumar) Date: Thu, 27 Dec 2007 12:32:13 +0530 Subject: [BangPypers] HarvestMan with eventlets In-Reply-To: <8548c5f30712262216q55d3056x318e7812a21f5fd9@mail.gmail.com> References: <8548c5f30712262216q55d3056x318e7812a21f5fd9@mail.gmail.com> Message-ID: <7c73a13a0712262302x34586033h425c45aca5302fa1@mail.gmail.com> On Dec 27, 2007 11:46 AM, Anand Balachandran Pillai wrote: > Hi, > > I have been planning to rewrite HarvestMan using a non-blocking approach > rather than the current design of achieving concurrency using multiple > threads (which do not scale very well in Python). +1 > Also the fact that twisted > requires an explicit event loop call is not very good and makes it difficult > to write an application which has its own separate event loop. You can write a custom reactor. For an example, take a look at the gtk2 reactor, http://twistedmatrix.com/trac/browser/trunk/twisted/internet/gtk2reactor.py#L146 > Eventlets look promising because it is implemented using coroutines without > an explicit event loop call, instead the event loop is run transparently when > required. Also due to its design, it can be easily merged with Stackless, which > I think it is already on the way to. I came across this stackless example for Twisted, http://www.imperialviolet.org/binary/st.py I don't know how mature is Twisted's stackless support. > I have been evaluating twisted for sometime for doing this, but I have not > been able to wrap my brain around twisted. .. around *yet*. Speaking from my experience, it is only a short term struggle - once you become a little comfortable with the feel it, Twisted programming becomes a joy in itself. When I was learning Twisted, the knowledge of its component system helped a lot, http://twistedmatrix.com/projects/core/documentation/howto/components.html I also noticed that Eventlet seems to support Twisted, although it is currently broken: > twistedsupport.py : Support for using eventlet with twisted. See http://twistedmatrix.com. > Currently broken. -- http://nearfar.org/ From anandology at gmail.com Thu Dec 27 13:02:54 2007 From: anandology at gmail.com (Anand Chitipothu) Date: Thu, 27 Dec 2007 17:32:54 +0530 Subject: [BangPypers] Eventlet In-Reply-To: <8548c5f30712262153j240f1e40p5f1eb1be1fab9d53@mail.gmail.com> References: <8548c5f30712262153j240f1e40p5f1eb1be1fab9d53@mail.gmail.com> Message-ID: <41139fcb0712270402s7cd31a05sc79437a180201528@mail.gmail.com> On Dec 27, 2007 11:23 AM, Anand Balachandran Pillai wrote: > Hi, > > Has anyone here some experience with using Eventlet library > for network programming ? > > http://wiki.secondlife.com/wiki/Eventlet > > Eventlet is the Python library that powers Second Life, the popular > alternative 3d world. It is quite powerful, but seems to be less known > than twisted for some reason. I haven't used it myself, but I heard from somebody who was using it to run his web.py application. He was saying that it gives erlang like scalability in python. From anandology at gmail.com Thu Dec 27 13:06:37 2007 From: anandology at gmail.com (Anand Chitipothu) Date: Thu, 27 Dec 2007 17:36:37 +0530 Subject: [BangPypers] HarvestMan with eventlets In-Reply-To: <8548c5f30712262256l4435d268l480c3773ebba23f7@mail.gmail.com> References: <8548c5f30712262216q55d3056x318e7812a21f5fd9@mail.gmail.com> <4773489C.9020201@gmail.com> <8548c5f30712262256l4435d268l480c3773ebba23f7@mail.gmail.com> Message-ID: <41139fcb0712270406r6351fcb9r7c081667d0a333cd@mail.gmail.com> On Dec 27, 2007 12:26 PM, Anand Balachandran Pillai wrote: > Gr8. Have you written any code in stackless ? If you are familiar with > it, we could plan for a meeting in the new year (reminiscent of good > old days) where we can discuss coroutines, > stackless and eventlets. +1 Lets meet! How about this sunday? From karthikmscss at yahoo.com Thu Dec 27 17:21:19 2007 From: karthikmscss at yahoo.com (karthikeyan r) Date: Thu, 27 Dec 2007 21:51:19 +0530 (IST) Subject: [BangPypers] Python Source to Exe Message-ID: <354647.72276.qm@web94706.mail.in2.yahoo.com> Hi All, I am new to python.. i have done a small gui program in python and i have saved that as .pyw file.. its working fine when i am executing through python command prompt, and also i tried to use py2exe utility that also working fine.. I want to convert that file as exe, so i can execute that whenever i want.. Anyone please tell me how to convert .py or .pyw files to exe. Thanks in Advance, Karthikeyan R Meet people who discuss and share your passions. Go to http://in.promos.yahoo.com/groups -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071227/a4111b2e/attachment.htm From larryt at winfirst.com Thu Dec 27 18:37:07 2007 From: larryt at winfirst.com (larryt at winfirst.com) Date: 27 Dec 2007 09:37:07 -0800 Subject: [BangPypers] Eventlet In-Reply-To: <8548c5f30712262153j240f1e40p5f1eb1be1fab9d53@mail.gmail.com> References: <8548c5f30712262153j240f1e40p5f1eb1be1fab9d53@mail.gmail.com> Message-ID: If you haven't looked at Kamaelia/Axon yet, you might want to also look at them, if only for the discussion. I've been through some of the sample code and its easy to read and use. Possibly not as scalable as the other solutions. -larry From ataulla at gmail.com Fri Dec 28 06:11:18 2007 From: ataulla at gmail.com (Ataulla S H) Date: Fri, 28 Dec 2007 10:41:18 +0530 Subject: [BangPypers] Python Source to Exe In-Reply-To: <354647.72276.qm@web94706.mail.in2.yahoo.com> References: <354647.72276.qm@web94706.mail.in2.yahoo.com> Message-ID: hi Karthikeyan, did u tried this utility? http://starship.python.net/crew/atuining/cx_Freeze/ On Dec 27, 2007 9:51 PM, karthikeyan r wrote: > Hi All, > I am new to python.. i have done a small gui program in python and i have > saved that as .pyw file.. its working fine when i am executing through > python command prompt, and also i tried to use py2exe utility that also > working fine.. > I want to convert that file as exe, so i can execute that whenever i > want.. Anyone please tell me how to convert ..py or .pyw files to exe. > > Thanks in Advance, > Karthikeyan R > > ------------------------------ > Get the freedom to save as many mails as you wish. Click here to know how. > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > > -- Ataulla SH web:www.kring.com personal blog:www.ataulla.objectis.net KRING Technologies India Pvt. Ltd. 1st Floor, Tower B, Infinity Towers, DLF II, Gurgaon-122 002 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071228/5661ef16/attachment.htm From rmathews at gmail.com Fri Dec 28 08:27:37 2007 From: rmathews at gmail.com (Roshan Mathews) Date: Fri, 28 Dec 2007 12:57:37 +0530 Subject: [BangPypers] Python Source to Exe In-Reply-To: <354647.72276.qm@web94706.mail.in2.yahoo.com> References: <354647.72276.qm@web94706.mail.in2.yahoo.com> Message-ID: <1c4dc2780712272327n77b051b3v5c8c6f1c2e39370a@mail.gmail.com> On Dec 27, 2007 9:51 PM, karthikeyan r wrote: > python command prompt, and also i tried to use py2exe utility that also > working fine.. > I want to convert that file as exe, so i can execute that whenever i want.. > Anyone please tell me how to convert ..py or .pyw files to exe. > If py2exe is working fine, then what exactly is the problem? -- Roshan Mathews From s.varun at gmail.com Fri Dec 28 09:30:36 2007 From: s.varun at gmail.com (Varun Soundararajan) Date: Fri, 28 Dec 2007 14:00:36 +0530 Subject: [BangPypers] Python Source to Exe In-Reply-To: <1c4dc2780712272327n77b051b3v5c8c6f1c2e39370a@mail.gmail.com> References: <354647.72276.qm@web94706.mail.in2.yahoo.com> <1c4dc2780712272327n77b051b3v5c8c6f1c2e39370a@mail.gmail.com> Message-ID: <32b5ee760712280030r1d231822pb030c2996ed90f2a@mail.gmail.com> hey Karthikeyan, you should look for the executable in the same directory, under dist folder (one of the 2 folders that is autocreated). (This is assuming you were unable to find the Exe even though py2xex works). Regards Varun On Dec 28, 2007 12:57 PM, Roshan Mathews wrote: > On Dec 27, 2007 9:51 PM, karthikeyan r wrote: > > python command prompt, and also i tried to use py2exe utility that also > > working fine.. > > I want to convert that file as exe, so i can execute that whenever i > want.. > > Anyone please tell me how to convert ..py or .pyw files to exe. > > > If py2exe is working fine, then what exactly is the problem? > > -- > Roshan Mathews > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- Regards --Varun S http://mailvarun.blogspot.com /* This mail was sent using 100% recycled electrons */ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071228/e77930f9/attachment.htm From abpillai at gmail.com Fri Dec 28 09:46:55 2007 From: abpillai at gmail.com (Anand Balachandran Pillai) Date: Fri, 28 Dec 2007 14:16:55 +0530 Subject: [BangPypers] Python Source to Exe In-Reply-To: <32b5ee760712280030r1d231822pb030c2996ed90f2a@mail.gmail.com> References: <354647.72276.qm@web94706.mail.in2.yahoo.com> <1c4dc2780712272327n77b051b3v5c8c6f1c2e39370a@mail.gmail.com> <32b5ee760712280030r1d231822pb030c2996ed90f2a@mail.gmail.com> Message-ID: <8548c5f30712280046k3b6ea772i7bf6ad716c622937@mail.gmail.com> Do you really need py2exe with the new bdist options of distutils ? python setup.py bdist_wininst should work and create a nice executable if you write a proper disutils setup.py with the correct metadata. I am not sure about the detailed steps involved since it is long time since I tried to create a Windows executable from a Python program. Read more at http://docs.python.org/dist/postinstallation-script.html --Anand On Dec 28, 2007 2:00 PM, Varun Soundararajan wrote: > hey Karthikeyan, > you should look for the executable in the same directory, under dist folder > (one of the 2 folders that is autocreated). (This is assuming you were > unable to find the Exe even though py2xex works). > > Regards > Varun > > > > On Dec 28, 2007 12:57 PM, Roshan Mathews wrote: > > > > On Dec 27, 2007 9:51 PM, karthikeyan r wrote: > > > > > python command prompt, and also i tried to use py2exe utility that also > > > working fine.. > > > I want to convert that file as exe, so i can execute that whenever i > want.. > > > Anyone please tell me how to convert ..py or .pyw files to exe. > > > > > If py2exe is working fine, then what exactly is the problem? > > > > -- > > Roshan Mathews > > > > > > > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > http://mail.python.org/mailman/listinfo/bangpypers > > > > > > -- > Regards > --Varun S > http://mailvarun.blogspot.com > > /* This mail was sent using 100% recycled electrons */ > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > > -- -Anand From karthikmscss at yahoo.com Fri Dec 28 12:39:51 2007 From: karthikmscss at yahoo.com (karthikeyan r) Date: Fri, 28 Dec 2007 17:09:51 +0530 (IST) Subject: [BangPypers] Python Source to Exe Message-ID: <744032.82145.qm@web94715.mail.in2.yahoo.com> Thanks for your reply... I need to create .exe files from python source files so i can use the exe files in other machines also. py2exe is executing the file simply and its not creating any exe files. so each and every time i need to use py2exe to execute any .py files. Thanks, Karthikeyan R ----- Original Message ---- From: Roshan Mathews To: Bangalore Python Users Group - India Sent: Friday, 28 December, 2007 12:57:37 PM Subject: Re: [BangPypers] Python Source to Exe On Dec 27, 2007 9:51 PM, karthikeyan r wrote: > python command prompt, and also i tried to use py2exe utility that also > working fine.. > I want to convert that file as exe, so i can execute that whenever i want.. > Anyone please tell me how to convert ..py or .pyw files to exe. > If py2exe is working fine, then what exactly is the problem? -- Roshan Mathews _______________________________________________ BangPypers mailing list BangPypers at python.org http://mail.python.org/mailman/listinfo/bangpypers 5, 50, 500, 5000 - Store N number of mails in your inbox. Go to http://help..yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071228/b8128f6a/attachment.htm From karthikmscss at yahoo.com Fri Dec 28 12:47:35 2007 From: karthikmscss at yahoo.com (karthikeyan r) Date: Fri, 28 Dec 2007 17:17:35 +0530 (IST) Subject: [BangPypers] Python Source to Exe Message-ID: <901201.16448.qm@web94710.mail.in2.yahoo.com> Hi, I never heard about this.. what is that setup.py, in that documentation they mentioned its a installation script.. where i can get that one.. Please let me know if anyone knows, Thanks in Advance, Karthikeyan R ----- Original Message ---- From: Anand Balachandran Pillai To: Bangalore Python Users Group - India Sent: Friday, 28 December, 2007 2:16:55 PM Subject: Re: [BangPypers] Python Source to Exe Do you really need py2exe with the new bdist options of distutils ? python setup.py bdist_wininst should work and create a nice executable if you write a proper disutils setup.py with the correct metadata. I am not sure about the detailed steps involved since it is long time since I tried to create a Windows executable from a Python program. Read more at http://docs.python.org/dist/postinstallation-script.html --Anand On Dec 28, 2007 2:00 PM, Varun Soundararajan wrote: > hey Karthikeyan, > you should look for the executable in the same directory, under dist folder > (one of the 2 folders that is autocreated). (This is assuming you were > unable to find the Exe even though py2xex works). > > Regards > Varun > > > > On Dec 28, 2007 12:57 PM, Roshan Mathews wrote: > > > > On Dec 27, 2007 9:51 PM, karthikeyan r wrote: > > > > > python command prompt, and also i tried to use py2exe utility that also > > > working fine.. > > > I want to convert that file as exe, so i can execute that whenever i > want.. > > > Anyone please tell me how to convert ..py or .pyw files to exe. > > > > > If py2exe is working fine, then what exactly is the problem? > > > > -- > > Roshan Mathews > > > > > > > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > http://mail.python.org/mailman/listinfo/bangpypers > > > > > > -- > Regards > --Varun S > http://mailvarun.blogspot.com > > /* This mail was sent using 100% recycled electrons */ > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > > -- -Anand _______________________________________________ BangPypers mailing list BangPypers at python.org http://mail.python.org/mailman/listinfo/bangpypers Get the freedom to save as many mails as you wish. To know how, go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071228/13014a3d/attachment.htm From sridhar.ratna at gmail.com Fri Dec 28 12:59:16 2007 From: sridhar.ratna at gmail.com (Sridhar Ratnakumar) Date: Fri, 28 Dec 2007 17:29:16 +0530 Subject: [BangPypers] Python Source to Exe In-Reply-To: <901201.16448.qm@web94710.mail.in2.yahoo.com> References: <901201.16448.qm@web94710.mail.in2.yahoo.com> Message-ID: <7c73a13a0712280359s1162fbdcwa2725efc25d1d3d4@mail.gmail.com> On Dec 28, 2007 5:17 PM, karthikeyan r wrote: > > > Hi, > I never heard about this.. what is that setup.py, in that documentation they mentioned its a > installation script.. where i can get that one.. bdist_wininst only creates the Windows installer. py2exe should work for you - you may not have followed the correct instructions: http://www.py2exe.org/index.cgi/Tutorial -- http://nearfar.org/ From karthikmscss at yahoo.com Fri Dec 28 13:14:29 2007 From: karthikmscss at yahoo.com (karthikeyan r) Date: Fri, 28 Dec 2007 17:44:29 +0530 (IST) Subject: [BangPypers] Python Source to Exe Message-ID: <755472.68493.qm@web94702.mail.in2.yahoo.com> Finally i got to know how to create exe files using py2exe... I went through the samples they given with py2exe utility... that setup.py file makes most of the things (even i didnt understand few things but just i created a exe from pyw file). Can anyone please tell me where to learn about the installation script file details.. Thanks in Advance, Karthikeyan R ----- Original Message ---- From: karthikeyan r To: Bangalore Python Users Group - India Sent: Friday, 28 December, 2007 5:17:35 PM Subject: Re: [BangPypers] Python Source to Exe Hi, I never heard about this.. what is that setup.py, in that documentation they mentioned its a installation script... where i can get that one.. Please let me know if anyone knows, Thanks in Advance, Karthikeyan R ----- Original Message ---- From: Anand Balachandran Pillai To: Bangalore Python Users Group - India Sent: Friday, 28 December, 2007 2:16:55 PM Subject: Re: [BangPypers] Python Source to Exe Do you really need py2exe with the new bdist options of distutils ? python setup.py bdist_wininst should work and create a nice executable if you write a proper disutils setup.py with the correct metadata. I am not sure about the detailed steps involved since it is long time since I tried to create a Windows executable from a Python program. Read more at http://docs.python.org/dist/postinstallation-script.html --Anand On Dec 28, 2007 2:00 PM, Varun Soundararajan wrote: > hey Karthikeyan, > you should look for the executable in the same directory, under dist folder > (one of the 2 folders that is autocreated). (This is assuming you were > unable to find the Exe even though py2xex works). > > Regards > Varun > > > > On Dec 28, 2007 12:57 PM, Roshan Mathews wrote: > > > > On Dec 27, 2007 9:51 PM, karthikeyan r wrote: > > > > > python command prompt, and also i tried to use py2exe utility that also > > > working fine.. > > > I want to convert that file as exe, so i can execute that whenever i > want.. > > > Anyone please tell me how to convert ..py or .pyw files to exe.. > > > > > If py2exe is working fine, then what exactly is the problem? > > > > -- > > Roshan Mathews > > > > > > > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > http://mail.python.org/mailman/listinfo/bangpypers > > > > > > -- > Regards > --Varun S > http://mailvarun.blogspot.com > > /* This mail was sent using 100% recycled electrons */ > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > http://mail.python.org/mailman/listinfo/bangpypers > > -- -Anand _______________________________________________ BangPypers mailing list BangPypers at python.org http://mail.python.org/mailman/listinfo/bangpypers Get the freedom to save as many mails as you wish. Click here to know how. Forgot the famous last words? Access your message archive online at http://in.messenger.yahoo.com/webmessengerpromo.php -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/bangpypers/attachments/20071228/86768858/attachment-0001.htm