[Pythonmac-SIG] ANN: New PyQt-Mac-03-2005 binary installer available

2005-03-22 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We have released a new binary installer of PyQt-Mac, PyQt-Mac-03-2005, which packages PyQt for Mac OS X. This installer updates all components of PyQt to the latest versions: PyQt 3.14.1, Sip 4.2.1, QScintilla 1.5.1, Qt 3.3.4, and Eric 3 (PyQt IDE) 3.6.

Re: [Pythonmac-SIG] ANN: py2app 0.1.8

2005-03-22 Thread Bill Janssen
Here's the line I use to create new disk image copies of my package: /usr/bin/hdiutil create -srcfolder /tmp/my.pkg -volname "My Package version x.x" -ov /tmp/my-pkg-x.x.dmg Bill ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.pytho

Re: [Pythonmac-SIG] python make failing: "ImportError: No module named MacOS"

2005-03-22 Thread Mark Day
On Mar 19, 2005, at 2:34 PM, OpenMacNews wrote: I'm not totally sure that enable-toolbox-glue is on by default, but I think it is. I used it anyway: % mkdir -p ~/src/Python-2.4.1c1/_panther % cd ~/src/Python-2.4.1c1/_panther % ../configure \ --enable-toolbox-glue \ --enable-framework=/

Re: [Pythonmac-SIG] ANN: py2app 0.1.8

2005-03-22 Thread David M. Cooke
"Chris Barker" <[EMAIL PROTECTED]> writes: > Bob Ippolito wrote: > >> Actually, I'm not totally sure I trust the 10.3+ zip files for >> symlinks. Disk images are the popular solution. > > Thanks for the tip, I have had problems moving .app bundles around > through a Windows-based server. > > > S

Re: [Pythonmac-SIG] ANN: py2app 0.1.8

2005-03-22 Thread Chris Barker
Bob Ippolito wrote: Actually, I'm not totally sure I trust the 10.3+ zip files for symlinks. Disk images are the popular solution. Thanks for the tip, I have had problems moving .app bundles around through a Windows-based server. > Some later version of > py2app will probably have an option fo

Re: [Pythonmac-SIG] Copying to clipboard (pasteboard)

2005-03-22 Thread Bob Ippolito
On Mar 22, 2005, at 6:29 PM, Doug Schwarz wrote: import Carbon.Scrap, AppKit, Foundation def clipcopy1(arg): board = AppKit.NSPasteboard.generalPasteboard() board.declareTypes_owner_([AppKit.NSStringPboardType], None) newStr = Foundation.NSString.stringWithString_(arg) newData = newStr.nsstrin

Re: [Pythonmac-SIG] Copying to clipboard (pasteboard)

2005-03-22 Thread Doug Schwarz
On Mar 22, 2005, at 3:30 PM, Jeremy Conlin wrote: I have a little python script that reads a text file and prints what it finds to the screen. Not everything it finds, of course, just the important stuff. Instead of printing to the screen, or in addition to printing to the screen, I would also

[Pythonmac-SIG] Reading Finder Labels on Folders

2005-03-22 Thread Caleb Land
Hello, I'm writing a backup rsync script in python (who hasn't?), but I want to be able to specify directories and files to exclude in the backup based on the file/folder's label color in the finder. I don't know anything about Carbon but I managed to scrape together code to read the label color o

Re: [Pythonmac-SIG] Copying to clipboard (pasteboard)

2005-03-22 Thread Martina Oefelein
Hi Jeremy: I have a little python script that reads a text file and prints what it finds to the screen. Not everything it finds, of course, just the important stuff. Instead of printing to the screen, or in addition to printing to the screen, I would also like to copy the text to the clipboar

Re: [Pythonmac-SIG] Copying to clipboard (pasteboard)

2005-03-22 Thread Bob Ippolito
On Mar 22, 2005, at 3:30 PM, Jeremy Conlin wrote: I have a little python script that reads a text file and prints what it finds to the screen. Not everything it finds, of course, just the important stuff. Instead of printing to the screen, or in addition to printing to the screen, I would also

[Pythonmac-SIG] Copying to clipboard (pasteboard)

2005-03-22 Thread Jeremy Conlin
I have a little python script that reads a text file and prints what it finds to the screen. Not everything it finds, of course, just the important stuff. Instead of printing to the screen, or in addition to printing to the screen, I would also like to copy the text to the clipboard so I can

Re: [Pythonmac-SIG] OT cvs version with OS-X 10.3?

2005-03-22 Thread Bob Ippolito
On Mar 22, 2005, at 12:17 PM, Chris Barker wrote: Sorry for the OT question, but this is the only list I'm on with knowledgeable (about OS-X) and helpful folks. I just noticed that the cvs client I have on my box (which came with Apple's XCode tools) is version 1.10, which is pretty old, and lac

[Pythonmac-SIG] OT cvs version with OS-X 10.3?

2005-03-22 Thread Chris Barker
Hi all, Sorry for the OT question, but this is the only list I'm on with knowledgeable (about OS-X) and helpful folks. I just noticed that the cvs client I have on my box (which came with Apple's XCode tools) is version 1.10, which is pretty old, and lacks at least one feature I want (update -C