[Pythonmac-SIG] Tkinter and Python 2.2

2004-12-21 Thread Kevin Walzer
erent). |>>> While possible, I don't think that it's likely. That means |>>> it should be pretty easy to drop into 2.2. |> Clue this poor newbie in a little more as to what this means |> in terms of actually placing (and replacing) files in Poser's |> P

[Pythonmac-SIG] Re: [Pyqt-mac-list] Re: Eric 3

2004-12-22 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jay, Your path looks correctly set up to me. If you have the Pythonmac extensions installed, that's important, as my Eric3 app bundle actually makes use of the Python interpreter embedded in the PythonIDE. (That will be corrected in the next release of

[Pythonmac-SIG] py2applet question

2004-12-28 Thread Kevin Walzer
py2app (.1.6) that has the support for PyQt built-in. I'm just putting the name of the main script in the setup.py file, and not adding anyting else. Is there something special I need to do with the XML module in terms of referencing it in the setup.py script? I've actually run into this prob

[Pythonmac-SIG] Kodos

2004-12-29 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a working app bundle of Kodos put together...I haven't released it because I wasn't sure anyone would be interested in it, but it works fine with my PyQt-Mac distribution. Let me know if you'd like me to post it for download. - -

[Pythonmac-SIG] BuildApplet in next distro of MacPython?

2004-12-29 Thread Kevin Walzer
should be the featured method for packaging apps in MacPython. But if BuildApplet and PythonIDE can be retained, even if it's deprecated, that would be enormously helpful to me. A workable alternative would be if Glenn Andreas continued to include support for BuildApplet in PyOxide. Glenn,

Re: [Pythonmac-SIG] BuildApplet in next distro of MacPython?

2004-12-29 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Ippolito wrote: | | | If you give up on reporting issues and whatnot with py2app it's not ever | going to suit your needs. I won't stop reporting bugs. Frankly, part of the issue is that I don't have time to learn py2app deeply. At some point in th

Re: [Pythonmac-SIG] BuildApplet in next distro of MacPython?

2004-12-29 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Ippolito wrote: | | I said that py2app's alias mode is non-portable. BuildApplet creates | portable applications that work if all dependencies are expected to | already be installed. Hmmm. That's a good argument to retain BuildApplet in some form.

Re: [Pythonmac-SIG] BuildApplet in next distro of MacPython?

2004-12-29 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | | Back to the original problem, you said that these XML modules are | specific to Eric3, which means that somewhere along the way Eric3 is | doing some non-statement imports or exercising some bug in py2app | 0.1.6. Try it again with py2app 0.1.7, wh

[Pythonmac-SIG] ANN: Spe for OS X available

2005-01-05 Thread Kevin Walzer
dtech-software.com/spe.html - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) Comment:

[Pythonmac-SIG] IDE for wxPython

2005-02-08 Thread Kevin Walzer
nterested in PyQt, I also have a binary installer of that, including the Eric3 IDE--it's very nice and somewhat more mature than SPE--at http://www.wordtech-software.com/pyqt-mac.html Welcome! Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://

[Pythonmac-SIG] Re: Mac Python User Newbies

2005-02-13 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | | | | Subject: | Re: [Pythonmac-SIG] Mac User Python Newbies | From: | Troy Rollins <[EMAIL PROTECTED]> | Date: | Sun, 13 Feb 2005 10:59:10 -0500 | To: | [email protected]

[Pythonmac-SIG] Re: Mac newbie

2005-02-13 Thread Kevin Walzer
). Also, which GUI toolkit would such an IDE use? Komodo provides nearly all of the functionality you've described, even a GUI builder--though it's Tk, which may or may not be to your taste. But still, ActiveState has not yet seen fit to bring it to the Mac. I hereby renew my suggestion to

[Pythonmac-SIG] MacPython 2.3.5: some basic questions

2005-02-19 Thread Kevin Walzer
cPython extensions for Panther as a dependency. Will anything I bundle using the newer stuff require the entire installation of Python 2.3.5 as a dependency, or should things be OK? - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://

[Pythonmac-SIG] Tkinter package?

2005-02-23 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If the older package repositories are now unmaintained, how would one install the Tkinter module? - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http

[Pythonmac-SIG] Re: PyQt bus error

2005-02-27 Thread Kevin Walzer
o build, I haven't kept up with more recent updates to PyQt either: I'm waiting for the release of Qt 4 to put together another version. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.

[Pythonmac-SIG] Tcl/Tk Aqua

2005-03-07 Thread Kevin Walzer
ns about that on the mailing list in the past few months). For what it's worth, here is what seems to be the (current) canonical list of PackMan URL references: http://www.python.org/packman/ I guess that would do as the permanent address. If anyone can amplify/clarify this, please do so. Cheers, K

Re: [Pythonmac-SIG] Tcl/Tk Aqua

2005-03-07 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Ippolito wrote: | | | | What you don't see is the stupid messages I get off-list because the | PackMan UI sucks and confuses people. I'm tempted to just take it down | entirely so I don't have to see these messages (I have removed | references to t

Re: [Pythonmac-SIG] Tcl/Tk Aqua

2005-03-07 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Ippolito wrote: | | | Doesn't an IDLE applet come with the add-ons? | | IDLE is useful as an interactive interpreter because it's (in my | experience) the only one that actually does it right by running the | sub-interpreters out of process. I wish

[Pythonmac-SIG] Weirdness with ld/PyQt-Mac build

2005-03-08 Thread Kevin Walzer
set in my path to point to /Developer/qt? And if this is a problem, how do I fix it (short of rebuilding Qt in /Developer/qt--groan...) Thanks for any advice. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://ww

[Pythonmac-SIG] [Fwd: Re: [PyKDE] ANN: new eric3 snapshot]

2005-03-10 Thread Kevin Walzer
the Mac. Thanks for any feedback. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Da

[Pythonmac-SIG] Eric 3.6.2

2005-03-11 Thread Kevin Walzer
differently than the older version, and broke my older PyQt build of Eric. I'll get it wrapped up and uploaded to SourceForge in another week or so. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com

[Pythonmac-SIG] GUI tools--for Troy

2005-03-13 Thread Kevin Walzer
*not* satisfy your criteria for commercial-quality tools. Of course, Qt isn't cheap for commercial development, and perhaps that's an issue, but I think it should satisfy your critiera for high-quality, well-supported tools. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applicatio

[Pythonmac-SIG] Re: GUI tools--for Troy

2005-03-13 Thread Kevin Walzer
Anyway, thanks for the discussion. I found it very intriguing. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Versi

[Pythonmac-SIG] ANN: New PyQt-Mac-03-2005 binary installer available

2005-03-22 Thread Kevin Walzer
added instructions on how to build PyQt on Mac OS X to the "ReadMe" documentation; this material is also included on the web page for PyQt-Mac. For more information and download links, see this page: http://www.wordtech-software.com/pyqt-mac.html - -- Cheers, Kevin Walzer, PhD WordTech Soft

[Pythonmac-SIG] SPE-OSX

2005-03-30 Thread Kevin Walzer
://spe.pycs.net. Hope this helps. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin)

Re: [Pythonmac-SIG] SPE-OSX

2005-03-30 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, | | 1. Invoking wxGlade or XRC from the Tools menu does not work. Simply | nothing happens. ~From the traceback, it doesn't look like you have SPE installed in the right place. The SPE-OSX folder needs to go in /Applications. There are paths to wx

[Pythonmac-SIG] Re: SPE-OSX

2005-03-30 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lee Cullens wrote: | Kevin, | | Thank you - I really wanted to try to work with SPE because it seems to | have more of what I want in a sandbox than the other packages I'm | playing with. | | From the SPE page - I already had MacPython Add-Ons and Blen

[Pythonmac-SIG] Python documentation in PythonIDE--for Lee Cullens

2005-04-04 Thread Kevin Walzer
hack at doing this myself, but I'm not installing 2.4.1 for now--stuff I maintain depends on the Apple-provided Python. Hope this helps. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com

[Pythonmac-SIG] A note on WingIDE

2005-04-07 Thread Kevin Walzer
FOSS only. http://wingware.com/store/prices - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG

[Pythonmac-SIG] ANN: AquaMacs distribution of Emacs

2005-04-07 Thread Kevin Walzer
://www.wordtech-software.com/aquamacs.html - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4

[Pythonmac-SIG] Update on SPE-OSX

2005-04-07 Thread Kevin Walzer
fix to CVS and Robin Dunn tells me it will be included in the next binary release of wxPython, which will be in a few days. I'll double-check then and, if everything seems OK, release a new version along with advice to update to the new wxPython. Thanks for everyone's patience. - -- Chee

[Pythonmac-SIG] SPE-OSX crashes fixed

2005-04-09 Thread Kevin Walzer
that bug has been fixed. So, go ahead and download the new release of wxPython (wxpython.org) and ~ the current build of SPE-OSX should work fine; I see no point in packaging up a new version. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http

[Pythonmac-SIG] PyOxide features wish list

2005-04-12 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 1. py2app support. I believe it still supports bundlebuilder only? 2. Less crashiness. I can make PyOxide blow up consistently by typing # in the interpreter. The stuff I package is somewhat fragile/crashy, but nothing like that. - -- Cheers, Kevin

[Pythonmac-SIG] Repackaging for Tiger?

2005-04-23 Thread Kevin Walzer
uming Tiger is using a more recent version of Python than 2.3.0? - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGN

[Pythonmac-SIG] py2applet--is it really this easy?

2005-04-23 Thread Kevin Walzer
ebuilder/buildapplet for good. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin)

[Pythonmac-SIG] Which Python are people going to use?

2005-04-27 Thread Kevin Walzer
hon, particularly if there is a strong pull toward one version or the other. So please let me know. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL P

[Pythonmac-SIG] MacPython add-ons?

2005-04-27 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does anyone know if Jack is planning a new version of MacPython add-ons for Tiger, as he did with Panther? - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http

[Pythonmac-SIG] WordTech packages: Python 2.4 only

2005-04-29 Thread Kevin Walzer
tested. I will continue to the older 2.3.0 versions for Panther, but they will not be supported anymore, nor will they be repackaged for Python 2.3.5 on Tiger. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-softwar

[Pythonmac-SIG] Python help package for PythonIDE--2.4

2005-04-29 Thread Kevin Walzer
ackage available for installation on Tiger. Bob, if you want, I can also provide the materials to you for inclusion in your package. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://

[Pythonmac-SIG] py2applet and Python 2.4

2005-04-29 Thread Kevin Walzer
ained that py2app modules couldn't be found. Is there a way to easily get py2app configured for 2.4.1 or do I ~ need to build it from source? - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.small

[Pythonmac-SIG] py2app/2.4

2005-04-29 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doh! I found a pre-built installer on Bob's site. Sorry for the false alarm. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.

[Pythonmac-SIG] wxPython/Tiger?

2005-05-02 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --snip wxPython ships with Tiger. - -bob - --snip Did I read this right? Apple's shipping wxPython with Tiger? What version? (Just out of curiosity, why would they bundle wxPy and NOT PyObjC?...) - -- Cheers, Kevin Walzer, PhD Wor

[Pythonmac-SIG] Staying with system Python in Tiger

2005-05-02 Thread Kevin Walzer
l require fewer downloads for end users, and mean far less work for me in repackaging things (which means I will get it done much sooner). I will have to assemble a new installer for PyQt-Mac, but migrating my other packages will be trivial. I'll post an announcement when everything is ready.

[Pythonmac-SIG] Updated packages for Tiger

2005-05-05 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have updated PyQt-Mac, SPE-OSX, and PyUnitOSX for compatability with Mac OSX 10.4 "Tiger." Please see http://www.wordtech-software.com for more information. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applic

[Pythonmac-SIG] Recursion limit in OS X?

2005-05-12 Thread Kevin Walzer
around this so that the apps I maintain are actually usable. :-) - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGNAT

[Pythonmac-SIG] Apple Help Book for Python 2.4.1

2005-05-17 Thread Kevin Walzer
j. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG w

[Pythonmac-SIG] Performance improvement in Python 2.4.1/wxPython 2.6?

2005-05-17 Thread Kevin Walzer
latest and greatest than the Apple-shipped Python/wxPython. If others are noticing this, I may rethink my decision about supporting only the Apple installation. Please let me know your comments. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://ww

[Pythonmac-SIG] Can't register Apple Help book with Carbon.AH module

2005-05-30 Thread Kevin Walzer
bit cryptic. I don't quite understand how the Carbon module defines this stuff (FSSpec, etc). (I'm working with wxPython, so I need to define this stuff through Carbon.) Is there a way to do this with the os.path module? If so I haven't quite grokked how. Any help is appreciated. -

[Pythonmac-SIG] Spe-OSX package, wxGladeOSX updates; Boa Constructor coming

2005-06-02 Thread Kevin Walzer
n, so those will be requirements as well. I'll post a general announcement when it's available. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.kevin-walzer.com http://www.smallbizmac.com.

Re: [Pythonmac-SIG] Spe-OSX package, wxGladeOSX updates; Boa Constructor coming

2005-06-03 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Barker wrote: | Kevin Walzer wrote: | |> I'm now also supporting Tiger only. | | | ouch! Darn, this is disappointing. It will be a quite a while 'till most | people are running Tiger. Is there any chance of sticking with P

[Pythonmac-SIG] Aquamacs

2005-06-15 Thread Kevin Walzer
r have to choose between Emacs' power and BBEdit/Textwrangler's ease of use. If you prefer standard Emacs, Aquamacs will probably drive you crazy. There are probably other builds that I'm not aware of, but these are the ones that seem to be most popular. Let me know if you have othe

[Pythonmac-SIG] ANN: Boa Constructor for OS X available

2005-06-16 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Boa Constructor is now available for Mac OS X. Boa is a cross-platform Python IDE and wxPython GUI Builder. It offers visual frame creation and manipulation, an object inspector, many views on the source like object browsers, inheritance hierarchies,

[Pythonmac-SIG] ANN: Eric3 3.7 available for Mac OS X

2005-06-16 Thread Kevin Walzer
included with the larger PyQt-Mac binary installer for OS X 10.4 ("Tiger"). For this version to function, you must have the entire PyQt-Mac package already installed. Look under "PyQt-Mac-Tiger" at the Sourceforge page to find the Eric 3 3.7 installer. - -- Cheers, Kevin Walzer, P

Re: [Pythonmac-SIG] [wxPython-mac] ANN: Boa Constructor for OS X available

2005-06-17 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 D'oh! http://www.wordtech-software.com/boa.html Sorry! ebricca wrote: | could you post also the link to download :) | thx | | ernesto | | | Kevin Walzer wrote: | | Boa Constructor is now available for Mac OS X. | | Boa is a cross-platform P

Re: [Pythonmac-SIG] ANN: Boa Constructor for OS X available

2005-06-17 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What version of wxPython/MacPython are you using? It's *very* unstable under the Apple system Python and wxPython, but has worked fine for me under the latest versions of Py/wxPy. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applica

Re: [Pythonmac-SIG] ANN: Boa Constructor for OS X available

2005-06-17 Thread Kevin Walzer
o come up with a solution. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.kevin-walzer.com http://www.smallbizmac.com. mailto:[EMAIL PROTECTED] Charles Hartman wrote: | That's the .dmg dist of Python 2.4.1

Re: [Pythonmac-SIG] Boa stability issues

2005-06-21 Thread Kevin Walzer
rything project and | opening a new project. Just adding a text box, a radio button, and a | check box, and trying to run it, and Boa dies. Can you send code samples? That would be useful for testing. The other report I got about this indicated the same problem. Cheers, Kevin Walzer, P

[Pythonmac-SIG] Aquamacs

2005-06-21 Thread Kevin Walzer
file used a different convention. I looked through the prefs but didn't find any way of enabling universal newline support. Am I missing something? See the options menu, "truncate long lines in this buffer" and "word wrap in text modes." - -- Cheers, Kevin Walzer, Ph

[Pythonmac-SIG] LaunchServices package

2005-06-22 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is Bob's LaunchServices package available for download anywhere? A user of one of my packages was asking about it and I can't find the link anymore. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Package

[Pythonmac-SIG] Workaround for Boa crashes on OS X

2005-06-22 Thread Kevin Walzer
when it's wrapped up in an app bundle (similar to py2exe) and not crash when it's run from the command-line? - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.kevin-walzer.com http://www.smallbizmac.

Re: [Pythonmac-SIG] Eclipse + PyDev

2005-06-23 Thread Kevin Walzer
asant environment to work in, go for it. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.kevin-walzer.com http://www.smallbizmac.com. mailto:[EMAIL PROTECTED] Derek Lee-Wo wrote: |>I tried it. My initial imp

[Pythonmac-SIG] Configuration fix for Eric3 crashes on OS X

2005-06-24 Thread Kevin Walzer
i/o; that's been my experience with other Python packages running on 2.4.1. If such proves the case with Eric, then I will put together a PyQt installer for Python 2.4.1. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-soft

Re: [Pythonmac-SIG] [Boa Constr] Workaround for Boa crashes on OS X

2005-06-24 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Geoff, Thank you for working this out! This does work perfect with app bundles. This also solves similar problems I've had with other programs I maintain. I'll document this at the website this weekend. Cheers, Kevin Walzer, PhD WordTec

[Pythonmac-SIG] How to call Apple Help from Python via Carbon.AH wrapper

2005-06-26 Thread Kevin Walzer
s the Apple Title tag). For me the appeal of this approach is that it's built-in to OS X via the system Python installation; I don't have to ask anyone to install an external framework (or bundle it myself). Hope this is useful to somebody. - -- Cheers, Kevin Walzer, PhD WordTech Softwa

[Pythonmac-SIG] Discussion of Python IDE's: strengths and weaknesses (long)

2005-07-06 Thread Kevin Walzer
here's also very little, feature-wise, that separates them. (I think a Tk GUI builder is the only thing--but Tk code is easy to write by hand, much easier than wxPython in my experience.) Komodo will run as a native Aqua application, so it should be very interesting to test; it's gotten

Re: [Pythonmac-SIG] Can MacPython 2.4.1 and Tiger's Python co-exist

2005-07-06 Thread Kevin Walzer
until 2.6. However, I haven't seen any huge problems in the stuff I'm developing/working with. Your mileage may vary. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.kevin-walzer.com http://www.sma

Re: [Pythonmac-SIG] Discussion of Python IDE's: strengths and weaknesses (long)

2005-07-06 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | | An aside on Tk on OS X: poke around here to see some of the Tcl/Tk work | being done for native theming on OS X: | http://tktable.sourceforge.net/tile/screenshots/macosx.html | | This work will be going into *Tcl* 8.5 (its next release). I'm n

Re: [Pythonmac-SIG] inputing multi-digit numbers

2005-11-10 Thread Kevin Walzer
[email protected] > http://mail.python.org/mailman/listinfo/pythonmac-sig > > Excel on Mac is AppleScriptable through a weird path: Excel exposes the VBA object model to AppleScript. So, it's not AppleScriptable in the standard sense and I am not sure how you would access it

Re: [Pythonmac-SIG] inputing multi-digit numbers

2005-11-10 Thread Kevin Walzer
to drive it with AppleScript." I cede to your knowledge about the specifics of this, as I do very little with Excel from AS, and am still using v. X. I stand corrected in particular on driving it from Python via appscript. -- Cheers, Kevin Walzer, PhD WordTech Software - "Tame t

[Pythonmac-SIG] py2app/macho_standalone problem

2005-11-14 Thread Kevin Walzer
reate a universal binary, so I'm not sure what the error is. Is there a flag I can set so that it doesn't try to create a universal binary, i.e. macho_standalone Foo.app -arch ppc? -- Cheers, Kevin Walzer, PhD WordTech Software - "Tame the Terminal" http://www.wordtech-software.com sw

Re: [Pythonmac-SIG] py2app/macho_standalone problem

2005-11-14 Thread Kevin Walzer
I'm trying to package: I see "Gtk support" on the list of things to do (though it's not a PyGtk app: it's Ethereal). -- Cheers, Kevin Walzer, PhD WordTech Software - "Tame the Terminal" http://www.wordtech-software.com sw at wordtech-software.com

Re: [Pythonmac-SIG] pythonw and python with applescript

2005-12-13 Thread Kevin Walzer
> > Regards > > Zhi > On OS X, scripts that have a GUI must be launched with pythonw, not python. If your script uses Tkinter or wxPython, for instance, you would (from the terminal) launch it by saying "pythonw foo.py." Running it with "python foo.py" will pr

Re: [Pythonmac-SIG] python 2.4.2 source builds 2.4.1?

2006-01-08 Thread Kevin Walzer
work install" somewhere in the Python source tree (a README or something like that)? I remember running into this issue with 2.4.2, then consulting docs somewhere in the code package I downloaded, then trying again successfully. The buildd process even rebuilt all the packages I had installe

Re: [Pythonmac-SIG] Problem with applets on MacPython

2006-01-13 Thread Kevin Walzer
the new version: it seems even more slick than before. Not sure about how stable it is. Komodo (commercial IDE from ActiveState) is now available on OS X, has excellent Python support, runs natively (e.g. no X11), and is a real bargain (the personal/non-commercial version is around $30 USD). -

Re: [Pythonmac-SIG] install again?

2006-02-06 Thread Kevin Walzer
tform present to learning Python that are not also present on other platforms? - -- Cheers, Kevin Walzer, PhD WordTech Software - "Tame the Terminal" http://www.wordtech-software.com sw at wordtech-software.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Da

Re: [Pythonmac-SIG] install again?

2006-02-06 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles Hartman wrote: > > There are a lot of programming environments on the Mac besides > Applescript that work from the GUI without any need to delve. Runtime > Revolution and Breve are two examples that come to mind immediately. I'm > thinking, fo

Re: [Pythonmac-SIG] New Page, first proposal

2006-02-09 Thread Kevin Walzer
IDLE, as its dependencies (tkinter) come by default on the Mac. Using py2app or its variants would be overkill here. Will the applet still be available as a packaging model, deprecated, or obsoleted by the changes that are coming? - -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-

Re: [Pythonmac-SIG] My stab at a new page

2006-02-09 Thread Kevin Walzer
, and how do we explain that to people? > Another example of the surface complexity of the MacPython > infrastructure. > "pythonw" invokes GUI applications, "python" invokes console applications. When installing an extension, I don't type "pythonw setup.py in

Re: [Pythonmac-SIG] My stab at a new page

2006-02-09 Thread Kevin Walzer
nical support we are getting from the experts such as Bob, for instance in terms of building universal binaries, is getting the most essential daily tasks done; but this isn't the same as having a leadership focus to actually make strategic decisions about Python on the Mac platform. I mention this

Re: [Pythonmac-SIG] My stab at a new page

2006-02-10 Thread Kevin Walzer
e relevant. Not to recommend ActivePython itself, as its licensing is more restrictive than the build that will result from this discussion, but it is a self-contained, easily-installed, well-documented, and up-to-date bundle of Python and packages. - -- Kevin Walzer iReveal: File Search

Re: [Pythonmac-SIG] Debugger

2006-02-13 Thread Kevin Walzer
in. PythonIDE does not as far as I can tell. And PythonIDE is about to go to the bit bucket, once the universal build of MacPython is released. - -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuP

Re: [Pythonmac-SIG] Free Download

2006-02-14 Thread Kevin Walzer
t program are you using? - -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD8dbGJmdQs+6YVcoRAnV6AJ9mIpuhQSv6UaFRMn+3Ro6UOxbgDACeNpLS X7qAOef

[Pythonmac-SIG] Tcl/Tk universal binary

2006-02-21 Thread Kevin Walzer
hanks, Kevin - -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD+5vIJmdQs+6YVcoRAnmkAKCGn7dcQmjetdYNZtm2KPfMsSKS3ACeNS5S QU8w3vy+eVxKgcUGx/

Re: [Pythonmac-SIG] framework on Intel

2006-02-26 Thread Kevin Walzer
hon -o python.exe \ Modules/python.o \ -ldl /usr/bin/ld: Undefined symbols: _PyMac_Error _Py_Main collect2: ld returned 1 exit status make: *** [python.exe] Error 1 Any ideas? - -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -BEGIN PGP SIGNATUR

Re: [Pythonmac-SIG] framework on Intel

2006-02-26 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Ippolito wrote: > > On Feb 26, 2006, at 1:16 PM, Kevin Walzer wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Ronald Oussoren wrote: >> >>> You could use the tree at htt

Re: [Pythonmac-SIG] framework on Intel

2006-02-28 Thread Kevin Walzer
ing for undefined symbols may be affected) (No such file or directory, errno = 2) This looks weird. Possibly a problem on my system only? OS X 10.4.5, XCode 2.2. - -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin) Co

[Pythonmac-SIG] wxPython & "universal" Python

2006-03-03 Thread Kevin Walzer
is there a "universal" build of wxPython in the works? - -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.or

[Pythonmac-SIG] Would bundlebuilder work "universally?"

2006-03-18 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I know py2app doesn't support universal builds right now...would bundlebuilder? - -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG

[Pythonmac-SIG] py2app/macho_standalone issue?

2006-04-16 Thread Kevin Walzer
neApp files = MachOStandalone(path).run() TypeError: __init__() takes at least 3 arguments (2 given) Not sure how to troubleshoot this. The documentation says that the app bundle name is the only required argument, so I don't know what else to add. - -- Kevin Walzer Poetic Code http://www

Re: [Pythonmac-SIG] Someone had PIL trouble on i386 10.4.6 Python 2.4 IIRC--I succeeded this evening

2006-04-18 Thread Kevin Walzer
s) something that others would find useful? I'm putting together one for my own purposes and would be glad to contribute it (or post a download link) when it's ready. - -- Kevin Walzer Poetic Code http://www.kevin-walzer.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin)

Re: [Pythonmac-SIG] Fixing the documentation...

2006-04-19 Thread Kevin Walzer
(I used to use in Tcl/Tk apps by exec'ing 'python -c "from Carbon.AH...") and Aquamacs still loads its help docs this way. A Tkinter app I'm developing will also use this. What's the format for documentation? Who should it be sent to? - -- Kevin Walzer Poetic Code h

[Pythonmac-SIG] macho_standalone progress: how to call -archs from command line?

2006-04-20 Thread Kevin Walzer
h=None): So what I need to do is find the correct magic to get the command-line args invoked properly. Does anyone have any suggestions? Thanks! - -- Kevin Walzer Poetic Code http://www.kevin-walzer.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Mozilla - h

[Pythonmac-SIG] Latest universal build is 404

2006-04-20 Thread Kevin Walzer
/Universal-MacPython-2.4.3-2006-04-07.dmg This comes up (today, at least) as a 404. Is there another place to get it? - -- Kevin Walzer Poetic Code http://www.kevin-walzer.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Mozilla - http:/

Re: [Pythonmac-SIG] macho_standalone progress: how to call -archs from command line?

2006-04-20 Thread Kevin Walzer
=None, executable_path=None): I finally hard-coded the archs in MachOStandalone.py (archs=['ppc', 'i386]. That got me over the initial error message, but it seems like an ugly hack. If anyone can suggest a better alternative, I'd appreciate it. Regards, Kevin - -- Kevin Walz

Re: [Pythonmac-SIG] macho_standalone progress: how to call -archs from command line?

2006-04-20 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Walzer wrote: > >>> I think I'm on the right track here, because when I hard-code the ppc >>> architecture in the __init__ def above, macho_standalone works. >>> >>>def __init__(self, base, archs=

[Pythonmac-SIG] Universal build of Tcl/Tk: 2 Pythonic questions

2006-04-21 Thread Kevin Walzer
line 287, in load self.archs = self.load_fat(fat, fh) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/py2app/macholib/MachO.py", line 273, in load_fat raise ValueError, "got unrecognized magic of %08x" % (header.magic, MH_MAGIC, MH_CIGA

Re: [Pythonmac-SIG] Universal build of Tcl/Tk: 2 Pythonic questions

2006-04-21 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Walzer wrote: > 1. In preparing my "universal build" of Tcl/Tk for upload to the > Pythonmac package site, I just realized that it is from a CVS HEAD > tarball that's a couple of weeks old--which means that it's

Re: [Pythonmac-SIG] /Applications/MacPython 2.4/Extras/Tools missing from Universal build?

2006-04-28 Thread Kevin Walzer
? That was removed from the distribution. Idle, BuildApplet, and the demos are all that's left. - -- Kevin Walzer Poetic Code http://www.kevin-walzer.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEUh2cr

[Pythonmac-SIG] Universal installation of Tcl/Tk Aqua--for Tkinter developers

2006-04-28 Thread Kevin Walzer
ge at http://tk-components.sourceforge.net/installer/. Be sure to look for the "Aqua" package--there is also a universal build of Tcl/Tk for X11 at the site, which will probably be less useful. Thanks. - -- Kevin Walzer Poetic Code http://www.kevin-walzer.com -BEGIN PGP SIGNATURE

Re: [Pythonmac-SIG] Universal installation of Tcl/Tk Aqua--for Tkinter developers

2006-04-28 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Ippolito wrote: > > On Apr 28, 2006, at 7:12 AM, Kevin Walzer wrote: > >> I've put together a universal installation package of the Tcl/Tk Aqua >> frameworks, based on Tcl/Tk 8.4.13. This package should work with the &g

  1   2   3   4   >