mrjob v0.3.0 released

2011-12-08 Thread Jimmy Retzlaff
What is mrjob? --- mrjob is a Python package that helps you write and run Hadoop Streaming jobs. mrjob fully supports Amazon's Elastic MapReduce (EMR) service, which allows you to buy time on a Hadoop cluster on an hourly basis. It also works with your own Hadoop cluster. Some

mrjob v0.2.7 released

2011-07-12 Thread Jimmy Retzlaff
What is mrjob? - mrjob is a Python package that helps you write and run Hadoop Streaming jobs. mrjob fully supports Amazon's Elastic MapReduce (EMR) service, which allows you to buy time on a Hadoop cluster on an hourly basis. It also works with your own Hadoop cluster. Some impor

Subject: mrjob v0.2.6 released

2011-05-24 Thread Jimmy Retzlaff
What is mrjob? - mrjob is a Python package that helps you write and run Hadoop Streaming jobs. mrjob fully supports Amazon's Elastic MapReduce (EMR) service, which allows you to buy time on a Hadoop cluster on an hourly basis. It also works with your own Hadoop cluster. Some impor

mrjob v0.2.5 released

2011-04-30 Thread Jimmy Retzlaff
What is mrjob? --- mrjob is a Python package that helps you write and run Hadoop Streaming jobs. mrjob fully supports Amazon's Elastic MapReduce (EMR) service, which allows you to buy time on a Hadoop cluster on an hourly basis. It also works with your own Hadoop cluster. Som

mrjob v0.2.4 released

2011-03-09 Thread Jimmy Retzlaff
What is mrjob? --- mrjob is a Python package that helps you write and run Hadoop Streaming jobs. mrjob fully supports Amazon's Elastic MapReduce (EMR) service, which allows you to buy time on a Hadoop cluster on an hourly basis. It also works with your own Hadoop cluster. Som

Re: [Py2exe-users] how to build same executabl with and without console output

2010-07-30 Thread Jimmy Retzlaff
On Fri, Jul 30, 2010 at 1:10 AM, Gelonida wrote: > What I'd like to achieve ideally is to create a py2exe program, > which > will only display a window (so 'compiled' as 'windows'-application) if > called normally. > > however if being called with the option --debug it should display the > graphic

py2exe 0.6.9 released

2008-11-15 Thread Jimmy Retzlaff
diately after boot_common.py is executed. * Thomas Heller's performance improvements for finding needed modules. * Mark Hammond's fix for thread-state errors when a py2exe created executable tries to use a py2exe created COM DLL. Changes in 0.6.3: * First r

py2exe 0.6.8 released

2008-06-15 Thread Jimmy Retzlaff
omas Heller's performance improvements for finding needed modules. * Mark Hammond's fix for thread-state errors when a py2exe created executable tries to use a py2exe created COM DLL. Changes in 0.6.3: * First release assembled by py2exe's new maintainer, Jimmy Re

ANN: EasyDialogs for Windows version 46691.0

2007-02-15 Thread Jimmy Retzlaff
EasyDialogs for Windows is available at: http://www.averdevelopment.com/python/ EasyDialogs for Windows is a ctypes based emulation of the EasyDialogs module included in the Python distribution for Mac. It attempts to be as compatible as possible. Code using the Mac EasyDialogs module can often b

py2exe 0.6.6 released

2006-12-31 Thread Jimmy Retzlaff
. * Thomas Heller's performance improvements for finding needed modules. * Mark Hammond's fix for thread-state errors when a py2exe created executable tries to use a py2exe created COM DLL. Changes in 0.6.3: * First release assembled by py2exe's new maintain

py2exe 0.6.5 released

2006-03-20 Thread Jimmy Retzlaff
py is executed. * Thomas Heller's performance improvements for finding needed modules. * Mark Hammond's fix for thread-state errors when a py2exe created executable tries to use a py2exe created COM DLL. Changes in 0.6.3: * First release assembled by py2exe's n

py2exe 0.6.4 released

2006-02-13 Thread Jimmy Retzlaff
homas Heller's performance improvements for finding needed modules. * Mark Hammond's fix for thread-state errors when a py2exe created executable tries to use a py2exe created COM DLL. Changes in 0.6.3: * First release assembled by py2exe's new maintainer, Jimmy

RE: py2exe and pyGTK (was "Error")

2005-11-14 Thread Jimmy Retzlaff
danger wrote: > hi everybody, i have a problem with py2exe that gives me this error: > > ImportError: could not import pango > ImportError: could not import pango > Traceback (most recent call last): > File "acqua.py", line 40, in ? > File "gtk\__init__.pyc", line 113, in ? > AttributeError: '

py2exe 0.6.3 released

2005-10-06 Thread Jimmy Retzlaff
supported. Changes in 0.6.3: * First release assembled by py2exe's new maintainer, Jimmy Retzlaff. Code changes in this release are from Thomas Heller and Gordon Scott. * The dll-excludes option is now available on the command line. It was only possible to specify that i

py2exe has a new maintainer

2005-10-04 Thread Jimmy Retzlaff
I am taking over the maintenance and support of py2exe from Thomas Heller. As he announced a few weeks ago he is looking to focus on other things. py2exe has been very useful to me over the years and I look forward to keeping it every bit as useful in the future. I plan to make the transition as s

RE: Py2Exe + kinterbasdb

2005-10-03 Thread Jimmy Retzlaff
[EMAIL PROTECTED] wrote: > I compile an application (that working good in native python) to exe > with py2exe. > In native mode (python.exe ReportApp.py) it is working, the reports are > created good. > But when I try to create a report from the compiled exe, it is show an > error: > > Traceback (

RE: MessageBox ONOK?

2005-04-19 Thread Jimmy Retzlaff
Ali wrote: > How do i connect the onOK of a win32ui MessageBox with the Ok button so > that I get to know when the user clicks the Ok button? win32ui.MessageBox returns the ID of the button that was clicked to dismiss the message box. There are constants in win32con you can use to compare to that

RE: py2exe - create one EXE

2005-04-15 Thread Jimmy Retzlaff
Codecraig wrote: > i tried the SingleInstaller linkwhich points to a > script using NSIS. I followed those instructions which generated an > .exe. HOwever, when i run the .exe nothing happens (meaning no > process starts, no output, no errors, nothing). > > any ideas on that? have ever use

RE: Python 2.4 killing commercial Windows Python development ?

2005-04-12 Thread Jimmy Retzlaff
Terry Reedy wrote: > I guess I don't understand some people's determination to not have users > install fully useable Python on their Windows machines. Doing so seems no > different to me than having to install (or upgrade) Shockwave, or Apple's > Quicksomething for Windows (not used so much anymo

RE: string methods (warning, newbie)

2005-02-26 Thread Jimmy Retzlaff
Anthonyberet wrote: > Is there a string mething to return only the alpha characters of a string? > eg 'The Beatles - help - 03 - Ticket to ride', would be > 'TheBeatlesTickettoride' > > If not then how best to approach this? > I have some complicated plan to cut the string into individual > charac

RE: bad generator performance

2005-02-06 Thread Jimmy Retzlaff
Johannes Ahl-mann wrote: > i just wondered if there was a concise, clean way of doing this with > generators which i had overlooked, or whether there was some blatant > mistake in my code. Aside from the recursion question... You don't really give the complete story so it's hard to tell what exac

RE: Open Folder in Desktop

2005-01-25 Thread Jimmy Retzlaff
Kamilche wrote: > Is there a command you can execute in Python that will open a window on > the desktop, such as 'My Documents'? Kind of like 'system', but for > folder names, not just programs. I'm running on Windows 2000. There are two issues here. The first is how to open a folder and the secon

RE: feature suggestion

2004-12-24 Thread Jimmy Retzlaff
flexibal wrote: ... > as we all know, just doing > v = 5 > declares a new variable named 'v'... but we are people, and we do make > typos... and it's very disturbing to find your program crashing after > two weeks of operation, over a NameError... because a certain branch in > your code, that was p

RE: Audio interviews of Guido or other Python advocates?

2004-12-04 Thread Jimmy Retzlaff
Dave Benjamin wrote: > I looked around for recordings of Guido, but couldn't find any. Does > anyone know of any streamable audio (or video) interviews or speeches > featuring Guido, the bots, or any other interesting people in the Python > community? There's a video with a few folks in it at: ht