[EMAIL PROTECTED] wrote:
I'm having trouble with tkinter on a new installation of Python (2.6),
built with the framework option from source that was downloaded from
python.org. I'm running OS 10.4 on a PowerPC G4.
The problem first arose when I tried to run matplotlib - it couldn't
find tcl/tk b
I had an identical experience on 10.4 and it was my first install of
Python (other than what Apple included in the OS install). Deleting
all the Python 2.6 files and installing Python 2.5.2 worked like a
charm. It's gotta be a build problem.
(Similarly, I noticed that Python2.6 created /App
OK I got the "Hello World" developed on 10.5 intel working on 10.4
PPC.
On Mon, 6 Oct 2008, Christopher Barker wrote:
Why compile yourself? Why not put in the standard place?
(/Library/Frameworks...)
Stubborn unixy-ness and a desire to keep things clean and separate
so I can easily clean i
Ken Mankoff wrote:
This is not fink or macports but my python.org install that I just built
got it -- the "opt" confused me.
Why compile yourself?
Why not put in the standard place? (/Library/Frameworks...)
Though it doesn't look that's you problem at this point anyway.
svn: Can't connect
On Mon, 6 Oct 2008, Christopher Barker wrote:
Ken Mankoff wrote:
I've cleaned out everything and will skip wxWidgets for now. I
have the following python script. Is this the type of little app
you refer to?
#!/opt/python/2.5.2/bin/python
def main():
print 'Hello World'
if __name__ == '__
Ken Mankoff wrote:
That being said, thanks for being a pioneer!
Thanks but no thanks! I'm going to try this again with python 2.5.2.
Darn, I was hoping you'd figure this out for us...
By the way, just to keep things clean, I'd try to py2app a little app
that doesn't use wx first.
I've c
Rajanikanth Jammalamadaka rajanikanth at gmail.com wrote:
Thanks for your reply Kevin. I installed Tk 8.5 but now I get this error:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/Current/bin/idle",
line 5, in
main()
File
"/Library/Frameworks/Python.fr
Hi Chris
On Fri, 3 Oct 2008, Christopher Barker wrote:
Ken Mankoff wrote:
I'm trying to get a Hello World application in wxWidgets as a
stand-alone app running on multiple machines via py2app.
Just so you know -- you are staying into a lot of new territory
here. I don't think either of py2ap