Re: [Pythonmac-SIG] universal python; how to use my aqua tcl/tk?

2006-09-11 Thread Ronald Oussoren
On Sep 12, 2006, at 1:23 AM, Russell E. Owen wrote: In article <[EMAIL PROTECTED]>, Kevin Walzer <[EMAIL PROTECTED]> wrote: Russell E. Owen wrote: I just changed to the universal python 2.4.3 (I had been using activestate's 2.4.3) as part of moving to releasing universal builds of code.

[Pythonmac-SIG] help for newbie... anybody?

2006-09-11 Thread Matt Coneybeare
I just want to use xcode for my ide (I realize that python is simple enough to run without one but I still would like to use xcode) and i have tried to google for an answer.  Everything points to pyobjc and py2app but I dont want to make applications in obj-c I just want to be able to put *.py into

Re: [Pythonmac-SIG] SWIG problem -> solved

2006-09-11 Thread Ronald Oussoren
On Sep 11, 2006, at 5:31 PM, Torsten Sadowski wrote: Hi, the hinted problems of wrong version and threads where not the cause. Linking on OSX is a very diverse subject and I did some trial and error for a simple example. The final solution was -flat_namespace. Which may or may not be th

Re: [Pythonmac-SIG] universal python; how to use my aqua tcl/tk?

2006-09-11 Thread Bob Ippolito
On 9/11/06, Russell E. Owen <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > Kevin Walzer <[EMAIL PROTECTED]> wrote: > > > Russell E. Owen wrote: > > > I just changed to the universal python 2.4.3 (I had been using > > > activestate's 2.4.3) as part of moving to releasing universal b

Re: [Pythonmac-SIG] universal python; how to use my aqua tcl/tk?

2006-09-11 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Kevin Walzer <[EMAIL PROTECTED]> wrote: > Russell E. Owen wrote: > > I just changed to the universal python 2.4.3 (I had been using > > activestate's 2.4.3) as part of moving to releasing universal builds of > > code. > > > > Everything is fine except it's using

Re: [Pythonmac-SIG] py2app question: Resources/Python -> Resources/lib/python2.4

2006-09-11 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, "Bob Ippolito" <[EMAIL PROTECTED]> wrote: > On 9/8/06, Russell E. Owen <[EMAIL PROTECTED]> wrote: > > I was using an older version of py2app to distribute an application. > > This placed the python library code in TUI.app/Contents/Resources/Python/ > > > > I just u

Re: [Pythonmac-SIG] SWIG problem -> solved

2006-09-11 Thread Torsten Sadowski
Hi, the hinted problems of wrong version and threads where not the cause. Linking on OSX is a very diverse subject and I did some trial and error for a simple example. The final solution was -flat_namespace. Cheers, Torsten ___ Pythonmac-SIG maillist

[Pythonmac-SIG] doxygen & graphviz

2006-09-11 Thread Perico
Has anyone had problems between doxygen and graphviz to generate graphs? my version doxygen is 1.4.7 i have checked the path and it is correct bye, pericO ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/p

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 41, Issue 9

2006-09-11 Thread Ronald Oussoren
On Monday, September 11, 2006, at 12:54PM, David Donachie <[EMAIL PROTECTED]> wrote: >Hi all > >I've had no responses so far to my message about not being able to run >IDLE, is there some other place I can go for help with it? > >For reference I am using OS 10.3.9 and installed Python 2.4.3 as

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 41, Issue 9

2006-09-11 Thread David Donachie
Hi all I've had no responses so far to my message about not being able to run IDLE, is there some other place I can go for help with it? For reference I am using OS 10.3.9 and installed Python 2.4.3 as instructed on the install page. I then tried to run IDLE, which produced a console error abo

[Pythonmac-SIG] Newbie ? for using python in xcode

2006-09-11 Thread Matt Coneybeare
I have been trying for a few day to get python to work in xcode but to no avail... I have used xcode for programming in java so an fairly competent in running the program but am still having trouble.  I installed pyobjc and py2app, but it is not really what I am looking for.  I really only need a t