Re: [Pythonmac-SIG] krix, a visual music browser for OS X written in pyobjc

2006-06-11 Thread Thorsten Kohnhorst
Hello Ronald and Marcin, Ooops, yes, you are right. Sorry for the mistake and thanks for pointing it out. By the way, I have just uploaded the latest version :-) Yours kodi ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python

[Pythonmac-SIG] krix, a visual music browser for OS X written in pyobjc

2006-06-11 Thread Thorsten Kohnhorst
Hello, I am currently developing a pyobjc application for visually browsing music libraries. Maybe it is of same value for somebody here. If you tested it, it would be nice if you could give some feedback if it worked or not. The latest version is available for download at sourceforge: http:/

Re: [Pythonmac-SIG] pyobjc objs is subclasses of them python objs

2006-06-07 Thread Thorsten Kohnhorst
Well, I am the second to stand up for another round of applause: Thanks a lot to Bob, Ronald and whoever else helped for this really, really great programming environment. Have a nice day, yours kodi ___ Pythonmac-SIG maillist - Pythonmac-SIG@python

[Pythonmac-SIG] NSView.adjustScroll_ crashes

2006-05-23 Thread Thorsten Kohnhorst
Hello, I am trying to adjust the scrolling of a custom NSTableView within the adjustScroll_ method. But my App crashes sooner or later when I overwrite this method (it crashes sooner if I draw a lot of NSBezierPaths in the table cells). I tried to return a newly created NSRect as well as a tup

Re: [Pythonmac-SIG] python interpreter arguments?

2006-05-20 Thread Thorsten Kohnhorst
Hello Ronald, >> >> maybe somebody can help me with the following problem: >> >> is there a way to retrieve the complete arguments that where given to >> the (Mac)Python interpreter (from within the first script that gets >> executed with it)? >> >> i would like to receive the -psn_* argument tha

[Pythonmac-SIG] python interpreter arguments?

2006-05-19 Thread Thorsten Kohnhorst
hello, maybe somebody can help me with the following problem: is there a way to retrieve the complete arguments that where given to the (Mac)Python interpreter (from within the first script that gets executed with it)? i would like to receive the -psn_* argument that was given to the pytho

Re: [Pythonmac-SIG] Application without py2app?

2006-05-16 Thread Thorsten Kohnhorst
Hello Chris, > Ronald Oussoren wrote: >> The best solution would be to teach SPE about application bundles, >> but I don't know how hard that would be. > > I'm confused. Do you need to run PyObjC apps from within a bundle? Why > not debug by running your scripts with pythonw, like we all do for >

Re: [Pythonmac-SIG] Status of PyObjC port to Intel OS X

2006-05-16 Thread Thorsten Kohnhorst
Marcin Komorowski wrote: > Daniel, I did let the installer put python 2.4 binaries in /usr/local/ > bin and I can change the path in my shell strartup script to pull in > the 2.4 binary, but how do I make XCode use python 2.4? I am not sure if it is the best and only solution, but I used the met

Re: [Pythonmac-SIG] Application without py2app?

2006-05-15 Thread Thorsten Kohnhorst
Hello Ronald, you made my day :-) >> No, I am fine using an application bundle. >> It's just that the IDE I am trying to use (SPE) seems to know >> nothing about executables. >> And I guess that the included debugger might only work if the >> application is started from a python script. >> >>

Re: [Pythonmac-SIG] Application without py2app?

2006-05-15 Thread Thorsten Kohnhorst
Hello Ronald,thanks for the fast reply.I would like to know if it is possible to create an Cocoa applicationwithout using py2app. Sure, you can build the .app bundle by hand. Apple's website documentsthe structure of bundles.Well, I am happy with the bundle that was generated by py2app. I just want

[Pythonmac-SIG] Application without py2app?

2006-05-15 Thread Thorsten Kohnhorst
Hello, I would like to know if it is possible to create an Cocoa application without using py2app. I want to start the application from the main python script instead (the one that starts the event loop). So far I managed to load the nib from a path by calling NibClassBuilder._nibInfo

Re: [Pythonmac-SIG] Status of PyObjC port to Intel OS X

2006-05-15 Thread Thorsten Kohnhorst
Zachery Bir wrote: > I've been successfully building Universal PyObjC apps for a while > now. I've been tracking the head of PyObjC's SVN and using the > Universal Python 2.4.3 installer from python.org. > Yes, me too! The pyobjc bridge is an awsome piece of software and the trunk version w