> One thing I'm not sure about is making the class a dataSource in
> InterfaceBuilder. I made the connection (and obviously defined the
> methods in the source), but I couldn't define the appropriate
> actions on the class I created in IB. When I tried to create an
> action for 'tableView:o
On Jul 7, 2005, at 6:10 PM, Dethe Elza wrote:
>
> On 7-Jul-05, at 7:29 PM, Phil Christensen wrote:
>
>> def numberOfRowsInTableView_(self, sender):
>> return (len(self.contents))
>> numberOfRowsInTableView_ = objc.selector
>> (numberOfRowsInTableView_,
>>
On 7-Jul-05, at 7:29 PM, Phil Christensen wrote:
> #
> # class defined in MainMenu.nib
> class ContentsTreeViewDelegate(NibClassBuilder.AutoBaseClass):
> # the actual base class is NSObject
> # The following outlets are added to the class:
> # controll
Won't normally bother the PythonMac SIG with these announcements, but
the main event this time is a PyObjC presentation... :-)
--
Please join us July 13, 7:30-9:00 PM, for the second meeting of the
Fredericksburg, VA Zope and Python User Group ("ZPUG"). Zac Bir, Zope
Corporation Senior
Alastair Rankine wrote:
>Hi,
>
>I just installed MacPython 2.4.1 and TigerPython24Fix from
>http://undefined.org/python/ onto my Tiger system. All is not well with
>the urllib2 module:
>
>
Found the problem.
Turns out that the new urllib searches Internet Config for proxy
settings. For some
Alastair Rankine wrote:
> Hi,
>
> I just installed MacPython 2.4.1 and TigerPython24Fix from
> http://undefined.org/python/ onto my Tiger system. All is not well with
> the urllib2 module:
>
> $ python
> Python 2.4.1 (#2, Mar 31 2005, 00:05:10)
> [GCC 3.3 20030304 (Apple Computer, Inc. build 16
Hi,
I just installed MacPython 2.4.1 and TigerPython24Fix from
http://undefined.org/python/ onto my Tiger system. All is not well with
the urllib2 module:
$ python
Python 2.4.1 (#2, Mar 31 2005, 00:05:10)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin
Type "help", "copyright", "
No, I've not come out of hiding just yet (still far too busy with
Ambulant to do any Python work), but I came across
TransformProcessType just tonight, so I did a quick experiment and it
seems to work.
What it does is turn any process into a full-fledged windowing
application, with a dock
Hi Wolfgang,
Wolfgang Keller wrote:
> Hello,
>
>
>>I have yet to encounter a Python editor on the Mac that does this
>>gracefully. Eric3, Spe, PyOxide,and now Boa--they all crash at times,
>>and sometimes all the time, when trying to eval/debug scripts.
>
>
>>To be perfectly honest, when it co
I'll add my 2 centsEclipse and PyDev is the ONLY solution I've
found that I can work with. I can edit my files and debug them
without crashing anything. It is robust and I have yet to find any
stability problems.
I have tried all the other IDEs that have been mentioned in this
thread and the
Hello,
> Wolfgang's question has prompted me to think more generally about each
> Python IDE for OS Xthat has been discussed. I've used, or tried to use,
> every one of them over the past several months, and I'd like to offer a
> brief discussion of each, plus some that have not been discussed at
Thank you very much for this overview!
I tried several IDEs about a month ago to find the suiting one
for my little projects and made partly the same, partly different
experiences.
Several apps showed the same problem on my german Tiger:
The text in interpreter windows is not readable (only top p
12 matches
Mail list logo