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
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
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
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
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
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
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
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
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
.
* 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
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
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
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: '
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
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
[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 (
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
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
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
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
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
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
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
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
24 matches
Mail list logo