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

2006-02-08 Thread Ed Leafe
single free IDE that you think > is ready for this kind of user (including the install)? I don't > know of one. That's certainly the goal of Dabo, but you are absolutely correct that we're not ready yet. -- Ed Leafe -- http://leafe.com -- http://dabodev.com _

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 34, Issue 69

2006-02-13 Thread Ed Leafe
On Feb 13, 2006, at 7:52 PM, Daniel Lord wrote: > Frankly, the language is named after a snake Nope. See the second paragraph of Guido's forward to "Programming Python": http://www.python.org/doc/essays/foreword.html -- Ed Leafe -- http://leafe.com --

Re: [Pythonmac-SIG] Job postings - allow or not?

2006-03-07 Thread Ed Leafe
a resumé-gathering device. -- Ed Leafe -- http://leafe.com -- http://dabodev.com ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Unix-amateur question

2006-03-07 Thread Ed Leafe
you can install from the 'Tools' section of the preferences. The tool's name is 'bbedit' (lower case), so from the Terminal you can simply type 'bbedit myfile', and 'myfile' will be opened up in BBEdit. For your environment

Re: [Pythonmac-SIG] Unix-amateur question

2006-03-07 Thread Ed Leafe
On Mar 7, 2006, at 9:10 PM, Robert Kern wrote: > In this particular case, IPython executes > > $EDITOR temp_file > > and waits for the process to exit. open starts the application and > exits > immediately, so IPython thinks the user has finished editing the > file.

Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-19 Thread Ed Leafe
Sounds like you're looking for wxPython. I use it to build apps on OS X, Windows and Linux/Gtk. You might also want to look into Dabo, which is the leading desktop application framework for Python, and which uses wxPython for the UI layer. I am one of the authors of

Re: [Pythonmac-SIG] NewBie question: Building GUI for Mac

2008-06-06 Thread Ed Leafe
v.com/wiki/TwitterClient . The screenshots on that page are the app running under OS X, since that's what I use as my main development platform. -- Ed Leafe -- http://dabodev.com ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://

Re: [Pythonmac-SIG] A simple app: Develop on Leopard, use on Tiger

2008-06-20 Thread Ed Leafe
lso run on Windows and Linux, too! -- Ed Leafe ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] Py2app - problem building with a localized package

2008-06-29 Thread Ed Leafe
app, as well as the build directory, I see the dabo directory with all the sub-modules, but no locale. What do I need to do to tell py2app to include these files? Or, in the alternative, can I manually copy them to the build directory and then just run the final part of th

Re: [Pythonmac-SIG] Py2app - problem building with a localized package

2008-07-02 Thread Ed Leafe
ll dabo directory and subdirectories, located in Resources/lib/python2.5/. So it seems like I'm getting closer, but don't understand enough to figure out why the main script of the app can't find the dabo module. Any insights? -- Ed Leafe ___

Re: [Pythonmac-SIG] IDE that doesn't look awful?

2008-10-21 Thread Ed Leafe
uess I should put in a plug for the Dabo Editor. It provides word completion, Intellisense (code completion), calltips for methods, syntax coloring for many languages/formats, and lots more. Here are some screenshots of it running on OS X: http://dabodev.com/wiki/Scree