Re: [Pythonmac-SIG] a beginner's list

2006-02-06 Thread Jon Rosebaugh
On 2/6/06, Charles Hartman <[EMAIL PROTECTED]> wrote: > 4. downloading & installing wxPython > 5. downloading & installing [fill in name of IDE] Can I politely suggest PyObjC? In my opinion, unless you need a cross-platform GUI, you're much better off starting and staying with PyObjC.

Re: [Pythonmac-SIG] Preferred IDE

2005-11-28 Thread Jon Rosebaugh
On 11/28/05, mark hill <[EMAIL PROTECTED]> wrote: > > I would appreciate any recommendations as to which IDE > to use on OS X. I understand that the MacPythonIDE has > ceased development, and was advised to ask which IDE > people are now using. > > I'm after something fairly lite. A module browser,

Re: [Pythonmac-SIG] tkinter, py2app, and the console

2005-11-20 Thread Jon Rosebaugh
On 11/20/05, Brian Lenihan <[EMAIL PROTECTED]> wrote: > I'm not sure really why this happens. I work around it using something > like this in the initialization code: > > if hasattr(sys, 'frozen'): > app.top.tk.call('console', 'hide') Thanks, that worked wonderfully.

[Pythonmac-SIG] tkinter, py2app, and the console

2005-11-20 Thread Jon Rosebaugh
When I build a .app version of my program, it runs just fine, but there's one little concern. When run, the .app version produces two windows: both the normal window it's supposed to produce, and a window labeled "Console", in which nothing ever seems to happen. How can I keep this Console window f

Re: [Pythonmac-SIG] Connecting to Windows shares

2005-09-22 Thread Jon Rosebaugh
On 9/23/05, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > On 22-sep-2005, at 14:28, Simon Brunning wrote: > > > On 9/22/05, Simon Brunning <[EMAIL PROTECTED]> wrote: > > > >> I want to use a python script to copy some files from a Windows share > >> to my Mac. Connecting to a Windows share with Fi

Re: [Pythonmac-SIG] strange behavior with NSArray and python unicode types

2005-08-15 Thread Jon Rosebaugh
On 8/14/05, Ronald Oussoren wrote: >On 13-aug-2005, at 10:52, Jon Rosebaugh wrote: >> You're right, it wasn't the problem; I'm kinda ashamed that I didn't >> notice it now, because the self.Name was a unicode string too, and it >> worked fine. Turns out

Re: [Pythonmac-SIG] strange behavior with NSArray and python unicode types

2005-08-13 Thread Jon Rosebaugh
On 8/13/05, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > That shouldn't happen, I doubt that it's actually the situation you > describe. Post something reproducible and someone will look at it. You're right, it wasn't the problem; I'm kinda ashamed that I didn't notice it now, because the self.Na

[Pythonmac-SIG] strange behavior with NSArray and python unicode types

2005-08-13 Thread Jon Rosebaugh
I have a class used to store data. In order to save and load the data, I convert it into a NSArray as shown below: NSArray.arrayWithArray_([self.Type, self.CreationTime, self.ModificationTime, self.Name, self.Labels, self.Data]) self.Data is a unicode string. For some reason, its value does not g

Re: [Pythonmac-SIG] Problems with Notifications in PyObjC

2005-07-29 Thread Jon Rosebaugh
tification calls... Maybe that should be in PyObjC docs? I had to get told by someone on #macpython. On 7/29/05, Dethe Elza <[EMAIL PROTECTED]> wrote: > What was the real problem? > > --Dethe > > On 29-Jul-05, at 2:07 PM, Jon Rosebaugh wrote: > > > Um, ignore this. Boy,

Re: [Pythonmac-SIG] Problems with Notifications in PyObjC

2005-07-29 Thread Jon Rosebaugh
Um, ignore this. Boy, do I feel stupid now. On 7/29/05, Jon Rosebaugh <[EMAIL PROTECTED]> wrote: > I hope this is an acceptable place for PyObjC problems... > Anyhow, I have a small project I'm working on (zip available at > http://li5-50.members.linode.com/~jon/Not

[Pythonmac-SIG] Problems with Notifications in PyObjC

2005-07-29 Thread Jon Rosebaugh
I hope this is an acceptable place for PyObjC problems... Anyhow, I have a small project I'm working on (zip available at http://li5-50.members.linode.com/~jon/NoteDB/NoteDB.zip), and notifications aren't working out for me. I think. I have a delegate for a NSTableView, and my tableViewSelectionDid

Re: [Pythonmac-SIG] Solid GUI toolkits for Mac?

2005-07-27 Thread Jon Rosebaugh
Where's the documentation? The webpage has a PyObjC version of Apple's CurrencyConverter tutorial, which really doesn't teach you much except how to align and connect things in IB and run py2app. The examples (well, at least the iClass example, which appears to be the most relevant one to my curren

[Pythonmac-SIG] Solid GUI toolkits for Mac?

2005-07-26 Thread Jon Rosebaugh
I'm wondering how many of the many GUI toolkits for python play really well with Mac OS X, including actual native look, instead of just an Aqua "theme" that doesn't look quite right? I know of PyObjC (which scares me, because Interface Builder and Cocoa scare me; come on, a four-page tutorial wit

Re: [Pythonmac-SIG] MacPython addons and Tiger

2005-06-03 Thread Jon Rosebaugh
On 6/2/05, Bob Ippolito <[EMAIL PROTECTED]> wrote: > The older ones probably work if you also install TigerPython23Compat > -- however, you're better off just using Python 2.4.1. Forget about > Python 2.3. Okay... Do I have to do anything special to avoid breaking things? I understand some Apple

[Pythonmac-SIG] MacPython addons and Tiger

2005-06-02 Thread Jon Rosebaugh
I recently did an "Archive & Install" from 10.3 to 10.4. Under 10.3 I used the version of python that shipped with the OS, and the MacPython addons. After the upgrade, the IDE didn't work, which wasn't really any great surprise. What _was_ a surprise, however, was that the MacPython site doesn't ha