Mailing list question

2008-04-16 Thread python newbie
Hello, Just curious; can I post a basic programming question to this mailing list? Thanks in advance. Pete - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.-- http://mail.python.org/mailman/listinfo/python-list

Re: tkinter, event.widget, what do i get?

2008-04-16 Thread bockman
On 16 Apr, 01:45, [EMAIL PROTECTED] wrote: > On 16 Apr, 00:24, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > > > > > > > En Tue, 15 Apr 2008 17:45:08 -0300, <[EMAIL PROTECTED]> escribió: > > > > when calling function hmm here, what do i get? the widget i clicked > > > on? > > > if i have a canvs

Re: Mailing list question

2008-04-16 Thread Gary Herron
python newbie wrote: > Hello, > Just curious; can I post a basic programming question to this mailing > list? You just did. :-) (Real answer: Yes. We're pretty newbie friendly here.) Gary Herron > > Thanks in advance. > > Pete > > ---

python beginer

2008-04-16 Thread ashish kamble
hi, can anyone tell me hw to start with webapplication scripting(e.g login page..etc) if anyone has soln for this or simple e.g that mention above please send me by and have a nice day -- http://mail.python.org/mailman/listinfo/python-list

Can't see variables declared as global in a function

2008-04-16 Thread Jacob Davis
Hi. I have a hundred lines of code in a module that declare some global variables inside a function so that those variables can be used by other functions. I want to import this module so that I can more easily debug by looking at the value of individual variables. But when I try to rea

Re: How is GUI programming in Python?

2008-04-16 Thread bockman
On 11 Apr, 20:19, Rune Strand <[EMAIL PROTECTED]> wrote: > On Apr 10, 3:54 am, Chris Stewart <[EMAIL PROTECTED]> wrote: > ... > > > > > Next, what would you say is the best framework I should look into? > > I'm curious to hear opinions on that. > > GUI-programming in Python is a neanderthal experie

Re: webcam (usb) access under Ubuntu

2008-04-16 Thread Berco Beute
On Apr 15, 11:45 pm, Berco Beute <[EMAIL PROTECTED]> wrote: > I've tried reinstalling gstreamer (for windows): > > http://gstreamer.freedesktop.org/pkg/windows/releases/gstreamer/gstre...http://gstreamer.freedesktop.org/pkg/windows/releases/gstreamer/gstre... > > but that didn't help. I get some co

insert python script in current script

2008-04-16 Thread Prashant
I was wondering is there any way to do this: I have written a class in python and __init__ goes like this: def __init__(self): self.name = 'jack' self.age = 50 import data now here there is data.py in the same directory and contents are like: self.address = 'your address' self.status = 'si

how tirbo gears work?

2008-04-16 Thread reetesh nigam
hi everone, 1:- i want to know, how to turbo gears code works. 2:- i want to write code on html with the help of turbo gears -- http://mail.python.org/mailman/listinfo/python-list

Python crashes consistently

2008-04-16 Thread Pete Crite
Hello, I've been trying to install Gnumeric via MacPorts recently, but I can't get past the installation of py25-numpy. It appears that python crashes consistently during installation. I'm not sure if this is related to python itself, but I just thought I'd ask here, just in case anyone els

Re: How is GUI programming in Python?

2008-04-16 Thread bvidinli
So many gui toolkits, designers none of them makes up half of Delphi... unfortunately... i try to use Boa now, easiest of all others on linux/python, but it is far away from Delphi- delphi like... Why dont those toolkits/designers come together and build a single, powerfull ide ? 2008/4/16,

how turbo geras code works

2008-04-16 Thread reetesh nigam
hi. actually i have developed one small project but now i want to develope a project with the help of html.. please help me out -- http://mail.python.org/mailman/listinfo/python-list

Re: Can't see variables declared as global in a function

2008-04-16 Thread Gary Herron
Jacob Davis wrote: > Hi. > > I have a hundred lines of code in a module that declare some global > variables inside a function so that those variables can be used by > other functions. I want to import this module so that I can more > easily debug by looking at the value of individual variables

[ANN] Vellum 0.13: Simple Python Build Tool (usable now)

2008-04-16 Thread Zed A. Shaw
Hello Everyone, Insomnia has blessed me with the ability to make another release of Vellum for all to play with and try using. Features in this release: * The ability to make your own commands for your build specs in plain old Python as a Python module. * The docstring comments on your vellum co

Re: py3k s***s

2008-04-16 Thread Damjan
> To be frank, no innovation. Just changes, no progress. And yes, I am > pd. "anger leads to hate, hate leads to suffering" > Somebody compared it with MS stuff. Yes. It's not similar at all. MS will first force all your customers/users to upgrade to their newest software, at the same time s

Image handling - stupid question

2008-04-16 Thread Jumping Arne
I'm going to try to write some imange manipulation code (scaling, reading EXIF and IPTC info) and just want to ask if PIL is *THE* library to use? I looked at and noticed that the latest version is from Dec 2006. In my experience that means that either

Re: how turbo geras code works

2008-04-16 Thread Diez B. Roggisch
reetesh nigam wrote: > hi. > actually i have developed one small project but now i want to > develope a project with the help of html.. > please help me out Try and work through the turbogears.org website, especially the tutorial. Subscribe to the TG mailing list, and post *concrete* questions.

Re: webcam (usb) access under Ubuntu

2008-04-16 Thread Diez B. Roggisch
Berco Beute wrote: > On Apr 15, 11:45 pm, Berco Beute <[EMAIL PROTECTED]> wrote: >> I've tried reinstalling gstreamer (for windows): >> >> http://gstreamer.freedesktop.org/pkg/windows/releases/gstreamer/gstre...http://gstreamer.freedesktop.org/pkg/windows/releases/gstreamer/gstre... >> >> but that

Re: insert python script in current script

2008-04-16 Thread colas . francis
On 16 avr, 09:42, "Prashant" <[EMAIL PROTECTED]> wrote: > I was wondering is there any way to do this: > > I have written a class in python and __init__ goes like this: > > def __init__(self): > > self.name = 'jack' > self.age = 50 > > import data > > now here there is data.py in the same directory

Change the output font color

2008-04-16 Thread Noorhan Abbas
Hello, I am developing a program that searches for a word in a piece of text. I need to be able to change the color of the searched for word when found in the output text. Is that possible in Python? So, for example: The input text could be: "I like banans and apples" The output should be: "I lik

Re: Image handling - stupid question

2008-04-16 Thread Bruno Desthuilliers
Jumping Arne a écrit : > I'm going to try to write some imange manipulation code (scaling, reading > EXIF and IPTC info) and just want to ask if PIL is *THE* library to use? > > I looked at and noticed that the > latest version is from Dec 2006. > > In

Re: Image handling - stupid question

2008-04-16 Thread Diez B. Roggisch
Jumping Arne wrote: > I'm going to try to write some imange manipulation code (scaling, reading > EXIF and IPTC info) and just want to ask if PIL is *THE* library to use? > > I looked at and noticed that the > latest version is from Dec 2006. > > In my e

Compilation problem of Python2.5.1 on AIX5.2 (with --enable-shared option)

2008-04-16 Thread YIN Ming
Dear All, I encountered a problem when compiling Python2.5.1 as shared library on AIX5.2. Your help are greatly appreciated. In order to embed python into our product, we want to compile python as shared library. It works for Solaris and Linux. Unfortunately, It is for AIX and I could not

Re: Python crashes consistently

2008-04-16 Thread martin . laloux
which python ? from macports or macpython ? -- http://mail.python.org/mailman/listinfo/python-list

Re: webcam (usb) access under Ubuntu

2008-04-16 Thread Berco Beute
On Apr 16, 12:19 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > Maybe if you are now using windows, there are better options - but I'm a > *nix-boy :) > > Diez So am I :), but the application I'm writing has to run on *that other operating system from the 90's*. I'm trying hard not to impleme

Re: Image handling - stupid question

2008-04-16 Thread Berco Beute
On Apr 16, 12:21 pm, Jumping Arne <[EMAIL PROTECTED]> wrote: > I'm going to try to write some imange manipulation code (scaling, reading > EXIF and IPTC info) and just want to ask if PIL is *THE* library to use? Depends on your requirements, but it's certainly the first library I would check out.

Re: Python crashes consistently

2008-04-16 Thread Pete Crite
On 16/04/2008, at 9:38 PM, [EMAIL PROTECTED] wrote: > > which python ? from macports or macpython ? > -- > http://mail.python.org/mailman/listinfo/python-list > MacPorts. It automatically downloaded 2.5.2. My original message is reproduced below. On 16/04/2008, at 5:50 PM, Pete Crite wrot

Re: Python crashes consistently

2008-04-16 Thread Diez B. Roggisch
Pete Crite wrote: > Hello, > > I've been trying to install Gnumeric via MacPorts recently, but I > can't get past the installation of py25-numpy. You are using the wrong python version. Don't use MacPorts for this, because it will install a local, non-framework version of python - which will do

Re: import hooks

2008-04-16 Thread Patrick Stinson
I am defining a simple finder/loader object and adding it to sys.meta_path like this: PyRun_SimpleString("import sys; import ousiainternal; sys.meta_path = [ousiainternal.OusiaImporter]"); The following C code defines the loader object: static void MyImporter_dealloc(PyObject *self) { self-

taylor swift in concert

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

taylor swift height

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

taylor swift hair

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

taylor swift drew

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

taylor swift concert tickets

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

taylor swift concert schedule

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

taylor swift concert dates

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

taylor swift come in with the rain

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

taylor swift birthday

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

taylor swift biography

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

taylor swift bio

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

taylor swift age

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

taylor swift a place in this world lyrics

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

taylor swift a place in this world

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

songs by taylor swift

2008-04-16 Thread dolloffdelvpg
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

Re: webcam (usb) access under Ubuntu

2008-04-16 Thread Diez B. Roggisch
Berco Beute wrote: > On Apr 16, 12:19 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: >> Maybe if you are now using windows, there are better options - but I'm a >> *nix-boy :) >> >> Diez > > So am I :), but the application I'm writing has to run on *that other > operating system from the 90's*

Re: How is GUI programming in Python?

2008-04-16 Thread TYR
Who cares? Everyone does their GUI in a browser these days - keep up, Dad. What we need is a pythonic front end. /troll -- http://mail.python.org/mailman/listinfo/python-list

Re: webcam (usb) access under Ubuntu

2008-04-16 Thread yoz
Berco Beute wrote: > I've been trying to access my webcam using Python, but I failed > miserably. The camera works fine under Ubuntu (using camora and > skype), but I am unable to get WebCamSpy or libfg to access my webcam. > > First I tried webcamspy (http://webcamspy.sourceforge.net/). That > re

Re: Preferred method for "Assignment by value"

2008-04-16 Thread castironpi
On Apr 15, 3:51 pm, sturlamolden <[EMAIL PROTECTED]> wrote: > On Apr 15, 8:19 pm, [EMAIL PROTECTED] wrote: > > > Coming from VBA I have a tendency to think of everything as an > > array... > > Coding to much in Visual Basic, like Fortran 77, is bad for your mind. The distinction you're looking for

Re: subplot function in matplotlib

2008-04-16 Thread Diez B. Roggisch
eli wrote: > Does anyone know a workaround to plotting beyond 9 subplots in > matplotlib? It would be nice to have 20 plots under the subplot > function for example (poster). Is there such a limitation? I thought that was only for the condensed sublpot-specification-form (where you give e.g. 133

Re: Python crashes consistently

2008-04-16 Thread martin . laloux
I agree, use the official python http://www.python.org/ftp/python/2.5.2/python-2.5.2-macosx.dmg I'm also using OS X 10.4.11 and I have no problem for installing numpy http://www.scipy.org/Installing_SciPy/Mac_OS_X or you can download Pre-built binaries from http://pythonmac.org/packages/py25-fat/

Learning Tkinter

2008-04-16 Thread Doran, Harold
I am currently reading An Intro to Tkinter (1999) by F. Lundh. This doc was published in 1999 and I wonder if there is a more recent version. I've googled a bit and this version is the one I keep finding. I like how this document is organized and also how it provides the code with visuals of what s

Re: Python crashes consistently

2008-04-16 Thread Pete Crite
Thanks for the quick reply, Just to clarify (sorry, I'm a bit of a command line newbie): Do you mean to install Python from the .dmg - i.e. into /usr/local/ bin? And then to install Numpy directly as well (manually, from source), then continue with the MacPorts installation of Gnumeric (i.e.

is file open in system ? - other than lsof

2008-04-16 Thread bvidinli
is there a way to find out if file open in system ? - please write if you know a way other than lsof. because lsof if slow for me. i need a faster way. i deal with thousands of files... so, i need a faster / python way for this. thanks. -- İ.Bahattin Vidinli Elk-Elektronik Müh.

Re: py3k s***s

2008-04-16 Thread Aaron Watters
On Apr 15, 12:30 am, Sverker Nilsson <[EMAIL PROTECTED]> wrote: > No one forces me, but sooner or later they will want a Python 3.0 and > then a 3.1 whatever. > > I don't want that fuzz. As about the C versions, I am not that > worried. What's your point? > > I just like want to write a program tha

Re: py2exe, program has stoped working!?

2008-04-16 Thread skanemupp
On 14 Apr, 14:11, John Machin <[EMAIL PROTECTED]> wrote: > On Apr 14, 7:24 pm, [EMAIL PROTECTED] wrote: > > > > > > Is it a console program or a gui program? > > GUI > > > What happens when you run it without py2exe? > > > it works perfectly, both from within python and launching from > > "windows"

Serving binary content (images, etc) using BasteHTTPServer

2008-04-16 Thread MarkCSU
I'm writing a simple web server in python using the BaseHTTPServer library. I can serve text content (ie html pages) with ease, but im running into troubles when i try to serve images. The image gets corrupted in transit and when I manually download the image from the website and look at it using a

Re: Python crashes consistently

2008-04-16 Thread Diez B. Roggisch
> Just to clarify (sorry, I'm a bit of a command line newbie): > > Do you mean to install Python from the .dmg - i.e. into /usr/local/ > bin? Yes and No. Use the DMG - but it will install Python under /Library/Frameworks/Python.framework/... > And then to install Numpy directly as well (manual

Re: String Literal to Blob

2008-04-16 Thread Victor Subervi
The _keywords_ are _essential_. It is currently published at the end of a long and exhaustive thread. This is not good. It should be republished correctly, and with the kw people will use to search. For example, I would never have thought to search for a photo album. Victor On Tue, Apr 15, 2008 at

Re: Serving binary content (images, etc) using BasteHTTPServer

2008-04-16 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > I'm writing a simple web server in python using the BaseHTTPServer > library. I can serve text content (ie html pages) with ease, but im > running into troubles when i try to serve images. The image gets > corrupted in transit and when I manually download the image from

Re: Learning Tkinter

2008-04-16 Thread srf99
You might want to look at these: Thinking in Tkinter http://www.ferg.org/thinking_in_tkinter/index.html Easygui http://www.ferg.org/easygui/index.html -- http://mail.python.org/mailman/listinfo/python-list

Re: How is GUI programming in Python?

2008-04-16 Thread srf99
> I'd like to build a really simple GUI app   > that will work across Mac, Windows, and Linux. You might look at easygui http://www.ferg.org/easygui/index.html That will give you something simple and workable. Then you can go on to more advanced stuff at your leisure. -- http://mail.python.org/

Re: py3k s***s

2008-04-16 Thread Marco Mariani
Aaron Watters wrote: > stuff out there you can get so easily -- all the stuff that py3k > will break -- most of which won't get ported -- and if it does can > we be sure it will be tested properly? No, probably you will end > up beta testing someone's quick port of what used to be rock > solid co

Re: is file open in system ? - other than lsof

2008-04-16 Thread A.T.Hofkamp
On 2008-04-16, bvidinli <[EMAIL PROTECTED]> wrote: > is there a way to find out if file open in system ? - > please write if you know a way other than lsof. because lsof if slow for me. > i need a faster way. > i deal with thousands of files... so, i need a faster / python way for this. > thanks.

Re: Learning Tkinter

2008-04-16 Thread Mike Driscoll
On Apr 16, 7:46 am, "Doran, Harold" <[EMAIL PROTECTED]> wrote: > I am currently reading An Intro to Tkinter (1999) by F. Lundh. This doc > was published in 1999 and I wonder if there is a more recent version. > I've googled a bit and this version is the one I keep finding. I like > how this documen

vary number of loops

2008-04-16 Thread nullgraph
Hi everyone, I'm new to Python and the notion of lambda, and I'm trying to write a function that would have a varying number of nested for loops depending on parameter n. This just smells like a job for lambda for me, but I can't figure out how to do it. Any hint? For example, for n=2, I want the

Re: Image handling - stupid question

2008-04-16 Thread Jumping Arne
On Wed, 16 Apr 2008 12:21:13 +0200, Jumping Arne wrote (in article <[EMAIL PROTECTED]>): > I'm going to try to write some imange manipulation code (scaling, reading > EXIF and IPTC info) and just want to ask if PIL is *THE* library to use? > > I looked at

Interesting timing issue I noticed

2008-04-16 Thread Jonathan Shao
*Gabriel Genellina* gagsl-py2 at yahoo.com.ar *Wed Apr 16 08:44:10 CEST 2008* > Another thing would be to rearrange the loops so the outer one executes less times; if you know that borderX<-- http://mail.python.org/mailman/listinfo/python-list

Re: vary number of loops

2008-04-16 Thread Marc 'BlackJack' Rintsch
On Wed, 16 Apr 2008 06:31:04 -0700, nullgraph wrote: > I'm new to Python and the notion of lambda, and I'm trying to write a > function that would have a varying number of nested for loops > depending on parameter n. This just smells like a job for lambda for > me, but I can't figure out how to do

Re: vary number of loops

2008-04-16 Thread Tim Chase
> I'm new to Python and the notion of lambda, and I'm trying to write a > function that would have a varying number of nested for loops > depending on parameter n. This just smells like a job for lambda for > me, but I can't figure out how to do it. Any hint? I'm not sure lambda is the tool to use

Python module for reading FilePro files?

2008-04-16 Thread Steve Bergman
Does anyone know of a Python package or module to read data files from the venerable old Filepro crossplatform database/IDE? -- http://mail.python.org/mailman/listinfo/python-list

Re: vary number of loops

2008-04-16 Thread colas . francis
On 16 avr, 15:31, [EMAIL PROTECTED] wrote: > Hi everyone, > > I'm new to Python and the notion of lambda, and I'm trying to write a > function that would have a varying number of nested for loops > depending on parameter n. This just smells like a job for lambda for > me, but I can't figure out how

Re: is file open in system ? - other than lsof

2008-04-16 Thread Chris McAloney
On 16-Apr-08, at 9:20 AM, A.T.Hofkamp wrote: > On 2008-04-16, bvidinli <[EMAIL PROTECTED]> wrote: >> is there a way to find out if file open in system ? - >> please write if you know a way other than lsof. because lsof if >> slow for me. >> i need a faster way. >> i deal with thousands of files.

Re: is file open in system ? - other than lsof

2008-04-16 Thread Brian
On Wed, Apr 16, 2008 at 10:00 AM, Chris McAloney <[EMAIL PROTECTED]> wrote: > On 16-Apr-08, at 9:20 AM, A.T.Hofkamp wrote: > > On 2008-04-16, bvidinli <[EMAIL PROTECTED]> wrote: > >> is there a way to find out if file open in system ? - > >> please write if you know a way other than lsof. because

RE: vary number of loops

2008-04-16 Thread Reedick, Andrew
> -Original Message- > From: [EMAIL PROTECTED] [mailto:python- > [EMAIL PROTECTED] On Behalf Of Tim Chase > Sent: Wednesday, April 16, 2008 9:53 AM > To: [EMAIL PROTECTED] > Cc: python-list@python.org > Subject: Re: vary number of loops > > > > > If n=3, I want to have 3 sets of elements

Finally had to plonk google gorups.

2008-04-16 Thread Grant Edwards
This morning almost half of c.l.p was spam. In order to try to not tar both the benign google group users and the malignant ones with the same brush, I've been trying to kill usenet spam with subject patterns. But that's not a battle you can win, so I broke down and joined all the other people th

Re: py3k s***s

2008-04-16 Thread Aaron Watters
On Apr 16, 9:16 am, Marco Mariani <[EMAIL PROTECTED]> wrote: > > Do you mean Ruby's track in providing backward compatibility is better > than Python's? > > Googling for that a bit, I would reckon otherwise. I can't comment on that. Ruby is a lot younger -- I'd expect it to still be stabilizing a

RotatingFileHandler - ShouldRollover error

2008-04-16 Thread tpatch
I am using the RotatingFileHandler logger with Python 2.5 on Windows and I am getting an error on the rollover. When the log file gets close to the size where it needs to rollover, I start getting the following error for every log message. Does anyone have a solution to this problem? Tracebac

RE:Get oldest folder

2008-04-16 Thread jyoung79
Hi Tim, Thanks very much for your help! I'm still just learning Python and really appreciate seeing other peoples examples on how they work with Python. Thanks again for taking the time to share this. Jay >> I'd like to be able to get the path to the oldest folder in whatever >> directory

matplotlib psd

2008-04-16 Thread A_H
Kudos to matplotlib in python, it's a real slick package. But I'd like to do several power spectrum density calls [ psd() ] and control the color of each. I don't see any obvious option for this. Any hints? -- http://mail.python.org/mailman/listinfo/python-list

Embedding Python in my C++ application

2008-04-16 Thread Severian
I am working on embedding Python 2.5 in my C++ application, and I have a few questions: 1) My application is multi-threaded; what problems should I be aware of if I create a separate interpreter in each working thread? The documentation is a bit vague (or perhaps I haven't found the right plac

Re: Finally had to plonk google gorups.

2008-04-16 Thread Mike Driscoll
On Apr 16, 9:19 am, Grant Edwards <[EMAIL PROTECTED]> wrote: > This morning almost half of c.l.p was spam. In order to try to > not tar both the benign google group users and the malignant > ones with the same brush, I've been trying to kill usenet spam > with subject patterns. But that's not a b

Re: subplot function in matplotlib

2008-04-16 Thread eli
On Apr 16, 8:27 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > eli wrote: > > Does anyone know a workaround to plotting beyond 9 subplots in > > matplotlib? It would be nice to have 20 plots under the subplot > > function for example (poster). > > Is there such a limitation? I thought that was

Re: Serving binary content (images, etc) using BasteHTTPServer

2008-04-16 Thread Richard Brodie
<[EMAIL PROTECTED]> wrote in message news:556871d3-1fea-40f2-9cc6- >s.end_headers A bare method name (without parentheses) won't get called. -- http://mail.python.org/mailman/listinfo/python-list

Default parameter for a method

2008-04-16 Thread s0suk3
I wanted to know if there's any way to create a method that takes a default parameter, and that parameter's default value is the return value of another method of the same class. For example: class A: def __init__(self): self.x = 1 def meth1(self): return self.x def m

Re: py3k s***s

2008-04-16 Thread Gabriel Genellina
On 16 abr, 09:56, Aaron Watters <[EMAIL PROTECTED]> wrote: > In my opinion python's adherence to backwards compatibility > has been a bit mythological anyway -- many new python versions > have broken my old code for no good reason.  This is an irritant > when you have thousands of users out there

kate hudson bathing suit

2008-04-16 Thread kelle . lavoni
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

who is kate hudson dating

2008-04-16 Thread kelle . lavoni
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

Re: Finally had to plonk google gorups.

2008-04-16 Thread Jon Ribbens
On 2008-04-16, Grant Edwards <[EMAIL PROTECTED]> wrote: > But that's not a battle you can win, so I broke down and joined all > the other people that just killfile everything posted via google.groups. I did the same about an hour ago. -- http://mail.python.org/mailman/listinfo/python-list

kate hudson wallpapers

2008-04-16 Thread sierra9162
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

Re: Finally had to plonk google gorups.

2008-04-16 Thread Mike Kent
On Apr 16, 10:26 am, Mike Driscoll <[EMAIL PROTECTED]> wrote: > Yeah, I noticed that Google Groups has really sucked this week. I'm > using the Google Groups Killfile for Greasemonkey now and it helps a > lot. I like Google, but my loyalty only goes to far. This is a > complete lack of customer se

Re: Finally had to plonk google gorups.

2008-04-16 Thread Steve Holden
Mike Driscoll wrote: > On Apr 16, 9:19 am, Grant Edwards <[EMAIL PROTECTED]> wrote: >> This morning almost half of c.l.p was spam. In order to try to >> not tar both the benign google group users and the malignant >> ones with the same brush, I've been trying to kill usenet spam >> with subject pa

kate hudson videos

2008-04-16 Thread sierra9162
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

kate hudson thong

2008-04-16 Thread sierra9162
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

kate hudson tattoo

2008-04-16 Thread sierra9162
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

Re: Finally had to plonk google gorups.

2008-04-16 Thread Mike Driscoll
On Apr 16, 10:09 am, Steve Holden <[EMAIL PROTECTED]> wrote: > Mike Driscoll wrote: > > On Apr 16, 9:19 am, Grant Edwards <[EMAIL PROTECTED]> wrote: > >> This morning almost half of c.l.p was spam. In order to try to > >> not tar both the benign google group users and the malignant > >> ones with

Re: py3k s***s

2008-04-16 Thread Gabriel Genellina
On 15 abr, 13:58, Michael Torrie <[EMAIL PROTECTED]> wrote: > > After parsing this thread through a noise filter, it appears the main > concern is not the converting of _python code_ from 2 to 3, but rather > converting extensions written in C, or when python is embedded in a C > program.  The APIs

Re: text adventure game problem

2008-04-16 Thread Neil Cerutti
On Tue, Apr 15, 2008 at 9:25 AM, Carl Banks <[EMAIL PROTECTED]> wrote: > On Apr 11, 12:08 pm, "Neil Cerutti" <[EMAIL PROTECTED]> wrote: > > > such as so > > > they're not stuck with a quasi hack of a language if they have to do > > > something that doesn't fit the framework anticipated by the

kate hudson son

2008-04-16 Thread sierra9162
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

kate hudson snl

2008-04-16 Thread sierra9162
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

kate hudson smoking

2008-04-16 Thread sierra9162
Just few link on some Movies Free Movies: http://exclusive.12w.net F R E E C E L E B R I T Y M O V I E S -- http://mail.python.org/mailman/listinfo/python-list

  1   2   3   >