pyobjc
PYObjC NSWindow is NoneType?
window = NSApplication.sharedApplication().mainWindow() window.contentView().addSubview_(chart_view) The window was made in another section and appears fine but I get开发者_开发问答 this:[详细]
2023-03-14 12:05 分类:问答How to install PyObjC with Python 3 and Xcode 3 on Mac OS X 10.6
I want to start using PyObjC. I\'ve got Xcode 3 on OS X 10.6 I have both Python 3.2 and 2.6 instal开发者_Go百科led, but I want to use 3.2[详细]
2023-03-06 11:52 分类:问答Getting global scroll events with PyObjC
How can I get global scroll events with PyObjC? Can it be done with an NSEvent call? Sam开发者_开发百科ple code would be great...You were on the right track with NSEvent! As long as you don\'t want t[详细]
2023-03-06 07:52 分类:问答Python Hello World in PyObjC on iPhone?
I installed the iphone-python package from Cydia, but the HelloPython app closes immediately when I run it from Springboard.[详细]
2023-03-06 07:38 分类:问答PyObjC on Xcode 4
Xcode 3 had templates for building Cocoa subclasses 开发者_开发百科in Python. I\'ve recently upgraded to Xcode 4 but I cannot find out how I can use other languages besides the C family (C, C++, Obj-C[详细]
2023-03-02 00:23 分类:问答Using pyobjc imports in PyDev in Eclipse on Mac OS X
I\'ve installed and configured PyDev version 1.6.5.2011020317 inside Eclipse, running on Mac OS X 10.6.6:[详细]
2023-02-16 00:54 分类:问答Modify a .webarchive from within cocoa and write out again
I have access to a .webarchive file. I have so far managed to create a webarchive (using PyObj开发者_运维技巧C) from the file. I wish to modify some elements in the DOM tree and write the modified dat[详细]
2023-02-15 09:29 分类:问答Is PyObjC pre-installed on OSX SL?
I\'m going to sell a program that uses that framework in Mac App Store. I want to make sure 开发者_高级运维it will be approved by Apple.Yes.[详细]
2023-02-14 05:08 分类:问答PyObjC tutorial without Xcode [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-11 11:56 分类:问答Python CGEventTap Bus Error
I get a bus error whenever I run this Python CGEventTap code:开发者_运维问答 def callback(ent):[详细]
2023-02-10 16:12 分类:问答