[issue11161] futures.ProcessPoolExecutor hangs

2011-02-09 Thread paul clinch
New submission from paul clinch pcli...@internet-glue.co.uk: The example ``16.4.3.1. ProcessPoolExecutor Example`` hangs in IDLE silently, and hangs the interactive python shell with ``AttributeError: 'module' object has no attribute 'is_prime'``. is_prime(9) was tested before running

[issue9861] subprocess module changed exposed attributes

2010-09-15 Thread paul clinch
New submission from paul clinch pcli...@internet-glue.co.uk: Some attributes, e.g. STARTF_USESHOWWINDOW have moved to _subrocess.STARTF_USESHOWWINDOW. This breaks old code. -- components: Library (Lib) messages: 116450 nosy: pclinch priority: normal severity: normal status: open title

Re: import statement - package visibility problem

2005-04-08 Thread Paul Clinch
, Paul Clinch -- http://mail.python.org/mailman/listinfo/python-list

Re: dynamic loading of code, and avoiding package/module name collisions.

2005-04-08 Thread Paul Clinch
Dear John Perks and Sarah Mount, Long story short: what I'm looking for is information on how have a Python app that: * embeds an editor (or wxNoteBook full of editors) * loads code from the editors' text pane into the app * executes bits of it * then later unloads to make way for an edited

Re: import statement - package visibility problem

2005-04-07 Thread Paul Clinch
Laszlo, For :- Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on win32 Type help, copyright, credits or license for more information. import Lib Traceback (most recent call last): File stdin, line 1, in ? File Lib\__init__.py, line 1, in ? import Server