-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.
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
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=/
"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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo