[Pythonmac-SIG] PyGtk

2008-04-15 Thread Robert Love
Is anybody  doing python apps with a GTK gui (for portability with  
Linux at work)?   What GTK do you use?   And has anybody tried with  
the native GTK being developed as opposed to the X-windows version?


--
Bob Love

"I.R.S.: We've got what it takes to take what you've got! "


___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


[Pythonmac-SIG] Question on Python 2.5 and CoreGraphics

2007-01-07 Thread Robert Love
Back in 2005 I had a python script that did some simple image  
manipulation with CoreGraphics.  Since then I have upgraded to python  
2.5 and the script no longer works.   I think you all tried to  
explain this to me when I upgraded but didn't follow what was being  
said.

I'm running a PPC machine with 10.4.

  which python
/Library/Frameworks/Python.framework/Versions/Current/bin/python

and

  ls -l /Library/Frameworks/Python.framework/Versions/Current/bin/python
lrwxr-xr-x   1 root  admin  9 Sep 22 23:58 /Library/Frameworks/ 
Python.framework/Versions/Current/bin/python -> python2.5

running the script

python mine.py arguments
Traceback (most recent call last):
   File "mine.py", line 8, in 
 from CoreGraphics import *
ImportError: No module named CoreGraphics

If I use

python2.3 mine.py arguments

it works as expected.

which python2.3
/usr/bin/python2.3


Is there a way to use CoreGraphics with python 2.5?  Do I need to  
install more?  Link libraries?


___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


Re: [Pythonmac-SIG] Why Do I Explicitly Need MacPython

2006-09-23 Thread Robert Love

A follow up to my original question--does MacPython come with an  
uninstaller script?
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


Re: [Pythonmac-SIG] Why Do I Explicitly Need MacPython

2006-09-20 Thread Robert Love

On Sep 20, 2006, at 8:16 PM, Bob Ippolito wrote:

> On 9/20/06, Robert Love <[EMAIL PROTECTED]> wrote:
>> I asked the original question and I want to thank folks for
>> contributing answers.
>>
>> On Sep 20, 2006, at 3:31 PM, Ronald Oussoren wrote:
>>
>> >
>> > A major conceptual difference between MacPorts/Fink and MacPython
>> > is that the the first two are projects to use unix software on the
>> > mac, while MacPython is more focused on fitting in with the OS.
>>
>> Here is the statement that puzzles me the most.  OSX is Unix.  What
>> differences are you referring to?
>
> MacPorts makes OS X feel like a BSD. Fink makes OS X feel like Debian.
> OS X generally feels more like NeXTStep. These are very different
> things.

NeXT is where I came to this party from.  I don't have a "Mac"  
background.



>
>> I long for the day when I can just grab the latest tarball, untar,
>> configure, make and make install and it builds and fits in with OSX.
>
> You can, if you change configure to "configure --enable-framework".
> Though you may also want to specify "--enable-universalsdk"... and you
> might want to use the dist scripts to automatically do all of this and
> download and build universal versions of the dependencies.

OK, maybe I'll try it.  Lord knows that Ruby build easily enough.

My comments now are more for Apple than you guys


___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


Re: [Pythonmac-SIG] Why Do I Explicitly Need MacPython

2006-09-20 Thread Robert Love
I asked the original question and I want to thank folks for  
contributing answers.

On Sep 20, 2006, at 3:31 PM, Ronald Oussoren wrote:

>
> A major conceptual difference between MacPorts/Fink and MacPython  
> is that the the first two are projects to use unix software on the  
> mac, while MacPython is more focused on fitting in with the OS.

Here is the statement that puzzles me the most.  OSX is Unix.  What  
differences are you referring to?

I long for the day when I can just grab the latest tarball, untar,  
configure, make and make install and it builds and fits in with OSX.
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


[Pythonmac-SIG] Why Do I Explicitly Need MacPython

2006-09-19 Thread Robert Love
I see version 2.5 is released today.  I see there is a packaged  
version called MacPython.  My question is why do I need it?  Or  
rather if I install it, what happens to my existing python that came  
with OSX?  I see that by default MacPython installs in /usr/local/bin  
but what about the frameworks that came with OSX developer.  Are they  
still used?

I'd like a simple explanation of what MacPython does for me and my  
existing installation.  I did check the FAQ but didn't see any thing  
like this.

Thanks for all info.


___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig