Re: [Pyobjc-dev] GNUstep.
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2003-01-05 21:36:48
|
Wow! I'm really happy to see that the GNUstep effort has such momentum. Very cool! I'm going to add a news item to that effect shortly. I'm thinking that it might be wise to start a pyobjc-dev-gnustep mailing list as the GNUstep effort is going to generate a lot of traffic that is highly specific in nature. It would give people new to the project an easy way to scan the archives to find relevant notes regarding the state of GNUstep compatibility. Also-- for those working on GNUstep, there are a couple (maybe only one now?) of places where the PyObjC module does something like the following (found in objc/__init__.py): try: import _FoundationMapping del _FoundationMapping except ImportError: pass As the port progresses, it is likely that an import error will occur in this context that is indicative of a real problem. b.bum |