Re: [Pythonmac-SIG] Query Regarding IDE for python for GUI Apps

2013-02-20 Thread Jan Erik Moström
Personally I prefer BBEdit, no IDE but it's the text editor I use for every language I use and almost all my writing (multimarkdown) On Wed, Feb 20, 2013 at 9:34 PM, Charlie Clark < charlie.cl...@clark-consulting.eu> wrote: > Am 20.02.2013, 21:10 Uhr, schrieb Ned Deily : > > > Besides the devel

Re: [Pythonmac-SIG] Which version to use??

2010-05-24 Thread Jan Erik Moström
On Mon, May 24, 2010 at 15:08, Aahz wrote: > On Mon, May 24, 2010, Jan Erik Mostr?m wrote: >> >> I thought I would play around with Python 3.x a bit and would like to >> ask if you have any recommendations if I should use the version >> available at python.org or the one available at activestate?

[Pythonmac-SIG] Which version to use??

2010-05-24 Thread Jan Erik Moström
I thought I would play around with Python 3.x a bit and would like to ask if you have any recommendations if I should use the version available at python.org or the one available at activestate? ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http

[Pythonmac-SIG] Problems with Tk (I think)

2010-05-06 Thread Jan Erik Moström
I'm new to Tk so it might be something that I might be doing wrong but I have a crash that I can't find the cause to. The error message I get on the crash is: python(19468,0x7fff70f5cbe0) malloc: *** error for object 0x1002c5a10: double free *** set a breakpoint in malloc_error_break to debug A

Re: [Pythonmac-SIG] Trying to use appscript need some help

2009-07-01 Thread Jan Erik Moström
On 09-06-30 at 21.15, has wrote: ASTranslate is wrong here; it should be 'date_' with a trailing underscore, not 'date'. Thanks, now it works perfectly jem -- Jan Erik Moström, http://mostrom.eu ___ Py

[Pythonmac-SIG] Trying to use appscript need some help

2009-06-29 Thread Jan Erik Moström
get the date info, the first commented line is the applescript line I'm trying to translate, the second is what ASTranslate tells me, and the third is the error message I get. Does anyone have a suggestion what I'm missing? jem -- Jan Erik Moström, http://mostrom

Re: [Pythonmac-SIG] Using scripting bridge

2008-03-27 Thread Jan Erik Moström
owledge regarding these things ;-) I'll try appscript jem -- Jan Erik Moström, www.mostrom.pp.se ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] Using scripting bridge

2008-03-27 Thread Jan Erik Moström
rt * from ScriptingBridge import * mailsmith = SBApplication.applicationWithBundleIdentifier_('com.barebones.mailsmith') def createemail( account, recipients, subject, body, queue = False ): mailsmith.makeNewMessageWindow() createemail( 'jobbet', 'Some subject',

Re: [Pythonmac-SIG] Interesting use of Python and Django on the Mac

2007-03-30 Thread Jan Erik Moström
Reply to has <[EMAIL PROTECTED]> 07-03-30 12:30: >Not sure it's what you're looking for, but are you aware of >MoinX (http://moinx.antbear.org)? It's a Twisted-based wiki >packaged as a standalone OS X app. Source is also available. Yep, but from what I understand it's would be the same as I

Re: [Pythonmac-SIG] Interesting use of Python and Django on the Mac

2007-03-30 Thread Jan Erik Moström
Reply to Tom Weir <[EMAIL PROTECTED]> 07-03-29 14:40: >What I would love to see is a Python framework that integrates >with Django, enables PyObjC apps to use Django models for data >storage, with sync to a remote DB . I.e. the data is stored >both locally and remotely, with sync between the

[Pythonmac-SIG] Growl for python 2.5

2007-01-30 Thread Jan Erik Moström
How can I change the growl binding so they work for 2.5? I tried finding some place where I configure this but being a newbie with this I failed. jem ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/li

Re: [Pythonmac-SIG] I don't understand

2006-05-06 Thread Jan Erik Moström
Bob Ippolito <[EMAIL PROTECTED]> 2006-05-06 21:53: > You need to upgrade to Universal Python, or use /usr/bin/env in your > #! line. I mean the search path seems OK etc jem -- Jan Erik Moström, www.mostrom.pp.se ___ P

Re: [Pythonmac-SIG] I don't understand

2006-05-06 Thread Jan Erik Moström
Bob Ippolito <[EMAIL PROTECTED]> 2006-05-06 21:53: > You need to upgrade to Universal Python, or use /usr/bin/env in your > #! line. Yep, that seems to work. Can you explain why? jem -- Jan Erik Moström, www.m

[Pythonmac-SIG] I don't understand

2006-05-06 Thread Jan Erik Moström
Computer, Inc. build 1666)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> print 'Hello world' Hello world >>> I don't understand ... what am I missing? -- Jan Erik Moström, www.mostrom.pp.se

Re: [Pythonmac-SIG] indentation problem

2006-03-10 Thread Jan Erik Moström
mber of small apps on versiontracker that handles stuff like this (or perhaps Smulton/PyOxide can be scripted to do it) jem -- Jan Erik Moström, www.mostrom.pp.se ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.

Re: [Pythonmac-SIG] MacPython documentation and webpages

2006-01-04 Thread Jan Erik Moström
Bob Ippolito <[EMAIL PROTECTED]> 2006-01-04 21:51: > There's already two relevant wikis (python.org, pythonmac.org), what > would a CMS do differently? Nothing ... I just need to read the pages and realize that there already is a wiki there ;-) jem --

Re: [Pythonmac-SIG] MacPython documentation and webpages

2006-01-04 Thread Jan Erik Moström
y would be to use a CMS system like Drupal (or perhaps something that uses Python ;-) to let people work on this? jem -- Jan Erik Moström, www.mostrom.pp.se ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Selecting in BBEdit & Python Indenting style (spaces)

2005-11-29 Thread Jan Erik Moström
ut: Thank you, while I really like Python I've never figured this one out. But I have other style things also that isn't "true" python ;-) jem -- Jan Erik Moström, www.mostrom.pp.se ___ Pythonmac-SIG maillist - Pytho

Re: [Pythonmac-SIG] Preferred IDE

2005-11-28 Thread Jan Erik Moström
A somewhat similar question: is there a good debugger for python? Personally I prefer BBEdit as my editor but the thing I'm looking for is a debugger. I played around a little bit with Komodo but are there any other alternatives? jem -- Jan Erik Mo

[Pythonmac-SIG] SQLite

2005-05-12 Thread Jan Erik Moström
For various reasons I've always just used the standard installation of python, never installed any non-standard stuff, etc. But now I would like to be able to use SQLite together with python (on Tiger), what is the best way to do this? I've looked around a bit and found the pysqlite project, is t