Re: [PyQt] Compiling PyQt on Mac OS X

2008-08-21 Thread Kevin Walzer
ently that makes it only work with a framework build of Qt? I was able to successfully compile and use the following library versions: Qt 4.3.2 SIP 4.7.1 PyQt 4.3.1 And I compiled those using the exact same options and procedure I was using when I ran into problems with PyQt 4.4.3 I'm usin

Re: [PyQt] Compiling PyQt on Mac OS X

2008-08-20 Thread Kevin Walzer
t I'm using now. --Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Compiling PyQt on Mac OS X

2008-08-20 Thread Kevin Walzer
to link it against the binary intaller from Trolltech. It saves you the trouble of building Qt, and PyQt builds fine (after you build sip et al. first). -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ PyQt mailing listPyQt@riverbankcomputin

Re: [PyQt] Access custom Qt widgets from PyQt via SIP?

2008-08-10 Thread Kevin Walzer
, correct? -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Access custom Qt widgets from PyQt via SIP?

2008-08-10 Thread Kevin Walzer
via SIP or does PyQt provide hooks for this kind of thing? Thank you, Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Deploying PyQt4 application

2008-01-25 Thread Kevin Walzer
lists. You'll need to update to the svn trunk version of py2app: http://svn.pythonmac.org/py2app/py2app/trunk/ Give that a try. --Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] Can't build sip as universal binary on Leopard

2008-01-01 Thread Kevin Walzer
Kevin Walzer wrote: This message on Apple's mailing list sheds some insight: http://lists.apple.com/archives/Xcode-users/2007/Oct/msg00696.html Essentially, the '-mmacosx-version-min=10.4' flag needs to be passed in somewhere. This is necessary because the current OS is now

Re: [PyQt] Can't build sip as universal binary on Leopard

2008-01-01 Thread Kevin Walzer
ure how to patch the toplevel configure.py to obtain the correct argument parsing, however. Running the script with the invocation python configure.py CFLAGS+='-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4' builds a single-platform (i386) binary, not a universal

[PyQt] Can't build sip as universal binary on Leopard

2008-01-01 Thread Kevin Walzer
e else see this error? I built sip and PyQt fine from source on 10.4 several months ago. A search of the list archives turned up nothing useful about the above errors. --Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___

[PyKDE] Eric 3/Pyqt 4 question

2006-05-04 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm currently in the process of building PyQt 4, and I'm not clear on whether Eric3 will run under PyQt4. I'm guessing no, since QScintilla hasn't yet been ported to Qt4. Can anyone clarify this for me? - -- Kevin Walzer Poetic C

Re: [PyKDE] Mac OS X problems with the menu bar.

2005-12-09 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vicent Mas wrote: > Hello, > I've a pyqt application that runs fine in Linux and Windows but not in > Mac OS X. The following problems appear in the Application menu of the > menu bar: > > - the name of the application menu is Python instead of the

[PyKDE] Configuration fix for Eric3 crashes on OS X

2005-06-24 Thread Kevin Walzer
i/o; that's been my experience with other Python packages running on 2.4.1. If such proves the case with Eric, then I will put together a PyQt installer for Python 2.4.1. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-soft

[PyKDE] Re: [Pyqt-mac-list] new eric just as crashy?

2005-06-21 Thread Kevin Walzer
e. I wish I were able to do more to troubleshoot/diagnose the problem. If anyone has any suggestions/ideas/patches, I will be happy to test them. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://w

Re: [PyKDE] PyQt and sip: WId is undefined

2005-06-21 Thread Kevin Walzer
rface conventions of each platform it runs on, but it also abstracts those differences away from the developer (unlike wxWidgets, which requires some Mac-specific hacks to get the "about" menu in the right place). Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Pa

Re: [PyKDE] Hello world with a twist

2005-06-19 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doh, forget about it. I figured this out implementing a custom slot in Designer. Sorry for the waste of time. Kevin Walzer wrote: | Hello, | | I'm trying to modify the standard "hello world" PyQt program to print | "he

[PyKDE] Hello world with a twist

2005-06-19 Thread Kevin Walzer
ot;, None) app.setMainWidget(button) button.show() app.exec_loop() I can't quite figure this out. Can anyone help? Thanks - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.kevin-walzer.com http://www.smallbizmac.

[PyKDE] Custom signal/slot function

2005-06-19 Thread Kevin Walzer
tement "print %s, e", but I also get the "not implemented yet" error. Can anyone help point me in the right direction? - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.kevin-walzer.com htt

[PyKDE] Basic question about custom slot/function

2005-06-18 Thread Kevin Walzer
tement "print %s, e", but I also get the "not implemented yet" error. Can anyone help point me in the right direction? - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.kevin-wa

[PyKDE] ANN: Eric3 3.7 available for Mac OS X

2005-06-17 Thread Kevin Walzer
included with the larger PyQt-Mac binary installer for OS X 10.4 ("Tiger"). For this version to function, you must have the entire PyQt-Mac package already installed. Look under "PyQt-Mac-Tiger" at the Sourceforge page to find the Eric 3 3.7 installer. - -- Cheers, Kevin Walzer, P

Re: [PyKDE] PyQt Applet on Mac

2005-05-28 Thread Kevin Walzer
itself, because they are built against Apple's installation) should help you in this regard. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROT

[PyKDE] Question about PyQt changes

2005-05-12 Thread Kevin Walzer
umula): QSizePolicy.Expanding,QSizePolicy.Fixed This change happened after I installed the latest version of PyQt. I'm just curious: was this documented anywhere official? Did anyone else encounter this? Just thought I'd post this as an FYI. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source A

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

2005-03-22 Thread Kevin Walzer
added instructions on how to build PyQt on Mac OS X to the "ReadMe" documentation; this material is also included on the web page for PyQt-Mac. For more information and download links, see this page: http://www.wordtech-software.com/pyqt-mac.html - -- Cheers, Kevin Walzer, PhD WordTech Soft

Re: [PyKDE] ANN: new eric3 snapshot

2005-03-11 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I got version 3.6.2 to install. I'm not sure where the problem was, but it's working now. Thanks for your help. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-softwar

Re: [PyKDE] ANN: new eric3 snapshot

2005-03-10 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 No error messages during installation. Everything seems to install smoothly and in fact, the files are in the correct directory--it just seems like eric can't see them. Should I provide any other output/files/doc? Cheers, Kevin Walzer, PhD Wor

Re: [PyKDE] ANN: new eric3 snapshot

2005-03-09 Thread Kevin Walzer
parsing.pathutils import getRootDirectory ImportError: No module named bike.parsing.pathutils Any advice? Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED]

Re: [PyKDE] PyQt-Mac errors and Eric3

2005-03-09 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jarrod roberson wrote: | I was able to fix this by making a link from those files in the lib | dir of qt to a directory on the search path, OK, good to know. I successfully installed Eric 3.6.2 after putting a symlink to libqscintilla in /usr/lib, just

[PyKDE] PyQt-Mac errors and Eric3

2005-03-09 Thread Kevin Walzer
run on older versions of the PyQt libraries, and likely to crash? I'm trying to find a good balance between stable PyQt libraries and a usefully current version of Eric: the one I'm shipping (3.4.2) seems pretty outdated. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applic

[PyKDE] XML module in Eric3?

2004-12-28 Thread Kevin Walzer
70, in ? ~ File "Preferences/Shortcuts.pyc", line 17, in ? ImportError: No module named XML.XMLUtilities 2004-12-28 16:11:15.106 eric3[1890] eric3 Error 2004-12-28 16:11:15.107 eric3[1890] An unexpected error has occurred during execution of the main script ImportError: No module named XML

[PyKDE] Re: [Pyqt-mac-list] Re: Eric 3

2004-12-22 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jay, Your path looks correctly set up to me. If you have the Pythonmac extensions installed, that's important, as my Eric3 app bundle actually makes use of the Python interpreter embedded in the PythonIDE. (That will be corrected in the next release of

Re: [PyKDE] ANN: new eric3 snapshot

2004-12-06 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Detlev, Runnig the new snapshot on Mac OS X I get the following: ~ File "/Users/kevin/Desktop/eric-snapshot-20041205/eric/eric3.py", line 123, in ? ~main() ~ File "/Users/kevin/Desktop/eric-snapshot-20041205/eric/eric3.py", line 106, in main ~

Re: [PyKDE] pyqt on Mac OSX

2004-11-22 Thread Kevin Walzer
unhofer.de/mailman/listinfo/pykde | | - -- Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwi

[PyKDE] Re: [Pythonmac-SIG] ANN: PyQt-Mac binary installer, 11-2004-fix, available

2004-11-20 Thread Kevin Walzer
annot open application py2applet because it may be damaged or incomplete." I checked the package contents and while there is a MacOS directory and Resources directory, there are no files in them. Did I do something wrong in installation? (I used the pkg installer.) - -- Kevin Walzer, PhD WordTec

[PyKDE] Re: [Pythonmac-SIG] ANN: PyQt-Mac binary installer, 11-2004-fix, available

2004-11-20 Thread Kevin Walzer
.pkg installer of 0.1.5 that I posted). | | Wow! I didn't even know this was there: my experience had been working with the sample setup scripts, which I wasn't always getting to work successfully. I'll be sure to take a closer look at this. Thanks for pointing it out. - -- Kevin

[PyKDE] Re: [Pythonmac-SIG] ANN: PyQt-Mac binary installer, 11-2004-fix, available

2004-11-20 Thread Kevin Walzer
are some things that are hard-coded in this version of Eric3, so I'll leave it as is for now. - -- Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTE

Re: [PyKDE] ANN: PyQt-Mac binary installer, 11-2004-fix, available

2004-11-19 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Correction: the link to download is http://www.wordtech-software.com/pyqt-mac.html Kevin Walzer wrote: | A new verison of the PyQt-Mac binary installer is available. This | version, PyQt-Mac-11-2004-fix, includes a rebuilt version of Qt 3.3.3 | with

[PyKDE] ANN: PyQt-Mac binary installer, 11-2004-fix, available

2004-11-19 Thread Kevin Walzer
. A mailing list for PyQt-Mac has also been established. To join the mailing list, see http://lists.sourceforge.net/lists/listinfo/pyqt-mac-list . - -- Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http

[PyKDE] Re: [Pythonmac-SIG] ANN: PyQt-Mac installer available

2004-11-12 Thread Kevin Walzer
n wrote: | | On 10 Nov 2004, at 11:18, Kevin Walzer wrote: | |> -BEGIN PGP SIGNED MESSAGE- |> Hash: SHA1 |> |> PyQt-Mac is a binary installer of the various components of Qt and PyQt |> for Mac OS X. Included are the following: |> ? |> * A complete build of Qt/Mac with

[PyKDE] Update on PyQt-Mac forthcoming

2004-11-10 Thread Kevin Walzer
to go in a few days. - -- Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) Comment: Using

[PyKDE] ANN: PyQt-Mac installer available

2004-11-10 Thread Kevin Walzer
dtech-software.com/pyqt-mac.html. - -- Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) Co

Re: [PyKDE] Complete newbie mac question...

2004-11-03 Thread Kevin Walzer
"license" for more information. | |>>>import qt | | Fatal Python error: Interpreter not initialized (version mismatch?) | | Do I need to install the Fink version of Python? | - -- Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://w

Re: [PyKDE] Complete newbie mac question...

2004-11-01 Thread Kevin Walzer
ctly as it did build. | | | On Mon, 01 Nov 2004 16:35:46 -0500, Kevin Walzer | <[EMAIL PROTECTED]> wrote: | | What version of Qt are you using? I think tmake is obsolete. See | www.trolltech.com for build instructions. | | Timothy Grant wrote: | | | ...That is probably off-topic, but I

Re: [PyKDE] Complete newbie mac question...

2004-11-01 Thread Kevin Walzer
Thank you very much. | - -- Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) Comment: Using

[PyKDE] Eric 3.5 vs. Eric 3.4.2

2004-10-30 Thread Kevin Walzer
going to be more likely to include Eric 3.4.2, just because it seems a *lot* more stable. - -- Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:[EMAIL PROTECTED] -BEGI

Re: [PyKDE] Eric 3.5 crashes on Qt/Mac when saving files

2004-10-28 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I rebuilt everything from scratch, and now Eric3 seems to be working fine. Thanks for the suggestion. Willard Myers wrote: | On 2004 Oct 27, at 14:18, Kevin Walzer wrote: | |> That's what I was afraid of. Qt takes just a day under forever to |&

Re: [PyKDE] Eric 3.5 crashes on Qt/Mac when saving files

2004-10-27 Thread Kevin Walzer
a working PyQt build to play with, so I'll get started. Thanks for your help. Willard Myers wrote: | On 2004 Oct 27, at 14:04, Kevin Walzer wrote: | |> I did apply the patch, but I already had a build of Qt/Mac installed and |> didn't rebuild it. Could this be causing some weirdne

Re: [PyKDE] Eric 3.5 crashes on Qt/Mac when saving files

2004-10-27 Thread Kevin Walzer
to rebuild Qt/Mac or rebuild everything? Willard Myers wrote: | On 2004 Oct 27, at 13:49, Kevin Walzer wrote: | |> I've gone through the long process of installing Qt/Mac and |> PyQt/Sip/QScintilla because I wanted to give Eric3 a try. I've gotten |> everything succesfully built, an

[PyKDE] Eric 3.5 crashes on Qt/Mac when saving files

2004-10-27 Thread Kevin Walzer
usr/lib/libssl.0.9.7.dylib 0x96bf - 0x96c7 ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x96cb - 0x96d9efff libiconv.2.dylib/usr/lib/libiconv.2.dylib 0x9751 - 0x97518fff libbsm.dylib/usr/lib/libbsm.dylib - -- Kevin W