Re: parallelpython 1.5.7 crash

2009-12-17 Thread makobu
Thanks Zeph. -- http://mail.python.org/mailman/listinfo/python-list

multiprocessing module

2009-12-15 Thread makobu
I have a function that makes two subprocess.Popen() calls on a file. I have 8 cores. I need 8 instances of that function running in parallel at any given time till all the files are worked on. Can the multiprocessing module do this? If so, whats the best method? A technical overview of how the mu

parallelpython 1.5.7 crash

2009-12-12 Thread makobu
Hi all, Hi all, with the above version of parallelpython, what causes this? Traceback (most recent call last): File "C:\Users\tim\code_base\svn\octopus\parallel_python\pp.py", line 762, in __run sresult = worker.t.receive() File "C:\Users\tim\code_base\svn\octopus\parallel_python \pptran

PyS60, GPS and SMS

2008-12-31 Thread makobu
# Send an SMS with your current GPS co-ordinates using a # Nokia SmartPhone and PyS60 # # Timothy Makobu, 01-01-2009 import positioning import messaging import appuifw import sys

MSN Bot Class

2007-10-11 Thread makobu
## # MsnClient Class -- A basic class that enables one to create an MSN client this way: # x = MsnClient(to_msnid, bot_msnid, bot_msnid_password, messege); x.tell() # (C) Timothy Makobu, 2007