You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(16) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
(33) |
Apr
(4) |
May
(20) |
Jun
(26) |
Jul
(3) |
Aug
|
Sep
(2) |
Oct
|
Nov
(15) |
Dec
(1) |
2006 |
Jan
(9) |
Feb
(8) |
Mar
(7) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
(10) |
Nov
(1) |
Dec
(10) |
2007 |
Jan
(4) |
Feb
(6) |
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
(2) |
Aug
(2) |
Sep
(8) |
Oct
(6) |
Nov
(3) |
Dec
(4) |
2008 |
Jan
(3) |
Feb
(5) |
Mar
(25) |
Apr
(26) |
May
(16) |
Jun
(7) |
Jul
(20) |
Aug
(5) |
Sep
(10) |
Oct
(9) |
Nov
(19) |
Dec
(49) |
2009 |
Jan
(40) |
Feb
(15) |
Mar
(28) |
Apr
(44) |
May
(111) |
Jun
(96) |
Jul
(69) |
Aug
(23) |
Sep
(16) |
Oct
(28) |
Nov
(5) |
Dec
(11) |
2010 |
Jan
(9) |
Feb
(8) |
Mar
(32) |
Apr
(40) |
May
(69) |
Jun
(64) |
Jul
(39) |
Aug
(49) |
Sep
(23) |
Oct
(3) |
Nov
|
Dec
|
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Kevin W. <sw...@wo...> - 2005-06-24 15:38:56
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 To all users of Eric3 with my PyQt-Mac package: Geoff Canyon has documented an important fix for another package I mantain, which crashes when trying to execute Python code from inside the program. This fix is also applicable to Eric3, which crashes under the same circumstances. To run/debug Python code from inside the Eric3 IDE without crashing it, go to Preferences, and select Debugger/Python. Check "custom Python interpreter" and input this path: /System/Library/Frameworks/Python.framework/Versions/2.3/Resources/Python.app/Contents/MacOS/Python This will allow you to run code, especially GUI code, that currently crashes Eric3. It won't fix the stability issues that sometimes arise when trying to save files. I need to do a bit more work with Eric3 against Python 2.4.1 and see if it's more stable with file 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-software.com http://www.kevin-walzer.com http://www.smallbizmac.com. mailto:sw...@wo... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCvCkIJmdQs+6YVcoRAjcaAJ9N9esQkK098/7NilFi7IcbZ8S66ACfYko2 J54v9X9ZCs7vXHDzvMiUF2Y= =C1wH -----END PGP SIGNATURE----- |
From: Kevin W. <sw...@wo...> - 2005-06-22 15:42:18
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It's part of the Python23Compat packages: http://pythonmac.org/packages/ 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.com. mailto:sw...@wo... Diez B. Roggisch wrote: | Hi, | | this might be a little bit OT, but as you guys obviously work with OS X | & Python I'd thought I'll ask anyway: | | I installed the python 2.4.1 Framework (currently I've difficulties to | figure out from _where_ I actually got it). In the FAQ at | | http://www.pythonmac.org/wiki/FAQ | | I found information about using LaunchServices for figuring out path | information in an applet. But unfortunately, I can't import the | LaunchServices as shown. I can import | | Carbon.LaunchServices | | which contains a plethorea of constants - but none of the mentioned | functions. | | Sooo - my question is: where can I get those? I'd be willing to compile | them myself if that is needed - but I simply don't find them. | | Regards, | | Diez | | | ------------------------------------------------------- | SF.Net email is sponsored by: Discover Easy Linux Migration Strategies | from IBM. Find simple to follow Roadmaps, straightforward articles, | informative Webcasts and more! Get everything you need to get up to | speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click | _______________________________________________ | Pyqt-mac-list mailing list | Pyq...@li... | https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCuYbQJmdQs+6YVcoRAkxKAJ0b7EoHDC0vAhns48PZptE72gG1HgCdGyK8 NROWu0FiY5AXiJP4s/wKGxo= =mJpt -----END PGP SIGNATURE----- |
From: Kevin W. <sw...@wo...> - 2005-06-22 13:57:08
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 py2app is more for packaging standalone applications with all the libraries, extensions and such included. The package installer (packagemaker) creates a hierarchy of folders that mirrors the install target (main application in /Applications, frameworks in /Library/Frameworks, etc.), then installs these in the correct location on the end user's machine. I use the "build applet" method of bundlebuilder, the older way to package application bundles with MacPython, to create app bundles with PyQt libraries being installed externally. 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.com. mailto:sw...@wo... Diez B. Roggisch wrote: |> Since I have been able to build PyQt against Python 2.4.1 on Tiger, is |> there any interest in an installer package for that? I could put |> together a metapackage installer that would break out the Qt bits, so |> anyone who already had Qt installed could omit that. Same for Eric3, in |> case you didn't want to install it. | | | I'm pretty new on this - how do you do such stuff? py2app? | | regards, | | Diez | | | ------------------------------------------------------- | SF.Net email is sponsored by: Discover Easy Linux Migration Strategies | from IBM. Find simple to follow Roadmaps, straightforward articles, | informative Webcasts and more! Get everything you need to get up to | speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click | _______________________________________________ | Pyqt-mac-list mailing list | Pyq...@li... | https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCuW4vJmdQs+6YVcoRAndgAJ4j+9rEATyb4PkU7bygTo++3hEYEgCfb7aD AXhHtfrwZ50ceQO3xY6XB2I= =96lA -----END PGP SIGNATURE----- |
From: Diez B. R. <de...@we...> - 2005-06-22 11:53:37
|
Hi, this might be a little bit OT, but as you guys obviously work with OS X & Python I'd thought I'll ask anyway: I installed the python 2.4.1 Framework (currently I've difficulties to figure out from _where_ I actually got it). In the FAQ at http://www.pythonmac.org/wiki/FAQ I found information about using LaunchServices for figuring out path information in an applet. But unfortunately, I can't import the LaunchServices as shown. I can import Carbon.LaunchServices which contains a plethorea of constants - but none of the mentioned functions. Sooo - my question is: where can I get those? I'd be willing to compile them myself if that is needed - but I simply don't find them. Regards, Diez |
From: Diez B. R. <de...@we...> - 2005-06-22 10:43:25
|
> Since I have been able to build PyQt against Python 2.4.1 on Tiger, is > there any interest in an installer package for that? I could put > together a metapackage installer that would break out the Qt bits, so > anyone who already had Qt installed could omit that. Same for Eric3, in > case you didn't want to install it. I'm pretty new on this - how do you do such stuff? py2app? regards, Diez |
From: Diez B. R. <de...@we...> - 2005-06-22 10:31:51
|
> Although I've been interested in Eric3's progress, it still crashes as > often as it always has. It's kind of a bummer because lately I've been > fooling around with Ruby on Rails and Eric3 supports Ruby syntax also. > I would love to see Eric stable. I've been thinking of outfitting one > of the old computers in the basement to run Debian or one of the BSD's > to see if Eric is more stable on Linux. It is. I've been using it on Linux for approx. a year now - and I don't remember when it crashed the last time. It certainly is a very productive environment for me - especially as I use it for developing Qt apps. My impression is that the Qt/PyQt for mac is the problem. E.g. the qt-designer itself behaves sometimes weird. The display order of MDI windows sometimes seems to be faulty - I can't bring a background window to front. I've seen similar stuff in my PyQt apps - especially QWorkSpace gives me trouble: I can use "full-screen" display of my MDI windows, but when cascading them they all get iconified. Regards, Diez |
From: Brian M. <bri...@gm...> - 2005-06-21 23:15:55
|
Hi Kevin, I've been building the snapshots, as Detlev releases them, just using 'python install eric3' in the main directory of the snapshot. I assume it is using my PyQT version that I previously downloaded from you (the binary installer). Although I've been interested in Eric3's progress, it still crashes as often as it always has. It's kind of a bummer because lately I've been fooling around with Ruby on Rails and Eric3 supports Ruby syntax also. I would love to see Eric stable. I've been thinking of outfitting one of the old computers in the basement to run Debian or one of the BSD's to see if Eric is more stable on Linux. When I check the crash reports on my Tiger box, it is the same one that we've discussed here on the list. Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0xda800000 I don't know enough to help troubleshooting any of these problems and I wonder if it is OSX, or QT or Python or Eric ? Getting back to your original question about bundling another installer. I think it is easy enough to simply build Eric3 from Detlev's site and until we make some progress on the stability of Eric, you probably should not have to go to the trouble of putting everything together. I do think that when Qt4 comes out and all of the other pieces that make up Eric, it would be nice to simply download a binary package. My 0.02, Brian On Jun 21, 2005, at 3:44 PM, Kevin Walzer wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi everyone, > > Since I have been able to build PyQt against Python 2.4.1 on Tiger, is > there any interest in an installer package for that? I could put > together a metapackage installer that would break out the Qt bits, so > anyone who already had Qt installed could omit that. Same for > Eric3, in > case you didn't want to install it. > > Let me know. 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.com. > mailto:sw...@wo... > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.1 (Darwin) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFCuIpKJmdQs+6YVcoRAmcXAJ9xPkihnu2z59xdZxJ5Z8J0cYtJYgCeMQaZ > jqBqZ1cbXTkJUHSE0VvaBmQ= > =chsx > -----END PGP SIGNATURE----- > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Pyqt-mac-list mailing list > Pyq...@li... > https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list > |
From: Kevin W. <sw...@wo...> - 2005-06-21 21:44:52
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everyone, Since I have been able to build PyQt against Python 2.4.1 on Tiger, is there any interest in an installer package for that? I could put together a metapackage installer that would break out the Qt bits, so anyone who already had Qt installed could omit that. Same for Eric3, in case you didn't want to install it. Let me know. 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.com. mailto:sw...@wo... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCuIpKJmdQs+6YVcoRAmcXAJ9xPkihnu2z59xdZxJ5Z8J0cYtJYgCeMQaZ jqBqZ1cbXTkJUHSE0VvaBmQ= =chsx -----END PGP SIGNATURE----- |
From: Kevin W. <sw...@wo...> - 2005-06-21 17:59:20
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Diez B. Roggisch wrote: | | | You didn't? I had no troubles at all - using OSX 10.3.9 and python 2.4.1. I | had a previous install of a package for python 2.3 on my machine, that | contained the qt binaries - but that was it. | So you actually built PyQt against Python 2.4.1? Then I'll give it another try. I'm working on Tiger. I wonder if there was a conflict between Qt, which I built on 10.3, and trying to build a new extension on the later OS. Running Eric3 is easy. To launch it against Python 2.4.1, just cd to the Eric3 directory and run this command: pythonw2.4 eric3.py If you actually want to install it, cd to the directory and run the install command using "python2.4" instead of "python" (which is probably the system Python). If you get Eric3 running this way, let me know if it's more stable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCuCP9JmdQs+6YVcoRAnJhAJ4rN3RDYMZqASpf/KSyLQFH7/oqgQCfWPQH R1XSWwp9I6mzjL561/de0GE= =H5Nn -----END PGP SIGNATURE----- |
From: Kevin W. <sw...@wo...> - 2005-06-21 17:04:07
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Well, so much for that theory. I was able to get PyQt-Mac built against Python 2.4.1, but Eric crashes just as often there. Segfaults when trying to run a script and also when it's trying to extract a method. I didn't test further, but it's pretty clear that it's fragile on the Mac. Well, one can do PyQt development without Eric3 (just as one can do wxPython development without Spe & wxGlade). Emacs + Terminal + Qt Designer works for me. But Eric3 has a lot of nice features, especially searching within files, that I like. 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://www.kevin-walzer.com http://www.smallbizmac.com. mailto:sw...@wo... Diez B. Roggisch wrote: | Am Tuesday, 21. June 2005 05:03 schrieb Kevin Walzer: | |>I am wondering if the problem with Eric is not the package itself but |>the fact that it's built against the Apple system Python (2.3.5)? I |>noticed a big improvement in stability in my wxPython packages when I |>moved to Python 2.4.1. However, for various reasons, I've not been able |>to get a clean build of PyQt against Python 2.4.1. I | | | You didn't? I had no troubles at all - using OSX 10.3.9 and python 2.4.1. I | had a previous install of a package for python 2.3 on my machine, that | contained the qt binaries - but that was it. | | Now I didn't try and made eric run with it - how to do so? | | Diez | | | ------------------------------------------------------- | SF.Net email is sponsored by: Discover Easy Linux Migration Strategies | from IBM. Find simple to follow Roadmaps, straightforward articles, | informative Webcasts and more! Get everything you need to get up to | speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click | _______________________________________________ | Pyqt-mac-list mailing list | Pyq...@li... | https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCuEhjJmdQs+6YVcoRAi9nAJ478iT1BkkHY3ks0pFdBwpfZrT7MwCeLKe0 Y1nY/YXo2ta1eGCXz++IZW0= =GfSj -----END PGP SIGNATURE----- |
From: Diez B. R. <de...@we...> - 2005-06-21 08:54:38
|
Am Tuesday, 21. June 2005 05:03 schrieb Kevin Walzer: > I am wondering if the problem with Eric is not the package itself but > the fact that it's built against the Apple system Python (2.3.5)? I > noticed a big improvement in stability in my wxPython packages when I > moved to Python 2.4.1. However, for various reasons, I've not been able > to get a clean build of PyQt against Python 2.4.1. I You didn't? I had no troubles at all - using OSX 10.3.9 and python 2.4.1. I had a previous install of a package for python 2.3 on my machine, that contained the qt binaries - but that was it. Now I didn't try and made eric run with it - how to do so? Diez |
From: Kevin W. <sw...@wo...> - 2005-06-21 03:03:36
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am wondering if the problem with Eric is not the package itself but the fact that it's built against the Apple system Python (2.3.5)? I noticed a big improvement in stability in my wxPython packages when I moved to Python 2.4.1. However, for various reasons, I've not been able to get a clean build of PyQt against Python 2.4.1. I did note a comment at this website (http://zaylea.net/2005/05/good-python-ide-maybe.html) that Eric seems to perform better with 2.4. When PyQt 4 comes out, I'm going to shift support to 2.4.1. Hopefully Eric3 will perform better there. 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.com. mailto:sw...@wo... Tim Lawrence wrote: | Has anyone found Eric 3.7 to be more stable than the previous couple of | versions? I find it crashes just as reliably every time I bring up the | save file dialog. | | When Kevin was considering handing off the packages he maintains, I was | thinking of volunteering for pyqt-mac (and still would in the future) | but I hesitated because I consider Eric the most important part of the | package, and it's not currently usable. At this point, if it were my | package, I would remove Eric altogether and recommend mac users steer | clear of it for the time being. Eric is a fabulous tool, but I've | tried building and installing all the dependencies every-which way with | no luck. These days I just use invoke pyuic manually on qt-designer | files and do all my python code in pyoxide. | | tim | | ------------------------------------------------------- | SF.Net email is sponsored by: Discover Easy Linux Migration Strategies | from IBM. Find simple to follow Roadmaps, straightforward articles, | informative Webcasts and more! Get everything you need to get up to | speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click | _______________________________________________ | Pyqt-mac-list mailing list | Pyq...@li... | https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCt4OBJmdQs+6YVcoRAnqMAJ9um8lY0Aj6Lzn2727TYC2XWhG77ACfQSMF 1CgC6Ej9AGZwuXBoT+iwcaE= =tfNh -----END PGP SIGNATURE----- |
From: Tim L. <tim...@ya...> - 2005-06-20 04:09:03
|
> > I haven't tried Eric a lot, but I'm about to, as I've decided to focus > my application development efforts on PyQt instead of wxPython. (Qt > Designer makes a huge difference here.) Of course I can always use > Aquamacs as my main editor, as I do now. > > Have you found PyOxide useful? I've found it buggy and crash-prone as > well, which is inexcusable given that it's written in Obj-C. > > Cheers, PyOxide is not great. I consider it a just a step above a plain text editor. Pretty much the only feature I use is syntax highlighting. It is only stable for me because I don't use the debugging features, which are the bits that tended to cause crashes. I use it only because it's light and simple, and I've been hanging onto the hope that any day now I'll be switching back to Eric, but this hasn't happened. It's about time I found a better option. I think I might revisit DrPython. It's a wxpython project, but very scriptable, so it should be no problem to incorporate work-flows for building pyqt forms. And it's based on DrScheme, which is a very nice environment for PLT-Scheme (if you like that sort of thing). I've used both wxpython and pyqt, and I must say I find pyqt much more fun, even when I don't bother with qt-designer. I hope you will find it as enjoyable. tim |
From: Kevin W. <sw...@wo...> - 2005-06-19 21:36:05
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I haven't tried Eric a lot, but I'm about to, as I've decided to focus my application development efforts on PyQt instead of wxPython. (Qt Designer makes a huge difference here.) Of course I can always use Aquamacs as my main editor, as I do now. Have you found PyOxide useful? I've found it buggy and crash-prone as well, which is inexcusable given that it's written in Obj-C. 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.com. mailto:sw...@wo... Tim Lawrence wrote: | Has anyone found Eric 3.7 to be more stable than the previous couple of | versions? I find it crashes just as reliably every time I bring up the | save file dialog. | | When Kevin was considering handing off the packages he maintains, I was | thinking of volunteering for pyqt-mac (and still would in the future) | but I hesitated because I consider Eric the most important part of the | package, and it's not currently usable. At this point, if it were my | package, I would remove Eric altogether and recommend mac users steer | clear of it for the time being. Eric is a fabulous tool, but I've | tried building and installing all the dependencies every-which way with | no luck. These days I just use invoke pyuic manually on qt-designer | files and do all my python code in pyoxide. | | tim | | ------------------------------------------------------- | SF.Net email is sponsored by: Discover Easy Linux Migration Strategies | from IBM. Find simple to follow Roadmaps, straightforward articles, | informative Webcasts and more! Get everything you need to get up to | speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click | _______________________________________________ | Pyqt-mac-list mailing list | Pyq...@li... | https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCteU7JmdQs+6YVcoRAtRWAJ4+1Cp3so689Lgq3lbKwau2W9CZSACfXUJP GHNr3L37RdP2gIlS9K0E5Pg= =/sEf -----END PGP SIGNATURE----- |
From: Tim L. <tim...@ya...> - 2005-06-19 20:19:01
|
Has anyone found Eric 3.7 to be more stable than the previous couple of versions? I find it crashes just as reliably every time I bring up the save file dialog. When Kevin was considering handing off the packages he maintains, I was thinking of volunteering for pyqt-mac (and still would in the future) but I hesitated because I consider Eric the most important part of the package, and it's not currently usable. At this point, if it were my package, I would remove Eric altogether and recommend mac users steer clear of it for the time being. Eric is a fabulous tool, but I've tried building and installing all the dependencies every-which way with no luck. These days I just use invoke pyuic manually on qt-designer files and do all my python code in pyoxide. tim |
From: Kevin W. <sw...@wo...> - 2005-06-17 04:10:34
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have assembled a package installer of the latest version (3.7) of Eric3, the Python IDE written in PyQt, for Mac OS X. To download, see http://www.wordtech-software.com/pyqt-mac.html This version will overwrite the version of Eric 3 that is 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, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.kevin-walzer.com http://www.smallbizmac.com. mailto:sw...@wo... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCsk00JmdQs+6YVcoRAu31AJ9u7mh09itdaDrOQweGOIwcVX6y9QCcD0dX eEBSnvbWcFTCBmex+gWuT9I= =DMTk -----END PGP SIGNATURE----- |
From: Kevin W. <sw...@wo...> - 2005-06-15 17:41:32
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 To pick up the correct name of your program, the script(s) need to be run from inside an application bundle. Theer are two ways to create Python app bundles. If you want to deploy a standalone application with all the PyQt bits included, use py2app: http://undefined.org/python/py2app.html The drawback of this method is that it creates huge downloads (25 megabytes or more), but everything is there. If, for some reason, you are targeting a platform where all the required libraries are included (as wxPython is included in Tiger), use the "applet" method: http://www.wordtech-software.com/python-applet-tutorial.html This is the method I use to package Eric3, which comes with PyQt-Mac. It creates much smaller application packages. Hope this helps. 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.com. mailto:sw...@wo... Peter Nye wrote: | Does anyone know how to get the Application Menu to say "MyProgram" | instead of "Python"? (Also, "Hide MyProgram", etc.). | | Thanks in advance! | | -- Peter Nye | | | ------------------------------------------------------- | SF.Net email is sponsored by: Discover Easy Linux Migration Strategies | from IBM. Find simple to follow Roadmaps, straightforward articles, | informative Webcasts and more! Get everything you need to get up to | speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click | _______________________________________________ | Pyqt-mac-list mailing list | Pyq...@li... | https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCsGhGJmdQs+6YVcoRApiWAJ9uMB7GsljCygIMboW+THgE5qK/pwCeLsah ca5otj7vemZMyQ3z9g8DXRc= =U3tP -----END PGP SIGNATURE----- |
From: Peter N. <pe...@pi...> - 2005-06-15 17:04:14
|
Does anyone know how to get the Application Menu to say "MyProgram" instead of "Python"? (Also, "Hide MyProgram", etc.). Thanks in advance! -- Peter Nye |
From: sw <sw...@wo...> - 2005-06-14 22:18:33
|
I've decided to continue maintaining my various Python packages after all. Sorry for any confusion. |
From: sw <sw...@wo...> - 2005-06-12 21:33:20
|
I have decided to significantly cut back on the open-source projects I am involved with, which means that the Python developer tools I package for Mac OS X are in need of new maintainers. I am seeking maintainers for the following packages: * Spe, a wxPython-based IDE. Spe also bundles Kiki, wxGlade, and XRCed. Spe and wxGlade are undergoing continuous development, and so I periodically update these when new milestone releases are reached. I have also contributed some code to each of these programs that help optimize them for Mac OS X. * Boa Constructor, which is another wxPython-based IDE. Boa Constructor also is undergoing heavy development. I have not yet released a package of this program, though the version I have been working on is reasonably stable, and I will probably release it in the next week or so. * The PyQt-Mac binary distribution, which includes a binary installer of all the PyQt libraries and also a package of Eric3, a PyQt-based IDE. All of these programs can already be installed from source on the Mac; what I've done for each is add code to help optimize them for OS X (as far as my modest Python skills allow me to do, at any rate), and I've also bundled them so that they can be launched as standard Mac application packages. All of these programs have had issues with stability and reliability in the past, but the work I've done recently--focused particularly on moving the programs to the latest versions of their supporting libraries, i.e. Python 2.4.1, wxPython 2.6.1, and PyQt 3.14.1, has improved their stability a great deal. If you are interested, please contact me off-list to discuss the particulars. Some of these packages have a Sourceforge infrastructure already in place, which I will gladly turn over to you. Others may need new server space, as I will eventually be removing these from my server. If no one is able to take over a particular package, then active Mac-based development on that package will probably cease (unless the original program author is able to take on that task). I am going to be concentrating mainly on application development instead of package maintenance, specificially my DarwinPorts GUI project, the Aquamacs version of Emacs on which I'm a co-developer, and another project or two that are in the very early stages. Thanks to everyone who has contributed feedback, bug reports, etc. on these packages. I hope a few people who find these tools useful are able to step forward and take over the maintenance of them. Regards, Kevin Walzer |
From: Kevin W. <sw...@wo...> - 2005-05-28 17:07:10
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 PyQt-Mac is built against Apple's system installation of Python (the one whose home is /System/Library...). This is the case on both Panther (10.3) and Tiger (10.4). The separate MacPython installation (2.4.1 is the latest version) can't see PyQt. I'm thinking about moving to supporting MacPython when Qt 4 is released, but not until then. If you want to use PyQt against a non-Apple verison of Python right now, you'll have to build everything yourself. If you want to save an applet that sees PyQt, you'll need to save it against the Apple system installation. You can do this using the MacPython add-ons for Panther, available at the Pythonmac site (see my web page for the link at http://www.wordtech-software.com/python.html ). The MacPython add-ons (which add the PythonIDE and build-applet stuff, but not Python 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:sw...@wo... Diez B. Roggisch wrote: | Hi, | I'm pretty new to that Mac Os world - and have difficulties getting my | qt apps to work as applets. If in the MacPython ide a script is saved as | Applet that tries to import qt, it fails doing so. However erfic3 works. | | Digging around I found that the sys.path is wrong: For whatevere reason, | I have one hierarchy of python framework paths starting from | /System/Library, one from /Library. The former one contains amongst | others qt, the latter one some other stuff. Now the problem seems to be | that for my applet | | <applet>/Contents/MacOs/Python | | is a binary file generated from the ide containing the system path. | Overwriting it with the one from my eric applet made things work, as | that contains the other hierarchy. | | | So the question boils down to: what is that Python file about, and how | do I alter it's generated contents. | | I have to admit that all the (mac)python is somewhat confusing to an old | linux guy like me - in fact I even have a third lib dir, the usual | /usr/lib/python2.3/... where my self-compiled extensions like omniorb live. | | Soooo - any advice on this? If it matters: I'm on Mac Os X 10.3.9, mac | python 2.3.5-1 | | Regards, | | Diez | | _______________________________________________ | PyKDE mailing list Py...@ma... | http://mats.imk.fraunhofer.de/mailman/listinfo/pykde | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCmKUyJmdQs+6YVcoRAmH2AKCG7TUStNHOAeIlhkzHxOazmMgkmgCfcmUw oBwG01+fkahyq5gn2JM7L1U= =V97e -----END PGP SIGNATURE----- |
From: Diez B. R. <de...@we...> - 2005-05-28 13:22:00
|
Hi all, I have to admit that all the (mac)python stuff on os x is somewhat confusing to an old linux guy like me - I found that my box has two installations of python, one under /System and one under /Library. I read that the latter is the MacPython version - which has lots of stuff installed not available in the other one. And vice versa - e.g. pyqt lives under /System. Sooo - is there a way to make it live under the macpython framework? Regards, Diez |
From: Kevin W. <sw...@wo...> - 2005-05-26 16:06:48
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello everyone, I've been trying to build PyQt to run with Python 2.4.1 (Bob Ippolito's package), and I am running into a lot of problems. Qt apparently does not yet support gcc 4.0 (I am running on Tiger) and PyQt cannot build with this; and when I revert to gcc 3.3, it builds, but with a lot of errors, and does not seem to build cleanly. (Eric3 crashes with a bus error consistently.) I suspect the problem comes with building Qt itself on Panther; there are probably conflicts here that could be solved by building everything from scratch, including Qt. However, I don't have time to do this at present. Thus, I'm deferring support for Python 2.4.1 until the release of Qt 4.0, at which point I will move everything over to that version. I will be releasing an updated version of Eric3 soon, v. 3.7. It is currently in beta testing. I have found no problems thus far. When the release is final, I will upload a package to Sourceforge. - -- 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:sw...@wo... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFClfQCJmdQs+6YVcoRAteJAJ9R2kzZRLHcsnilYSbn5L8SLDWsFQCeODgZ 9mLHtEXWECPQazRVMdskPAI= =jQhJ -----END PGP SIGNATURE----- |
From: Kevin W. <sw...@wo...> - 2005-05-25 12:17:40
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tim Lawrence wrote: | | Kevin, your hard work updating pyqt-mac may have been in vain, at least | wrt eric. You might actually consider putting the older build with | eric 3.4 back up, because it was much more stable. It might even be a | bit more responsive under tiger, if not exactly zippy. | | tim | | The older version is still available at Sourceforge. http://sourceforge.net/project/showfiles.php?group_id=122651&package_id=133915&release_id=283793 Untested on Tiger, but it works with the system Python, so I don't think there should be a problem. You will also need to install the MacPython add-ons from Panther for this to work. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFClGzTJmdQs+6YVcoRApOHAJ91mhlPxmsXgNSZMmwimd43tVMUDwCeMauS q/1XhiQF6BE57D15wAjBqz0= =mw2J -----END PGP SIGNATURE----- |
From: Boris G. <bor...@gm...> - 2005-05-25 04:37:06
|
On 25/05/2005, at 12:59 PM, Kevin Walzer wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Yes, it's pretty fragile at the moment. I'm not sure what can be done > about that. Given that the current PyQt-Mac distribution includes the > latest version of everything, I'm curious to know what you mean by "a > more workable environment." > I simply meant that I was using eric3 to write a pyqt based application and while I do remember it crashing it was not common enough to stop me using eric3. At the moment I'm lucky to be able to save a single python script to a project. > One thing I am looking into is adding support for Python 2.4.1. I've > found that to be more stable/robust for some other projects I work on, > and I can probably get a new installer put together without too much > additional work. > This might be a good idea but I have a funny feeling that QScintilla might need to be delved into ... which could be a lot of fun :) regards borg000 |