Semaphores in Python 1.4

M.-A. Lemburg mal at lemburg.com
Fri Jun 8 15:11:40 EDT 2001


Reiner Bielefeld wrote:
> 
> Hi Folks,
> 
> I have to port a python application from AIX to Linux.
> To use semaphores, the application imports a "Semc" which is a buildin
> C-module.
> I found the module Semcmodule.o in the libModules.a in the config directory
> of the installed Python Version 1.4.
> Cause its an object module I can't use it under Linux.
> 
> Where can I get this module in source ?

Please visit http://www.python.org and download Python 2.1 (!) first.

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Consulting & Company:                           http://www.egenix.com/
Python Software:                        http://www.lemburg.com/python/




More information about the Python-list mailing list