[BangPypers] ping ramkrsna

2009-08-14 Thread Carl Karsten
(08:57:33 AM) ramkrsna: Do anybody have the graphics used on the pycon event staff tshirt I have info about that. please email me off list. -- Carl K ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Why the None ?

2009-09-03 Thread Carl Karsten
Try this, it should all become clear: def gimmetaste(length=5): print "A", length return length * 2 if __name__ == '__main__': print "B", gimmetaste() On Thu, Sep 3, 2009 at 8:57

Re: [BangPypers] link

2009-09-04 Thread Carl Karsten
On Fri, Sep 4, 2009 at 3:14 AM, Kenneth Gonsalves wrote: > On Friday 04 Sep 2009 1:26:18 pm Noufal Ibrahim wrote: >> Anyone used http://pythonide.blogspot.com/? >> >> It's special purpose but it's got a bit of reputation from what I hear. > > stani is a great guy - he won a prize for designing the

Re: [BangPypers] How to send 1 GB Zip file to some remote machine using HTTP/HTTPS?

2009-09-11 Thread Carl Karsten
On Thu, Sep 10, 2009 at 12:31 PM, deepak gupta wrote: > Hi All, > > How to send 1 GB Zip file to some remote machine using HTTP/HTTPS? > > As of now : > I am running a http listner in to remote machine. > I want to copy a file from local system to the remote machine where my > HTTP/HTTPS Listner i

Re: [BangPypers] [Pythonmac-SIG] .exe r .dmg install

2009-09-13 Thread Carl Karsten
On Sun, Sep 13, 2009 at 12:36 AM, deepak gupta wrote: > Well if i am not wrong you are asking abt , How to call installer file > through Python. > > If i got it right then , You can directly use > os.system(" ") > I think subprocess.Popen is preferred: p = subprocess.Popen( ['dvgrab', '-d', '1

Re: [BangPypers] teach me SWIG

2009-09-14 Thread Carl Karsten
On Mon, Sep 14, 2009 at 1:55 PM, Gora Mohanty wrote: > On Tue, 15 Sep 2009 00:04:01 +0530 > bhaskar jain wrote: > [...] >> Problem is that there was a bug and they have changed a few lines >> in one of the C files. So my question is - will just applying the >> patch and installing the library aga

Re: [BangPypers] teach me SWIG

2009-09-15 Thread Carl Karsten
On Mon, Sep 14, 2009 at 1:55 PM, Gora Mohanty wrote: > On Tue, 15 Sep 2009 00:04:01 +0530 > bhaskar jain wrote: > [...] >> Problem is that there was a bug and they have changed a few lines >> in one of the C files. So my question is - will just applying the >> patch and installing the library aga

Re: [BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-16 Thread Carl Karsten
For the row/column text reports, http://dabodev.com/wiki/ReportDesigner (if there were docs, thats where they would be. there is a .mov somewhere on the site) dabo is meant for making wx apps, but I have used the wx based report IDE to generate the .rfxml layout files and hook those into websites

Re: [BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-16 Thread Carl Karsten
On Wed, Sep 16, 2009 at 11:45 AM, Carl Karsten wrote: > For the row/column text reports, > http://dabodev.com/wiki/ReportDesigner (if there were docs, thats > where they would be.  there is a .mov somewhere on the site) http://dabodev.com/documentation # Report Designer Overview, Par

Re: [BangPypers] Can we create proprietary database in Python

2009-09-27 Thread Carl Karsten
On Sun, Sep 27, 2009 at 11:46 PM, srid wrote: > On Sat, Sep 26, 2009 at 12:15 PM, Arun Python wrote: >> >> b) Can we create proprietary or sequential database like in C++ >> in python for database applications which are not so huge. > >> Sequential database in the sense, like creating a data stru

Re: [BangPypers] SciPy India 2009 - SciPy.in

2009-10-05 Thread Carl Karsten
This just in: Drupal has been ported to Django http://drupy.net/ -- Carl K ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-06 Thread Carl Karsten
On Tue, Oct 6, 2009 at 10:03 AM, Anil wrote: > I so wanted to attend this too bad... I have my exams... :( > where will the PyCon vids be put up? Forgive me if I am being typical... but if you mean these: http://pycon.blip.tv there they are. if you mean videos from scipy.in, I don't know if they

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-10 Thread Carl Karsten
On Sat, Oct 10, 2009 at 9:03 AM, Noufal Ibrahim wrote: > On Sat, Oct 10, 2009 at 12:31 PM, Anand Balachandran Pillai > wrote: > [..] >>    For example, this is a very common way of doing a select using PHP. >> >>   $query = "SELECT * FROM products WHERE name=’$productname’"; >>    mysql_query($qu

[BangPypers] sql query parameters

2009-10-10 Thread Carl Karsten
On Sat, Oct 10, 2009 at 10:05 AM, Noufal Ibrahim wrote: > On Sat, Oct 10, 2009 at 7:59 PM, Carl Karsten wrote: > [..] >> I need to inject... >> >> The line should be: >> >> cursor.execute(query, ('burger', '2009-09-10 12:00:00')) &g

Re: [BangPypers] Perl or Python ?

2009-10-12 Thread Carl Karsten
On Mon, Oct 12, 2009 at 4:58 AM, Noufal Ibrahim wrote: > On Mon, Oct 12, 2009 at 2:09 PM, Gopinath R wrote: >> Hi everyone, >> >> It is my pleasure finding this mailing list. I am a Open Source guy. but not >> an expert. I m strong in Shell Scripting. I need to learn one more open >> source langu

Re: [BangPypers] Video streaming and video recording of the meet

2009-10-16 Thread Carl Karsten
http://wiki.debconf.org/wiki?title=Category:DebConf8/Videoteam&oldid=6093 Click around, they have done it well and documented verry well. I can answer questions. On Oct 15, 2009 11:22 PM, "Sriram Narayanan" wrote: Folks: Let's assume that we have good bandwidth to stream video. Let me know w

Re: [BangPypers] dabo

2009-10-17 Thread Carl Karsten
On Fri, Oct 16, 2009 at 4:30 AM, Kenneth Gonsalves wrote: > hi, > > thought I would take a break from the web and refresh my gui skills - came > across dabo - anyone got anything to say about it? I use the report editor/engine. It uses reportlab for rendering, but the GUI designer is a nice wxPy