Re: [Pythonmac-SIG] Macintosh Native Python Install

2009-03-02 Thread Dave Opstad
REH wrote: > Hello All, > > Using the Mac Leopard NATIVE installation of the Python 2.5 > interpreter, called out of the Terminal UNIX command line (i.e. NOT > through the X-code machinery), is it possible to pipe or pass in a > text file containing Python code? Or is this literally a type-as-yo

Re: [Pythonmac-SIG] Compiling Python 2.6.1 on Leopard

2008-12-22 Thread Dave Opstad
Ned Deily wrote: > FYI, an "official" OSX installer disk image for 2.6.1 has just been > added at python.org: > > Thank you for this note! I just installed it, and this one fixes the Tkinter problem, so I'm able to use Tkinter with 2.6 finally. Ya

Re: [Pythonmac-SIG] tcl/tk version confusion with tkinter in Python 2.6, on OS X

2008-10-07 Thread Dave Opstad
Kevin Walzer wrote: > Should a bug report be filed against this? If the Mac build of Python > 2.6 consistently looks in /System/Library/Frameworks for Tcl/Tk, it > won't run Tkinter applications. It makes the build pretty much useless > for anyone needing it to run Tkinter apps, including Idle. I'

[Pythonmac-SIG] New PyObjC article

2005-08-17 Thread Dave Opstad
I just noticed a new article (dated Monday) on using PyObjC has been posted at the Apple Developer site: http://developer.apple.com/cocoa/pyobjc.html Cheers! Dave ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/li

Re: [Pythonmac-SIG] Repackaging for Tiger?

2005-04-27 Thread Dave Opstad
> I've gotten some inquiries from users about my Python packages--PyQt in > particular--and whether they will run on Tiger. Is it safe to say that > Python stuff built/packaged against 2.3 on Panther will probably need to > be repackaged for Tiger, assuming Tiger is using a more recent version > of

Re: [Pythonmac-SIG] converting file paths between HFS and POSIX formats

2005-04-22 Thread Dave Opstad
> Just wondering if there's anything in MacPython for converting HFS paths to > POSIX and vice-versa, or is my memory playing tricks on me? If not, does > anyone have some code they don't mind sharing? To clarify: are you asking for something that converts a string with colons to one with slashes

[Pythonmac-SIG] Python at WWDC

2005-03-21 Thread Dave Opstad
There's going to be a presentation at this year's WWDC on Python! The session topics were just released, and I noticed this one on Python: --- PyObjC is a bridge between Python and Objective-C. It allows you to write Python script

Re: [Pythonmac-SIG] ANN: py2app 0.1.8

2005-03-18 Thread Dave Opstad
> ktrace/kdump is probably a good way to figure out what it wants. Yes, it was quite helpful -- I found the problem. TThe symbolic links within the framework (things like Resources -> Versions/Current/Resources) were all gone when I copied the application to another machine. The problem was I used

Re: [Pythonmac-SIG] ANN: py2app 0.1.8

2005-03-18 Thread Dave Opstad
> You'll have to ask the Tcl people.. it really has nothing to do with > Python, and I don't know how Tcl bootstraps itself. This might be my misunderstanding; if so, I'm sorry. I thought that py2app was intended (among many other things) to make Python/Tkinter apps that could work on OS X systems

Re: [Pythonmac-SIG] ANN: py2app 0.1.8

2005-03-18 Thread Dave Opstad
app's Contents directory. Any ideas what could be causing it to not find the init.tcl bundled in the app? Thanks! Dave Opstad ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] py2app troubles

2005-03-07 Thread Dave Opstad
e I'm able to use the app via pythonw, is it really the case that Tcl isn't properly installed? I do have a Tcl.framework that contains an init.tcl, but there isn't one anywhere in the Python framework. Anybody have an idea how I

Re: [Pythonmac-SIG] Tkinter package?

2005-02-23 Thread Dave Opstad
n-7.7.1-Power_Macintosh.plist : HTTP Error 404: Not Found" To fix this, choose "Open URL..." from the File menu in PackageManager and specify this URL: http://www.python.org/packman/version-0.3/darwin-7.5.0- Power_Macintosh.plist PM will then open up and you can inst