[Pythonmac-SIG] resuming python job

Paul McNett p at ulmcnett.com
Thu Sep 17 17:55:38 CEST 2009


DavidW wrote:
> Hi All,
> When I try to resume a stopped instantiation of
> Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)
> on
> intel OSX 10.5.8
> using eithr % or fg, the job aborts without any [error etc] message.
> 
> Is this a known condition?
> Any solution?

I'm not seeing this (OSX 10.5.7):

mac:Downloads pmcnett$ python
Python 2.5.4 (r254:67917, Dec 23 2008, 14:57:27)
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>>
[1]+  Stopped                 python
mac:Downloads pmcnett$ fg
python

 >>> print 23
23



More information about the Pythonmac-SIG mailing list