Re: [Pythonmac-SIG] LXML with py2app

2008-08-08 Thread Kenneth Miller
5, in File "build/bdist.macosx-10.3-i386/egg/macholib/util.py", line 56, in TypeError: Error when calling the metaclass bases cannot create 'builtin_function_or_method' instances Any ideas? Regards, Ken On Aug 7, 2008, at 5:18 PM, Christopher Barker wrote: Kenne

Re: [Pythonmac-SIG] LXML with py2app

2008-08-07 Thread Kenneth Miller
Chris, How can I build python to link to the OS X Tkinter libraries? That's the ONLY reason I'm using the system python. I usually use the python built by macports. Regards, Ken On Aug 7, 2008, at 3:59 PM, Chris Barker wrote: Kenneth Miller wrote: This is what I'

[Pythonmac-SIG] LXML with py2app

2008-08-07 Thread Kenneth Miller
Has anyone had success with this? This is what I'm encountering. Here i printed the sys.path, why does this include modules local to the machine? I want it to be independent of any local resources? 8/7/08 2:22:55 PM ['/Users/xkenneth/work/mwdconfig/tkpyro/dist/ MWDConfig.app/Contents/Resour

[Pythonmac-SIG] Guages, Sliders, Graphs and py2app

2008-02-04 Thread Kenneth miller
o. I'd like to be able to display data using widgets like a thermometer, guages (like in your car), orthogonal graphs, polar graphs, etc. Is there a python GUI framework available with these types of widgets that's easy to distribute along with an App built wi

Re: [Pythonmac-SIG] Re-beginner's simple question

2008-01-20 Thread Kenneth Miller
uot;interface" sub- module, so I forcefully copy it into the app. I'm not sure if this is the right way to do it, but it's worked for me so far. Good luck. Also feel free to ask any time. I ask questions all of the time. Regards, Kenneth Miller On Jan 19, 2008, at 6:59 PM, Charle

Re: [Pythonmac-SIG] Re-beginner's simple question

2008-01-19 Thread Kenneth Miller
No, it bundles a python binary along with your source in a .app package. Regards, Kenneth Miller On Jan 19, 2008, at 4:55 PM, Charles Hartman <[EMAIL PROTECTED] > wrote: Thank you very much. Doesn't that depend on whatever Python is built- in on the end-user's machine? I&#

Re: [Pythonmac-SIG] Re-beginner's simple question

2008-01-19 Thread Kenneth Miller
Check out py2applet, I use it all the time. Regards, Kenneth Miller On Jan 19, 2008 1:40 PM, Charles Hartman <[EMAIL PROTECTED]> wrote: > I mean *really* simple: I've been away from Python programming for a > couple of years, and I've just gotten a query about an old open-s

[Pythonmac-SIG] lxml with native leopard python2.5

2008-01-18 Thread Kenneth Miller
Anyone had any success with this? Are there any binaries available? Regards, Kenneth Miller ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] Tk Aqua (Quit binding)

2008-01-17 Thread Kenneth Miller
All, Using the native python installation with Aqua Tk I've noticed that it automatically generates a "Quit" button/function. Is there any way that I can bind my own quit function to this call? Regards, Kenneth Miller ___ Pythonm

Re: [Pythonmac-SIG] Fwd: py2app with ZODB

2008-01-16 Thread Kenneth Miller
act that when i tell py2applet to use zope as a package, the only module from zope that it copies is "tests", so i have to copy the "interface" module by hand. Any ideas? Regards, Kenneth Miller On Jan 11, 2008, at 4:24 PM, michael ferraro wrote: I am sorry, yes th

[Pythonmac-SIG] py2app with ZODB

2008-01-10 Thread Kenneth Miller
Hi All, I'm trying to build a Mac .app using py2app with python code that uses ZODB, can anyone give me some help, or maybe an example? Regards, Ken ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/p

[Pythonmac-SIG] ZODB with py2app

2008-01-09 Thread Kenneth Miller
Hi All, I'm trying to build a Mac .app using py2app with python code that uses ZODB, can anyone give me some help, or maybe an example? Regards, Ken ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/py