Re: [Pyobjc-dev] pyobjc documentation problems
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2017-01-31 20:47:31
|
> On 20 Jan 2017, at 03:25, Research and Dev <the...@un...> wrote: > > Hi, > > I'm having trouble following your documentation. I understand the basics of Objective-C and know python pretty well. However, I've been trying it utilize your library, but keep coming across errors or simply just can't get the library to work. Is there better documentation with ObjC with pyobjc side-by-side examples? Not really. The translation from Objective-C names to Python names is explained in <https://pythonhosted.org/pyobjc/core/intro.html <https://pythonhosted.org/pyobjc/core/intro.html>>, that’s closer to a reference guide than a tutorial though. What kind of errors do you run into? Ronald |