I get this error when trying to run tools/indexcap.py:

Traceback (most recent call last):
   File "./indexcap.py", line 29, in <module>
     import multiprocessing
ImportError: No module named multiprocessing

It appears that multiprocessing was introduced in Python v2.6:

   http://docs.python.org/dev/library/multiprocessing.html

My Mac OS X 10.5.8 system doesn't have that version (provided by Apple):

 >python --version
Python 2.5.1

Is there another way to accomplish that or make it optional so we  
don't have to upgrade Python?

On Sep 25, 2009, at 9:02 AM, [email protected] wrote:

> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30143
>
> User: krj
> Date: 2009/09/25 08:02 AM
>
> Log:
> Add initial multiprocessing support
>
> Directory: /trunk/tools/
>  Changes    Path           Action
>  +35 -22    indexcap.py    Modified
>
> ___________________________________________________________________________
> Sent via:    Wireshark-commits mailing list <[email protected] 
> >
> Archives:    http://www.wireshark.org/lists/wireshark-commits
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
>             mailto:[email protected]?subject=unsubscribe

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to