Re: [Pythonmac-SIG] pyObjC and Plugins

2007-03-01 Thread Steve Freitas
Hi Dethe, I attempted it again and unfortunately got the same error. I actually decided to do a fresh 10.4.8 install, did Xcode, Python 2.5 and setuptools 0.6c5. I installed PyObjC 1.4 from source (the stable download off the website), and told it to skip installing py2app. I then used easy_setup

[Pythonmac-SIG] Dock menu

2007-03-01 Thread Amrit Jassal
I have a static dock menu created with Interface Builder (cocoa). Works great. I now have a requirement to add/remove items for this menu at run-time or enable/disable menu items at run-time. I cannot find a way to get a handle to the dock menu at run-time to get at the menu items that I want to

Re: [Pythonmac-SIG] pyObjC and Plugins

2007-03-01 Thread Dethe Elza
Hi Steve, My first thought was to make sure that you were getting the python you just build when you type "python" at the command-line. I've had problems like this before when I had the wrong python in my Path. Then I thought, what if the problem is with the example code? I know I've buil

Re: [Pythonmac-SIG] pyObjC and Plugins

2007-03-01 Thread Dethe Elza
Hmmm, I think I must have been a few revs behind. When I svn up'd to HEAD and tried again it built and loaded. Here's my setup: macholib-1.1-py2.5.egg modulegraph-0.7-py2.5.egg py2app-0.3.6.dev_r53-py2.5.egg setuptools-0.6c3-py2.5.egg bdist_mpkg-0.4.2-py2.5.egg pyobjc-1.4.1a0 Python 2.5 OS X (1

Re: [Pythonmac-SIG] Dock menu

2007-03-01 Thread Dethe Elza
On 1-Mar-07, at 5:36 AM, Amrit Jassal wrote: > I have a static dock menu created with Interface Builder (cocoa). > Works great. > I now have a requirement to add/remove items for this menu at run- > time or enable/disable menu items at run-time. > > I cannot find a way to get a handle to the do

[Pythonmac-SIG] Py2app: import errors while running the installed app (PyQt4.Qt imports)

2007-03-01 Thread Ninad Sathaye
Hi, I have built a package using py2app on MACOSX 10.3.9. My application uses Qt4.2 (PyQt4.1.x) framework. When run the application (installed using the created package) it gives import errors. Example: " from PyQt4.Qt import QApplication ImportError : Cannot import name QApplication. " Py2

Re: [Pythonmac-SIG] Roundup Issue Tracker

2007-03-01 Thread Samuel M. Smith
This worked. Thanks sudo python setup.py install --prefix=/Library/Frameworks/ Python.framework/Versions/2.5 On Feb 28, 2007, at 13:18 , [EMAIL PROTECTED] wrote: > > Samuel> Anyone on this list installed the python based roundup > issue > Samuel> tracker with framework python2.5? > >

Re: [Pythonmac-SIG] pyObjC and Plugins

2007-03-01 Thread Steve Freitas
On Thu, 2007-03-01 at 07:34 -0800, Dethe Elza wrote: > Hmmm, I think I must have been a few revs behind. When I svn up'd to > HEAD and tried again it built and loaded. > > Here's my setup: > macholib-1.1-py2.5.egg > modulegraph-0.7-py2.5.egg > py2app-0.3.6.dev_r53-py2.5.egg > setuptools-0.6c3-p

[Pythonmac-SIG] PyOSA preview

2007-03-01 Thread has
Hi all, PyOSA, my second attempt at implementing a full Python OSA component, is starting to come together. This is an early version, may be buggy/ incomplete, use at own risk, etc. Most of the major features are working in the large - saving/loading (works on PPC, currently breaks on i386

Re: [Pythonmac-SIG] PyOSA preview

2007-03-01 Thread Paul Berkowitz
On 3/1/07 11:12 PM, I wrote: > " Error > > Internal Server Error > > The server encountered an internal error or misconfiguration and was > unable to complete your request." > Copying and pasting (since either your email client or the list's server butchered the URL into two pieces, rendering

Re: [Pythonmac-SIG] PyOSA preview

2007-03-01 Thread Paul Berkowitz
On 3/1/07 1:48 PM, "has" <[EMAIL PROTECTED]> wrote: > p.s. For anyone interested in what's going on in the rest of the > appscript world these days, Matt Neuburg's just done a very nice > article at O'Reilly's MacDevCenter: a/mac/2007/02/27/replacing-applescript