Re: [BangPypers] InPyCon Volunteers needed : Swag and banner management

2009-07-26 Thread Parthan SR
iend about how he did the deal. -- With Regards, Parthan SR "technofreak" GPG Key 2FF01026 Fingerprint 5707 ECBD 8D8D 8E6E 28F8 DFA5 938B D861 2FF0 1026 Weblog http://blog.technofreak.in ___ BangPypers mailing list BangPy

Re: [BangPypers] What's the latest with Pycon India?

2009-04-19 Thread Parthan SR
dying ;-) As I am not any more physically in Bangalore, I can only participate in IRC meetings, but would surely be there for the Day. -- With Regards, Parthan SR "technofreak" GPG Key 2FF01026 Fingerprint 5707 ECBD 8D8D 8E6E 28F8 DFA5 938B D861 2FF0 1026 Weblog

[BangPypers] [X-Post] Freenode is looking for donations

2009-03-28 Thread Parthan SR
- Forwarded Content -- I will try to keep this brief and to the point. This message has been cross posted to several lists which will explain why you might get more than one copy. I hope you find it informative too. Send all flames to me, not to the lists. I'm taking off the

[BangPypers] PyCon India IRC Dicussion #2

2009-03-13 Thread Parthan SR
le are not available during night hours, we will have an extended discussion time, followed by a one hour meeting time. People who are not able to attend the meeting can discuss during the day time and their points will be raised during the meeting by the moderator. What say? -- With Regards,

Re: [BangPypers] IndentationError: expected an indented block

2009-03-11 Thread Parthan SR
to indent by 4 spaces, a single space is too small that am not able to find whether it is indented or not with my normal eyes. The right way (line 278-280), class CIMIndication: def __init__(self, xmldata): dom = parseString(xmldata) -- With Regards, Parthan SR "techno

Re: [BangPypers] how to pass the object to the Controller?

2009-03-03 Thread Parthan SR
around the object as a JSON object from your app to the controller, encode it at your desktop app and decode it back in your controller. -- With Regards, Parthan SR "technofreak" GPG Key 2FF01026 Fingerprint 5707 ECBD 8D8D 8E6E 28F8 DFA5 938B D861 2FF0 1026 Weblog

Re: [BangPypers] Today's IRC meeting

2009-03-03 Thread Parthan SR
record of who is sponsoring for what, which can be done in the wiki itself if those details can be had public ;-) -- With Regards, Parthan SR "technofreak" GPG Key 2FF01026 Fingerprint 5707 ECBD 8D8D 8E6E 28F8 DFA5 938B D861 2FF0 1026 Weblog http://blog.tech

Re: [BangPypers] Open source India

2009-02-27 Thread Parthan SR
Vimal Menon wrote: Yes exactly , why use pycon? lets name it something innovative and attractive which sounds less formal and more friendly python.in :D -- With Regards, Parthan SR "technofreak" GPG Key 2FF01026 Fingerprint 5707 ECBD 8D8D 8E6E 28F8 DFA5 938B D861 2FF0 1

Re: [BangPypers] Turbogears Pydev debugging in Eclipse

2009-02-27 Thread Parthan SR
break point function you are looking for, but yes it allows you to step through the code (from the point you call pdb.set_trace()) in an web app. I have used it with Django and Pylons. -- With Regards, Parthan SR "technofreak" GPG Key 2FF01026 Fingerprint 5707 ECBD 8D8D 8E6E 28F8

Re: [BangPypers] What's the exact plan tomorrow?

2009-02-20 Thread Parthan SR
their meeting a day after we fixed ours (or rather moved our meet to TW from ZeOmega) )and I indeed tell them when they were trying to fix it up. Both the meets will happen at the same venue (TW) but at different halls/rooms (they are getting a bigger room this time). -- With Regards, Parthan

Re: [BangPypers] date/time difference between two dates

2009-02-19 Thread Parthan SR
LOhit wrote: My question is, the date is in "Month day-of-the-month time" format in the log file (ex. "Nov 22 15:15:42") and the current date I get from "datetime" module is in ISO format. How do I convert the date in log file to ISO format(or any other format) and then compare with the curren

Re: [BangPypers] (no subject)

2009-02-17 Thread Parthan SR
Anand Balachandran Pillai wrote: Instead of a wiki entry which people are often lazy to update, can someone create a calendar entry in his google calendar and send it to the list. That is much quicker. Can anybody edit content in a google calendar? Having it in our wiki helps us maintain a li

Re: [BangPypers] (was: Fwd: Chicago Python User Group) BangPypers meet on 21 Feb 2009

2009-02-17 Thread Parthan SR
Baiju M wrote: Well, I have created a wiki page here: http://wiki.python.org/moin/BangPypers/Meeting21Feb2009 I hope the timing given in wiki (10am to 1pm) is fine for all. (Actually I got some other program in the evening, if more people want this session afternoon, it's Ok my colleagues will

Re: [BangPypers] Fwd: Chicago Python User Group

2009-02-12 Thread Parthan SR
Baiju M wrote: What about arranging a BangPypers meeting ? Here is one offer: ZeOmega can provide space and other facilities required for meetings. And we can provide it for all regular meetings provided the meetings are not on weekdays. Awesome. +1 Am sure not many are going to turn up if

Re: [BangPypers] [JOB] Python programmers required

2009-02-11 Thread Parthan SR
Oops, Sorry I didn't realize that I was sending it to the list :) - With Regards, Parthan "technofreak" (2FF01026) http://technofreak.in ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] [JOB] Python programmers required

2009-02-11 Thread Parthan SR
Baiju M wrote: Hi All, I am working in ZeOmega Infotech Pvt. Ltd., Bangalore. We are looking for 2 to 4 years experienced Python programmers, the details are given below. If you are interested, please contact: bdeepa AT zeomega.com or mbaiju AT zeomega.com Hi, Kindly find my resume att

Re: [BangPypers] what is __slots__

2009-02-11 Thread Parthan SR
M Kumar wrote: how __slots__ can be useful for a python programmer, those who have time and consideration can help me out. This reminds me of this - http://groups.google.com/group/comp.lang.python/msg/0f2e859b9c002b28 -- With Regards, Parthan "technofreak" (2FF01026) http://technofreak.in __

Re: [BangPypers] Fwd: ANN: Python 2.6 Quick Reference available

2009-02-11 Thread Parthan SR
Senthil Kumaran wrote: This is an useful resource. this? Was it a link or an attachment? -- With Regards, Parthan "technofreak" (2FF01026) http://technofreak.in ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/list

Re: [BangPypers] How to develop site using Django

2009-01-29 Thread Parthan SR
VIJAY KUMAR wrote: You have have done installation with not root privileges then django installation fail and may be you may have not read the end message correctly. "root" as in the system root user or the django's root/super user? I always run web applications on production from d

Re: [BangPypers] How to develop site using Django

2009-01-29 Thread Parthan SR
VIJAY KUMAR wrote: You have have done installation with not root privileges then django installation fail and may be you may have not read the end message correctly. "root" as in the system root user or the django's root/super user? I always run web applications on production from di

[BangPypers] django import error (was Re: BangPypers Digest, Vol 17, Issue 31)

2009-01-27 Thread Parthan SR
OOMMEN KM wrote: Thank you all for responding to my doubt. Yeah i tried to import it in the interactive shell of python, as parthan suggested, but it shows an error "Traceback (most recent call last): File "", line 1, in ImportError: cannot import name name_option" Well, wasn't it "make_op

Re: [BangPypers] ImportError: cannot import name make_option

2009-01-26 Thread Parthan SR
OOMMEN KM wrote: from optparse import make_option, OptionParser ImportError: cannot import name make_option - Can anyone help me in solving this issue. What version of Python are you using? As far as I can see, optparse module comes in-built with python since v2.3. Can you

[BangPypers] [commercial] Python Programmer Consultants

2009-01-20 Thread Parthan SR
Hi, Our company is looking for Python Programmers as Consultants to take up certain development work (new projects and maintenance/improvement), especially having experience with Pylons (with PostgreSQL as DB backend). *Note* Please drop me a mail __off the list__ if you are interested and avail

Re: [BangPypers] [commercial] Python Programmer Consultants

2009-01-20 Thread Parthan SR
On Wed, Jan 21, 2009 at 10:48 AM, Parthan SR mailto:parth.technofr...@gmail.com>> wrote: Hi, Our company is looking for Python Programmers as Consultants to take up certain development work (new projects and maintenance/improvement), especially having experience with

[BangPypers] [commercial] Python Programmer Consultants

2009-01-20 Thread Parthan SR
Hi, Our company is looking for Python Programmers as Consultants to take up certain development work (new projects and maintenance/improvement), especially having experience with Plone. Please drop me a mail off the list if you are interested and available to know more information. -- --- Wit

Re: [BangPypers] Executing WxPython script in Windows without the command window

2009-01-09 Thread Parthan SR
Oops, I thought when I press the Reply button in replies back to the list rather than the person whose mail am replying to. Can't we consider implementing Reply-To Munging in this mailing list? -- --- With Regards, Parthan "technofreak" 2FF01026 http://blog.technofreak.in __

[BangPypers] Executing WxPython script in Windows without the command window

2009-01-07 Thread Parthan SR
Hi, I had created a small GUI app in WxPython and got it made into a Windows executable using py2exe. But, when I execute the .exe by double clicking on it, it opens the command window (or the DOS window) along with the GUI. I actually do not want the command window to get displayed when the

Re: [BangPypers] problem regarding opening a html File

2008-12-29 Thread Parthan SR
Sibtey Mehdi wrote: Hi I have a GUI application (wxpython) that calls another GUI Application. I m using *os.system (cmd) *to launch The second GUI*, *in the second GUI I m trying to open the html file using the os.startfile (filename) function but It takes lots of time to ope

Re: [BangPypers] which framework is better pylon or django

2008-09-08 Thread Parthan SR
Sibtey Mehdi wrote: Hi I am planning to develop a website but I don’t have any idea about the python framework. I found 2 or 3 framework (pylon, Django, turbo Gear) on net but couldn’t understand which one should be used. Can you suggest me which framework should be better to develop a

Re: [BangPypers] help needed with dictionary

2008-08-29 Thread Parthan SR
sunny_plone wrote: hi all, i am a newbie in python. i was trying to work with dictionaries. i wanted to input values through command line and store the values in a dictionary. i mean for the same key , multiple values. can any1 suggest me how can i do it.thank you i tried this, but

Re: [BangPypers] hi everybody

2008-06-16 Thread Parthan SR
Nirakar Sethy wrote: hi all. i'm new to python. On windows we do have a GUI (like a notepad) In which we can script. How to get that on Linux (Fedora 8) Gedit in GNOME and Kate in KDE -- --- With Regards, Parthan "technofreak" 2FF01026 http://blog.technofreak.in ___

Re: [BangPypers] Running my first python script using mod_python

2008-05-28 Thread Parthan SR
arindam majumdar wrote: File "/var/www/html/test.py", line 3 def handler(req): ^ IndentationError: unexpected indent The indentation is not proper. Can you paste your script in some pastebin and give the link in your reply? -- --- With Regards, Parthan "technofreak" 2FF01

[BangPypers] KDE 4.1 Videos

2008-05-27 Thread Parthan SR
Forwarded on a friend's request.. -- Here are some nice videos [1] for KDE 4.1. Have a look, they look really awesome. [1] http://www.czessi.de/en/weblog/2008/05/movies-about-kde-4-1-alpha -- The KDE Project : http://www.kde.o

[BangPypers] [Fwd: Google Summer of Code '08

2008-03-17 Thread Parthan SR
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Forwarded, from an Indian KDE contributor. - --- Hi, Its time for Google Summer of Code '08. Many of you are already following it. But just a reminder and a friendly poke incas