Re: [Pyobjc-dev] Moving from XCode to py2app: xib trouble
Brought to you by:
ronaldoussoren
|
From: Orestis M. <or...@or...> - 2008-05-21 20:06:20
|
I can look into patching py2app to call ibtool - any pointers about where should I start? Where is py2app svn hosted? Regarding the XCode/IB integration - if you define python source files to be opened in an external editor, and you keep xcode in the background, it will watch your file and post changes to IB as you save. Although I think you want to take XCode out of the picture entirely, right? -- Orestis Markou or...@or... http://orestis.gr/ On 21 Μαϊ 2008, at 10:36 ΠΜ, Ronald Oussoren wrote: > > On Wednesday, May 21, 2008, at 09:48AM, "Orestis Markou" <or...@or... > > wrote: >> I guess so, but I can't sent my project to anyone that doesn't have >> Dev Tools installed. >> >> I don't really care - using IB is so nice that I doubt that anyone >> would do Cocoa GUI development without it. > > Furthermore de developer tools are a free download (and included on > the OSX DVD). > > py2app already calls developer tools when you're using CoreData > model definitions, and IMHO is should call ibtool to do the xib->nib > conversion of you. > > BTW. If anyone has too much free time: it would be very useful to > reverse engineer how Xcode communicates with Interface Builder, I'd > love to use the automatic detection of classes/outlets when I'm > using some other editor as Xcode isn't that useful for doing python > development. I currently use a dummy Xcode project just for the > Xcode/IB integration, and that's lame. > > Ronald >> -- >> Orestis Markou >> or...@or... >> http://orestis.gr/ >> >> >> >> >> On 21 ??? 2008, at 1:06 ??, Greg Ewing wrote: >> >>> Orestis Markou wrote: >>>> Isn't it perhaps better to have py2app invoke ibtool (as proposed >>>> by >>>> Nicholas Riley), or do we not want to introduce a dependency to the >>>> Developer Tools ? >>> >>> If you have a .xib file, doesn't that more or less imply >>> that you have the developer tools to create it in the >>> first place? >>> >>> -- >>> Greg >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2008. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> Pyobjc-dev mailing list >>> Pyo...@li... >>> https://lists.sourceforge.net/lists/listinfo/pyobjc-dev >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Pyobjc-dev mailing list >> Pyo...@li... >> https://lists.sourceforge.net/lists/listinfo/pyobjc-dev >> >> |