Quick question about threads and interpreters.

2011-07-31 Thread Ira Gray
Lets say I have a program that is running a python interpreter in the main thread. I come along, write a .DLL and throw it into the program. My .dll has its own thread (right?), separate from the main thread, and then makes a pyrun_simplestring call to the pythonxx.dll. The pyrun_simplestring call

Book Recomendations

2008-03-01 Thread Ira Solomon
endation as to which books are considered to be the cream of the crop. I know there are tutorials on the web, but, again, I don't know the quality. I would appreciate recommendations on those as well. Thanks Ira -- http://mail.python.org/mailman/listinfo/python-list

Re: Sorting Large File (Code/Performance)

2008-01-24 Thread Ira . Kovac
a start: http://docs.python.org/lib/typesseq-mutable.html > Google "GnuWin32" and see if their sort does what you want. Will do, thanks for the tip. > If you really have a 2GB file and only 2GB of RAM, I suggest that you don't > hold your breath. I am limited with resou

Sorting Large File (Code/Performance)

2008-01-24 Thread Ira . Kovac
Dual Core 2.0GHz w/2GB RAM). Cheers, Ira -- http://mail.python.org/mailman/listinfo/python-list

Re: Filtering content of a text file

2007-07-27 Thread Ira . Kovac
Thanks all for the input. This is going to be a great basis for starting. And, yeah - I wish it was a homework. Best, Ira -- http://mail.python.org/mailman/listinfo/python-list

Filtering content of a text file

2007-07-27 Thread Ira . Kovac
Hello All, I'd greatly appreciate if you can take a look at the task I need help with. It'd be outstanding if someone can provide some sample Python code. Thanks a lot, Ira -

Re: Changing interpreter's deafult output/error streams

2005-08-01 Thread Ira
x27;s common sense. Can anyone tell me how to do this? "Michael Hudson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Ira" <[EMAIL PROTECTED]> writes: > > > Using an embedded interpreter, how do I change it's default output > &

Re: Changing interpreter's deafult output/error streams

2005-08-01 Thread Ira
x27;s common sense. Can anyone tell me how to do this? "Michael Hudson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Ira" <[EMAIL PROTECTED]> writes: > > > Using an embedded interpreter, how do I change it's default output > &

Changing interpreter's deafult output/error streams

2005-07-31 Thread Ira
Hi, Using an embedded interpreter, how do I change it's default output streams (specifically the one used by PyErr_Print() which I'm guessing is the default error stream)? Cheers, Ira -- http://mail.python.org/mailman/listinfo/python-list