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: Tim L. <tim...@ya...> - 2005-05-25 04:14:19
|
> > Any thoughts as to the cause of the major problems of crashes during > new file creation etc. ? > Seems to me that the packaged pyqt-mac is a bit premature to say the > least. > > regards > borg000 > > > It really seems to be an issue with eric 3.5 and later. It isn't an issue with qt by itself or with pyqt, I don't think-- they are very solid on mac in their latest versions. For someone with a better understanding than I of both eric and os-x, the particular crashes we are seeing probably would suggest something fairly obvious. I've been hoping someone like that would happen along and take a look, but there don't seemed to be very many people interested in eric on mac, which is a shame. Unfortunately, you can't just use an older eric (like 3.4) because some minor changes in sip cause an incompatibility in in the way qt/c++ enums are handled in argument lists. If you grab slightly older versions of sip, pyqt and eric, you should be able to build the same system that was working from a year or so back (although I don't have it working right now on my machine). Or, I think you could get eric 3.4 working with Kevin's latest pyqt-mac if you use the current pyuic to rebuild all the gui elements in eric. That would be a pain though, and I'm not certain it would work. I'm hoping, probably irrationally, that when pyqt catches up to qt4 there will be a new version of eric that is more stable on all platforms. 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 |
From: Kevin W. <sw...@wo...> - 2005-05-25 02:59:26
|
-----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." 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. 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... Boris Gordon wrote: | | I have had a more or less productive eric3/pyqt environment in the past | (ie a year ago) and am eager to get back to that stage of much rarer | crashes. Has anyone else had a more workable environment than pyqt-mac | seems to be ? Your build notes would be appreciated if that's the case. | | Any thoughts as to the cause of the major problems of crashes during | new file creation etc. ? | Seems to me that the packaged pyqt-mac is a bit premature to say the | least. | | regards | borg000 | | | | ------------------------------------------------------- | This SF.Net email is sponsored by Oracle Space Sweepstakes | Want to be the first software developer in space? | Enter now for the Oracle Space Sweepstakes! | http://ads.osdn.com/?ad_id=7412&alloc_id=16344&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 iD8DBQFCk+n7JmdQs+6YVcoRAmb/AJ4nM5Azr32pflWjeH7XF0oopb9InQCdE2WE ZDh5rOegp2nuJREOUSXvfBM= =BXSG -----END PGP SIGNATURE----- |
From: Boris G. <boz...@ma...> - 2005-05-24 08:26:34
|
I have had a more or less productive eric3/pyqt environment in the past (ie a year ago) and am eager to get back to that stage of much rarer crashes. Has anyone else had a more workable environment than pyqt-mac seems to be ? Your build notes would be appreciated if that's the case. Any thoughts as to the cause of the major problems of crashes during new file creation etc. ? Seems to me that the packaged pyqt-mac is a bit premature to say the least. regards borg000 |
From: Kevin W. <sw...@wo...> - 2005-05-21 16:34:01
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks for the tip. Could Detlev consider adding this code to Eric3 in CVS so the user doesn't have to apply it manually? For what it's worth, I've been defining a custom command like this: open - -a /Developer/qt/designer.app. But yours is the better method. 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... Boris Gordon wrote: | Greetings all - | | Have been out of the loop for a while but thought I'd see what progress | eric3 on mac os x had made and delighted to see some binaries. | Sad however that it is not at a usable stage yet due to serious crashes | at inopportune times like creating a new file or redrawing the screen. | | I did however notice that an old bug still seemed to be active in eric3 | (failure to launch of designer, linguist, assistant on mac os x from | eric). | Detlev came up with a solution to this for me a while ago so was | surprised to see it still happening. | Not sure if this is still a problem in the recent versions but the | latest mac binary pkg still has it. | | Solution : | In UserInterface.py (in UI) in method handleDesigner / handleLinguist / | handleAssistant add this extra case after the win32 check: | | elif sys.platform == "darwin": | print("DARWIN SYSTEM!") | designer = designer + os.path.join('.app', 'Contents', | 'MacOS', 'designer') | | | Works a charm now ... eg can double click forms in eric project and | designer loads with that form to edit. | | Now to attack the real bugs stopping eric being a great mac IDE ! | | regards | borg000 | | | | ------------------------------------------------------- | This SF.Net email is sponsored by Oracle Space Sweepstakes | Want to be the first software developer in space? | Enter now for the Oracle Space Sweepstakes! | http://ads.osdn.com/?ad_id=7412&alloc_id=16344&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 iD8DBQFCj2L0JmdQs+6YVcoRAr9HAJ9cMlY/X57OjVqREu1jIETRDZzwvACffeo6 kHTyElsBgDv/brt19vSn5us= =P2cm -----END PGP SIGNATURE----- |
From: Boris G. <boz...@ma...> - 2005-05-21 16:15:23
|
Just to clarify - elif sys.platform == "darwin": designer = designer + os.path.join('.app', 'Contents', 'MacOS', 'designer') is the designer fix ... BUT elif sys.platform == "darwin": linguist = linguist + os.path.join('.app', 'Contents', 'MacOS', 'linguist') is the linguist fix etc. borg000 On 22/05/2005, at 2:04 AM, Boris Gordon wrote: > Greetings all - > > Have been out of the loop for a while but thought I'd see what > progress eric3 on mac os x had made and delighted to see some > binaries. > Sad however that it is not at a usable stage yet due to serious > crashes at inopportune times like creating a new file or redrawing > the screen. > > I did however notice that an old bug still seemed to be active in > eric3 (failure to launch of designer, linguist, assistant on mac os > x from eric). > Detlev came up with a solution to this for me a while ago so was > surprised to see it still happening. > Not sure if this is still a problem in the recent versions but the > latest mac binary pkg still has it. > > Solution : > In UserInterface.py (in UI) in method handleDesigner / > handleLinguist / handleAssistant add this extra case after the > win32 check: > > elif sys.platform == "darwin": > print("DARWIN SYSTEM!") > designer = designer + os.path.join('.app', > 'Contents', 'MacOS', 'designer') > > > Works a charm now ... eg can double click forms in eric project and > designer loads with that form to edit. > > Now to attack the real bugs stopping eric being a great mac IDE ! > > regards > borg000 > > |
From: Boris G. <bor...@gm...> - 2005-05-21 16:10:57
|
Of course that silly print message is not required ... :) PS the file in the bundled eric is /Eric3.app/Contents/Resources/UI/UserInterface.py regards borg000 |
From: Boris G. <bor...@gm...> - 2005-05-21 16:04:28
|
Greetings all - Have been out of the loop for a while but thought I'd see what progress eric3 on mac os x had made and delighted to see some binaries. Sad however that it is not at a usable stage yet due to serious crashes at inopportune times like creating a new file or redrawing the screen. I did however notice that an old bug still seemed to be active in eric3 (failure to launch of designer, linguist, assistant on mac os x from eric). Detlev came up with a solution to this for me a while ago so was surprised to see it still happening. Not sure if this is still a problem in the recent versions but the latest mac binary pkg still has it. Solution : In UserInterface.py (in UI) in method handleDesigner / handleLinguist / handleAssistant add this extra case after the win32 check: elif sys.platform == "darwin": print("DARWIN SYSTEM!") designer = designer + os.path.join('.app', 'Contents', 'MacOS', 'designer') Works a charm now ... eg can double click forms in eric project and designer loads with that form to edit. Now to attack the real bugs stopping eric being a great mac IDE ! regards borg000 |
From: Peter N. <pe...@pi...> - 2005-05-06 14:20:55
|
Ah, that did the trick! When I ran examples3/dirview.py alone, drag and drop didn't work; but when I put it in an app bundle, it did. Thanks for the pointer! |
From: Kevin W. <sw...@wo...> - 2005-05-06 05:03:14
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I have updated PyQt-Mac, SPE-OSX, and PyUnitOSX for compatability with Mac OSX 10.4 "Tiger." Please see http://www.wordtech-software.com for more information. - -- 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 iD8DBQFCevqJJmdQs+6YVcoRAqTgAJ9+2+bcrbuuyipTOvjFP+VUHJdhFgCeNRvY w0ukYwo74Neby9Rl66+2naE= =lM1n -----END PGP SIGNATURE----- |
From: Kevin W. <sw...@wo...> - 2005-05-05 03:47:08
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm not code-fu enough with PyQt yet to tell you how to handle this with ~ Python code, but the info.plist file is an important part of associating your app with a file type (file extension). I tested LyX, a Qt app, to see if it could handle this (not all Qt apps do in my experience) and it does. Dragging a .lyx file to the Lyx icon opens the file correctly. I've attached the info.plist file from Lyx 1.3.5. Take a look at it, especially the bits on "CFBundleType"--that's where you define the document type/extension, the document icon, and the role your app plays with that document (editor or viewer). This has prompted me to take a look at my build of Eric3 and see if I need to add that customization to its info.plist file to associate it with .py files. Hope this helps. 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... Peter Nye wrote: | Does anyone know how I can get my pyqt program to respond to files | dragged from the finder? | | | | | ------------------------------------------------------- | This SF.Net email is sponsored by: NEC IT Guy Games. | Get your fingers limbered up and give it your best shot. 4 great events, 4 | opportunities to win big! Highest score wins.NEC IT Guy Games. Play to | win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 | _______________________________________________ | 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 iD8DBQFCeZcdJmdQs+6YVcoRAqizAJ9S5CGR+Xokxlt9vun5RR/fVJGbEACeLX/G h8TwvScu6G20bJiUODiyOQQ= =2FF0 -----END PGP SIGNATURE----- |
From: Peter N. <pe...@pi...> - 2005-05-03 15:00:41
|
Does anyone know how I can get my pyqt program to respond to files dragged from the finder? |
From: Tim L. <tim...@ya...> - 2005-05-03 11:14:19
|
Hey, Kevin. I'm going to be taking my own shot at building pyqt-mac, as soon as I get tiger. I've solved at least one major problem I was having with previous builds, yours and mine. The installers were not replacing the older pyuic that I had in /bin (for some reason), which was incompatible with the latest sip. This was causing failures every time qsizepolicy was called with integer arguments, instead of the pyqt wrappers for the size policy enumerations. I don't know if others experienced any trouble with this. tim On May 2, 2005, at 11:21 PM, pyq...@li... wrote: > Send Pyqt-mac-list mailing list submissions to > pyq...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list > or, via email, send a message with subject or body 'help' to > pyq...@li... > > You can reach the person managing the list at > pyq...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Pyqt-mac-list digest..." > > > Today's Topics: > > 1. Staying with system Python in Tiger (Kevin Walzer) > > - |
From: Bob I. <bo...@re...> - 2005-05-03 03:39:20
|
On May 2, 2005, at 10:40 PM, Kevin Walzer wrote: > After digging more deeply into Tiger and finding that Apple has indeed > included wxPython 2.5.3 and added the "build applet" tool to the > Developer Tools, I've decided to keep my Python packages based on the > Apple system Python. This will require fewer downloads for end users, > and mean far less work for me in repackaging things (which means I > will > get it done much sooner). I will have to assemble a new installer for > PyQt-Mac, but migrating my other packages will be trivial. I'll > post an > announcement when everything is ready. IIRC, Build Applet was there in 10.3 too... but just because Apple ships something doesn't mean its usable. bundlebuilder is quite flawed, and Build Applet is just a shim on top. -bob |
From: Bill J. <ja...@pa...> - 2005-05-03 03:32:01
|
> After digging more deeply into Tiger and finding that Apple has indeed > included wxPython 2.5.3 and added the "build applet" tool to the > Developer Tools, I've decided to keep my Python packages based on the > Apple system Python. Thanks. This makes sense to me. Bill |
From: Kevin W. <sw...@wo...> - 2005-05-03 02:40:19
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 After digging more deeply into Tiger and finding that Apple has indeed included wxPython 2.5.3 and added the "build applet" tool to the Developer Tools, I've decided to keep my Python packages based on the Apple system Python. This will require fewer downloads for end users, and mean far less work for me in repackaging things (which means I will get it done much sooner). I will have to assemble a new installer for PyQt-Mac, but migrating my other packages will be trivial. I'll post an announcement when everything is ready. - -- 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 iD8DBQFCduSPJmdQs+6YVcoRAjvpAJ9v6bzAvd3oEA2RPj8EEJhUK0641wCgiLkF Q5KyTiVKeQYSZD2HJNLqN8Q= =XDL5 -----END PGP SIGNATURE----- |
From: Kevin W. <sw...@wo...> - 2005-04-26 23:49:50
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I will have to rebuild everything for Tiger--the Python stuff especially. It will be a couple of weeks before I get to it, alas. 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... Tomek Piatek wrote: | Hello, | | I've just downloaded and installed PyQt-Mac-03-2005.pkg. The | installation process was very straight forward but I can't access any of | the Qt modules. They're just not found. | | Here's an example of what happens when I try to import qt modules: | | tomek@maglor> python | Python 2.3.5 (#1, Mar 20 2005, 20:38:20) | [GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin | Type "help", "copyright", "credits" or "license" for more information. |> >> from qt import * | Traceback (most recent call last): | File "<stdin>", line 1, in ? | ImportError: No module named qt |> >> | | A quick look | in /System/Library/Frameworks/Python.framework/Versions/2.3/lib reveals | no qt modules anywhere. | | I'm running all this on Mac OS X 10.4 (8A425) | | Any help will be greatly appreciated. | | cheers, | tomek | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCbtOWJmdQs+6YVcoRApbYAJ9Hb6E47sLM91rwMMwiZs8kdWFbtwCfei+D G678DNBW18Hloqe6BnvHpe4= =dCAm -----END PGP SIGNATURE----- |
From: Tomek P. <to...@we...> - 2005-04-26 23:32:52
|
Hello, I've just downloaded and installed PyQt-Mac-03-2005.pkg. The installation process was very straight forward but I can't access any of the Qt modules. They're just not found. Here's an example of what happens when I try to import qt modules: tomek@maglor> python Python 2.3.5 (#1, Mar 20 2005, 20:38:20) [GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from qt import * Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named qt >>> A quick look in /System/Library/Frameworks/Python.framework/Versions/ 2.3/lib reveals no qt modules anywhere. I'm running all this on Mac OS X 10.4 (8A425) Any help will be greatly appreciated. cheers, tomek |
From: Kevin W. <sw...@wo...> - 2005-04-18 21:09:16
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Looks like that work has been done for you already. See this page: http://wwwbruegge.in.tum.de/DWARF/MacOSXFinkPackages These are unofficial Fink packages, but if you install them according to the instructions, Fink should build everything for you except for QScintilla (necessary for Eric) and Eric. I have not tested this, so your mileage may vary. 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... Brian Morton wrote: | I was wondering if running Eric in X11 with PyQt built for X11 would | make Eric more stable ? | | Any thoughts before I embark on giving it a shot ? And would I use | Python2.4 from Fink or would that likely mess up the windowing system | like we have seen when not using Apple's version of Python ? | | Thanks in advance, | | Brian | | | | ------------------------------------------------------- | SF email is sponsored by - The IT Product Guide | Read honest & candid reviews on hundreds of IT Products from real users. | Discover which products truly live up to the hype. Start reading now. | http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click | _______________________________________________ | Pyqt-mac-list mailing list | Pyq...@li... | https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCZCHXJmdQs+6YVcoRAsK6AJ43vTgX5hU70ETNP69ZNp9hmLZ4YACeOpKH zugU4B+ta+Pp/OCpHjxp5OI= =/Jb8 -----END PGP SIGNATURE----- |
From: Brian M. <bri...@gm...> - 2005-04-18 20:29:10
|
I was wondering if running Eric in X11 with PyQt built for X11 would make Eric more stable ? Any thoughts before I embark on giving it a shot ? And would I use Python2.4 from Fink or would that likely mess up the windowing system like we have seen when not using Apple's version of Python ? Thanks in advance, Brian |
From: Kevin W. <sw...@wo...> - 2005-03-31 02:54:03
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hmmmm. Brian, I'm not sure what the answer to this question is. Does the application bundle show the same path (sys.path?) as the version you built from source? 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... Brian Morton wrote: | Greetings, | | I installed the binary installer version of PyQt and Eric thanks to | Kevin. Thanks Kevin. But I've noticed that the newest version does not | properly work with subversion. It will not present the proper dialog box | after a 'new from repository' command. The first dialog appears | featuring a dropdown widget to choose the type of source control, then | it immediately pops up another dialog stating that 'this version of SVN | does not work' or something along those lines. | | However, the version of Eric 3.6.2 that I previously compiled from | source does properly display the second dialog box and then lets me log | into my subversion server. | | Seems odd so I thought I would mention it. | | Brian | | | | ------------------------------------------------------- | SF email is sponsored by - The IT Product Guide | Read honest & candid reviews on hundreds of IT Products from real users. | Discover which products truly live up to the hype. Start reading now. | http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click | _______________________________________________ | Pyqt-mac-list mailing list | Pyq...@li... | https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCS2Y7JmdQs+6YVcoRAqM0AJ9W91ZlcJcB5K6tsghFYFKZN0Xv4wCgiI6U wSqRgwBaCFTM9Ex+3tSHlAY= =bguS -----END PGP SIGNATURE----- |
From: Brian M. <bri...@gm...> - 2005-03-28 16:45:50
|
Greetings, I installed the binary installer version of PyQt and Eric thanks to Kevin. Thanks Kevin. But I've noticed that the newest version does not properly work with subversion. It will not present the proper dialog box after a 'new from repository' command. The first dialog appears featuring a dropdown widget to choose the type of source control, then it immediately pops up another dialog stating that 'this version of SVN does not work' or something along those lines. However, the version of Eric 3.6.2 that I previously compiled from source does properly display the second dialog box and then lets me log into my subversion server. Seems odd so I thought I would mention it. Brian |
From: Tim L. <tim...@ya...> - 2005-03-25 23:15:37
|
OK, looks like qt 3.3.4 has this patch already. But I'm coming to that conclusion based on my examination of the source file and the patch after having just now taught myself how patch/diff files work, so hopefully someone else can confirm this. Do Does Detlev read this list? I love Eric, the more I play with it. I wonder if it's creator might have any thoughts about what's causing these crashes. Probably too few of us here to go in on getting him a mac-mini to play with... |
From: Kevin W. <sw...@wo...> - 2005-03-25 22:17:48
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 That patch was for versions of Qt <= 3.3.2. Versions 3.3.3 and up have the patch included. 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... Tim Lawrence wrote: | Kevin, did you apply the patch to Qt for Qscintilla before building | Qt? I notice you don't mention this in your build instructions. The | file "README.MacOS" in the qscintilla source has the patch. It says | qscintilla will crash on mac without the patch. | | tim | | | | ------------------------------------------------------- | SF email is sponsored by - The IT Product Guide | Read honest & candid reviews on hundreds of IT Products from real users. | Discover which products truly live up to the hype. Start reading now. | http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click | _______________________________________________ | Pyqt-mac-list mailing list | Pyq...@li... | https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCRI4FJmdQs+6YVcoRAiceAJ9YABPHn9RJzDYjnuRN5/cK5wM15ACdE1sb fiemHtg3aMqAlWrLbGH3q5E= =3Yi0 -----END PGP SIGNATURE----- |
From: Tim L. <tim...@ya...> - 2005-03-25 22:11:20
|
Kevin, did you apply the patch to Qt for Qscintilla before building Qt? I notice you don't mention this in your build instructions. The file "README.MacOS" in the qscintilla source has the patch. It says qscintilla will crash on mac without the patch. tim |
From: Brian M. <bri...@gm...> - 2005-03-25 15:24:59
|
Hi Michael, I've been starting Eric from the terminal using ./eric3. After Eric crashes, the only message in the terminal says 'bus error.' I typically start Eric again, then when it dies, it prints out the bus error again. I did not have the foresight to look in the console for any messages, but I will the next time. Here is the CrashReport. Now that I look at it more closely I see the exception that Tim mentioned in his email. This is the latest crash report but there are more entries. They all fail with the same exception, however. HTH, Brian ********** Host Name: iRocka.local Date/Time: 2005-03-23 17:43:42 -0500 OS Version: 10.3.8 (Build 7U16) Report Version: 2 Command: Python Path: /System/Library/Frameworks/Python.framework/Versions/2.3/Resources/ Python.app/Contents/MacOS/Python Version: 2.3 (2.3) PID: 27526 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0x7fff0000 Thread 0 Crashed: 0 com.apple.QD 0x91562c6c GetEffectiveFrameBufferPixmap + 0x48 1 com.apple.QD 0x91562ccc Color2IndexWithPortAndGDevice + 0x24 2 com.apple.QD 0x91563f58 SetPortRGBForeColor + 0x50 3 com.apple.QD 0x915638ac RGBForeColor + 0x30 4 libqt-mt.3.dylib 0xb2448a58 0xb2000000 + 0x448a58 5 libqt-mt.3.dylib 0xb201e2e4 QPainter::end() + 0xd4 6 libqt-mt.3.dylib 0xb208c904 _ZN8QPainterD4Ev + 0x24 7 qtext.so 0x01085dcc SurfaceImpl::Release() + 0x38 8 qtext.so 0x01085bb4 SurfaceImpl::commonInit(QPainter*, bool) + 0x2c 9 qtext.so 0x01085d48 SurfaceImpl::InitPixMap(int, int, Surface*, void*) + 0x78 10 qtext.so 0x010768f4 Editor::RefreshPixMaps(Surface*) + 0x1c4 11 qtext.so 0x01076b14 Editor::Paint(Surface*, PRectangle) + 0x44 12 qtext.so 0x0106dc74 ScintillaQt::paintEvent(QPaintEvent*) + 0x15c 13 qtext.so 0x01067f4c QextScintillaBase::eventFilter(QObject*, QEvent*) + 0x1b8 14 qtext.so 0x0103c850 meth_QextScintilla_eventFilter(_object*, _object*) + 0x9c 15 org.python.Python.framework 0x959894a8 PyEval_GetFuncDesc + 0x1dc 16 org.python.Python.framework 0x95986c64 PyEval_EvalCode + 0x2560 17 org.python.Python.framework 0x95987e30 PyEval_EvalCodeEx + 0x850 18 org.python.Python.framework 0x9593f354 PyFunction_SetClosure + 0xd6c 19 org.python.Python.framework 0x9592a8d0 PyObject_Call + 0x30 20 org.python.Python.framework 0x959329e8 PyMethod_New + 0xbf0 21 org.python.Python.framework 0x9592a8d0 PyObject_Call + 0x30 22 org.python.Python.framework 0x959891ec PyEval_CallObjectWithKeywords + 0x100 23 sip.so 0x000c8104 sip_api_call_method + 0x44 24 qt.so 0x028a1748 sipVH_qt_177(PyGILState_STATE, _object*, QObject*, QEvent*) + 0x74 25 qtext.so 0x01037964 sipQextScintilla::eventFilter(QObject*, QEvent*) + 0x9c 26 libqt-mt.3.dylib 0xb20888f4 QObject::activate_filters(QEvent*) + 0x78 27 libqt-mt.3.dylib 0xb20887ac QObject::event(QEvent*) + 0x48 28 libqt-mt.3.dylib 0xb20bd648 QWidget::event(QEvent*) + 0x24 29 libqt-mt.3.dylib 0xb2043e44 QApplication::internalNotify(QObject*, QEvent*) + 0x314 30 libqt-mt.3.dylib 0xb2043a24 QApplication::notify(QObject*, QEvent*) + 0xb1c 31 qt.so 0x02be5bfc sipQApplication::notify(QObject*, QEvent*) + 0x6c 32 libqt-mt.3.dylib 0xb2028d94 QWidget::repaint(QRegion const&, bool) + 0x100 33 libqt-mt.3.dylib 0xb20076d0 QApplication::globalEventProcessor(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 0x2ac 34 com.apple.HIToolbox 0x927d1fa0 DispatchEventToHandlers + 0x150 35 com.apple.HIToolbox 0x927d2214 SendEventToEventTargetInternal + 0x174 36 com.apple.HIToolbox 0x927d6694 SendEventToEventTargetWithOptions + 0x28 37 com.apple.HIToolbox 0x927e2d2c ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 0x2b8 38 com.apple.HIToolbox 0x927d205c DispatchEventToHandlers + 0x20c 39 com.apple.HIToolbox 0x927d2214 SendEventToEventTargetInternal + 0x174 40 com.apple.HIToolbox 0x927e46bc SendEventToEventTarget + 0x28 41 libqt-mt.3.dylib 0xb2007404 qt_mac_send_event(unsigned int, OpaqueEventRef*, OpaqueWindowPtr*) + 0xf0 42 libqt-mt.3.dylib 0xb202fe50 QEventLoop::processEvents(unsigned int) + 0xfc 43 libqt-mt.3.dylib 0xb2052a8c QEventLoop::enterLoop() + 0x78 44 libqt-mt.3.dylib 0xb21f71b4 QDialog::exec() + 0x98 45 libqt-mt.3.dylib 0xb221cd44 textBox(QWidget*, QMessageBox::Icon, QString const&, QString const&, QString const&, QString const&, QString const&, int, int) + 0x268 46 libqt-mt.3.dylib 0xb221ce5c QMessageBox::warning(QWidget*, QString const&, QString const&, QString const&, QString const&, QString const&, int, int) + 0x48 47 qt.so 0x02a2880c meth_QMessageBox_warning(_object*, _object*) + 0x24c 48 org.python.Python.framework 0x959894a8 PyEval_GetFuncDesc + 0x1dc 49 org.python.Python.framework 0x95986c64 PyEval_EvalCode + 0x2560 50 org.python.Python.framework 0x95987e30 PyEval_EvalCodeEx + 0x850 51 org.python.Python.framework 0x9593f354 PyFunction_SetClosure + 0xd6c 52 org.python.Python.framework 0x9592a8d0 PyObject_Call + 0x30 53 org.python.Python.framework 0x959329e8 PyMethod_New + 0xbf0 54 org.python.Python.framework 0x9592a8d0 PyObject_Call + 0x30 55 org.python.Python.framework 0x959891ec PyEval_CallObjectWithKeywords + 0x100 56 sip.so 0x000c8104 sip_api_call_method + 0x44 57 qt.so 0x028970a4 sipVH_qt_33(PyGILState_STATE, _object*, QFocusEvent*) + 0x60 58 qtext.so 0x010342fc sipQextScintilla::focusInEvent(QFocusEvent*) + 0x90 59 libqt-mt.3.dylib 0xb20bd9c8 QWidget::event(QEvent*) + 0x3a4 60 qtext.so 0x0103a484 meth_QextScintilla_event(_object*, _object*) + 0x88 61 org.python.Python.framework 0x959894a8 PyEval_GetFuncDesc + 0x1dc 62 org.python.Python.framework 0x95986c64 PyEval_EvalCode + 0x2560 63 org.python.Python.framework 0x95987e30 PyEval_EvalCodeEx + 0x850 64 org.python.Python.framework 0x9593f354 PyFunction_SetClosure + 0xd6c 65 org.python.Python.framework 0x9592a8d0 PyObject_Call + 0x30 66 org.python.Python.framework 0x959329e8 PyMethod_New + 0xbf0 67 org.python.Python.framework 0x9592a8d0 PyObject_Call + 0x30 68 org.python.Python.framework 0x959891ec PyEval_CallObjectWithKeywords + 0x100 69 sip.so 0x000c8104 sip_api_call_method + 0x44 70 qt.so 0x028a186c sipVH_qt_178(PyGILState_STATE, _object*, QEvent*) + 0x68 71 qtext.so 0x010378b4 sipQextScintilla::event(QEvent*) + 0x90 72 libqt-mt.3.dylib 0xb2043e44 QApplication::internalNotify(QObject*, QEvent*) + 0x314 73 libqt-mt.3.dylib 0xb2043a24 QApplication::notify(QObject*, QEvent*) + 0xb1c 74 qt.so 0x02be5bfc sipQApplication::notify(QObject*, QEvent*) + 0x6c 75 libqt-mt.3.dylib 0xb20baff4 QWidget::setFocus() + 0x250 76 qtext.so 0x01035d58 sipQextScintilla::setFocus() + 0x5c 77 libqt-mt.3.dylib 0xb2045784 QApplication::setActiveWindow(QWidget*) + 0x5c8 78 libqt-mt.3.dylib 0xb200bad8 QApplication::globalEventProcessor(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 0x46b4 79 com.apple.HIToolbox 0x927d1fa0 DispatchEventToHandlers + 0x150 80 com.apple.HIToolbox 0x927d2214 SendEventToEventTargetInternal + 0x174 81 com.apple.HIToolbox 0x927d6694 SendEventToEventTargetWithOptions + 0x28 82 com.apple.HIToolbox 0x928205e8 PostActivateEvent + 0x150 83 com.apple.HIToolbox 0x9281a144 HiliteAndActivateWindow + 0x188 84 com.apple.HIToolbox 0x9283343c AdjustToNewWindowActivation(WindowData*, WindowContext*, OpaqueWindowPtr*, WindowData*) + 0xd0 85 com.apple.HIToolbox 0x92864d40 PotentiallyAdjustToNewWindowActivation(WindowData*, WindowData*, WindowContext*, OpaqueWindowPtr*, WindowData*) + 0x7c 86 com.apple.HIToolbox 0x9285cc60 SelectWindowInGroup(WindowData*, WindowContext*, OpaqueWindowGroupRef*) + 0xfc 87 com.apple.HIToolbox 0x92882dcc SelectWindow + 0x28 88 com.apple.HIToolbox 0x928a6dc8 ProcessWindowCommand + 0x2b0 89 com.apple.HIToolbox 0x92840420 HandleWindowCommandEvent + 0x60 90 com.apple.HIToolbox 0x92828fe8 HandleCommandEvent(OpaqueEventRef*) + 0x1a4 91 com.apple.HIToolbox 0x927f4c7c HIApplication::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 0x1b4 92 com.apple.HIToolbox 0x927d1fa0 DispatchEventToHandlers + 0x150 93 com.apple.HIToolbox 0x927d2214 SendEventToEventTargetInternal + 0x174 94 com.apple.HIToolbox 0x927e46bc SendEventToEventTarget + 0x28 95 com.apple.HIToolbox 0x927f96b4 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 0x170 96 com.apple.HIToolbox 0x928a6b04 _RequestWindowSelection + 0x60 97 com.apple.HIToolbox 0x92864bb0 HIApplication::HandleActivated(unsigned char, OpaqueWindowPtr*) + 0x124 98 com.apple.HIToolbox 0x927e1754 HIApplication::EventObserver(unsigned long, OpaqueEventRef*, void*) + 0x174 99 com.apple.HIToolbox 0x927d1cd8 _NotifyEventLoopObservers + 0xd4 100 com.apple.HIToolbox 0x927de708 AcquireEventFromQueue + 0x120 101 com.apple.HIToolbox 0x927dc660 ReceiveNextEventCommon + 0x114 102 com.apple.HIToolbox 0x9284d7d4 ReceiveNextEventInMode + 0x48 103 libqt-mt.3.dylib 0xb202fe38 QEventLoop::processEvents(unsigned int) + 0xe4 104 libqt-mt.3.dylib 0xb2052a8c QEventLoop::enterLoop() + 0x78 105 libqt-mt.3.dylib 0xb2052978 QEventLoop::exec() + 0x40 106 qt.so 0x02be82d8 meth_QApplication_exec_loop(_object*, _object*) + 0x8c 107 org.python.Python.framework 0x959894a8 PyEval_GetFuncDesc + 0x1dc 108 org.python.Python.framework 0x95986c64 PyEval_EvalCode + 0x2560 109 org.python.Python.framework 0x95989728 PyEval_GetFuncDesc + 0x45c 110 org.python.Python.framework 0x95989580 PyEval_GetFuncDesc + 0x2b4 111 org.python.Python.framework 0x95986c64 PyEval_EvalCode + 0x2560 112 org.python.Python.framework 0x95987e30 PyEval_EvalCodeEx + 0x850 113 org.python.Python.framework 0x95984734 PyEval_EvalCode + 0x30 114 org.python.Python.framework 0x959a85f0 PyRun_FileExFlags + 0xe4 115 org.python.Python.framework 0x959a7668 PyRun_SimpleFileExFlags + 0x1bc 116 org.python.Python.framework 0x959b1ec0 Py_Main + 0x7cc 117 org.python.python 0x00003c78 0x1000 + 0x2c78 118 org.python.python 0x00003aec 0x1000 + 0x2aec PPC Thread State: srr0: 0x91562c6c srr1: 0x0200f030 vrsave: 0x00000000 cr: 0x24224224 xer: 0x20000004 lr: 0x91562ccc ctr: 0x90281234 r0: 0x91562ccc r1: 0xbfffb960 r2: 0x09e42780 r3: 0x014b398c r4: 0x097f1a30 r5: 0xbfffba40 r6: 0x097a8146 r7: 0x91587760 r8: 0xf61a2800 r9: 0xbfffba40 r10: 0x00000000 r11: 0x00000000 r12: 0x00000000 r13: 0x006b2820 r14: 0x00000000 r15: 0x006ac4a8 r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x0884f030 r20: 0x00000000 r21: 0x00305510 r22: 0x00000003 r23: 0x00345ff5 r24: 0x0884f030 r25: 0x00000000 r26: 0x09784830 r27: 0x09e5f760 r28: 0x014b398c r29: 0xbfffba40 r30: 0x7fff0000 r31: 0xb24489d0 Binary Images Description: 0x1000 - 0x4fff org.python.python 2.3 /System/Library/Frameworks/Python.framework/Versions/2.3/Resources/ Python.app/Contents/MacOS/Python 0xc5000 - 0xd6fff sip.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/site-packages/sip.so 0xdf000 - 0xe1fff _ssl.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/lib-dynload/_ssl.so 0xef000 - 0xf0fff time.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/lib-dynload/time.so 0x20c000 - 0x20ffff strop.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/lib-dynload/strop.so 0x21b000 - 0x21ffff array.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/lib-dynload/array.so 0x26f000 - 0x275fff _socket.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/lib-dynload/_socket.so 0x405000 - 0x439fff qtnetwork.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/site-packages/qtnetwork.so 0x706000 - 0x71efff parser.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/lib-dynload/parser.so 0x761000 - 0x764fff struct.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/lib-dynload/struct.so 0x76b000 - 0x76cfff cStringIO.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/lib-dynload/cStringIO.so 0x1008000 - 0x110efff qtext.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/site-packages/qtext.so 0x1337000 - 0x1338fff math.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/lib-dynload/math.so 0x1340000 - 0x1342fff binascii.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/lib-dynload/binascii.so 0x1349000 - 0x134afff _random.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/lib-dynload/_random.so 0x1355000 - 0x137afff libqjpeg.dylib /Developer/qt/plugins/imageformats/libqjpeg.dylib 0x13e2000 - 0x142afff libqmng.dylib /Developer/qt/plugins/imageformats/libqmng.dylib 0x2891000 - 0x2d06fff qt.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/site-packages/qt.so 0x87f5000 - 0x87f5fff _weakref.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/lib-dynload/_weakref.so 0x8a53000 - 0x8a8bfff qtcanvas.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/site-packages/qtcanvas.so 0x8c07000 - 0x8c38fff qttable.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/site-packages/qttable.so 0x969e000 - 0x96c6fff pyexpat.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/lib-dynload/pyexpat.so 0x9cd9000 - 0x9ce2fff com.apple.LiveType.component 1.2.1 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType 0x70090000 - 0x700e5fff com.apple.LiveType.framework 1.2.2 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/ LiveType 0x88be0000 - 0x88becfff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld 0x90000000 - 0x90122fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x90190000 - 0x9023dfff com.apple.CoreFoundation 6.3.6 (299.33) /System/Library/Frameworks/CoreFoundation.framework/Versions/ A/CoreFoundation 0x90280000 - 0x904f9fff com.apple.CoreServices.CarbonCore 10.3.6 (10.3.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90570000 - 0x905dffff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90610000 - 0x9069afff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/OSServices.framework/Versions/A/OSServices 0x90700000 - 0x90700fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/ CoreServices 0x90720000 - 0x90787fff com.apple.audio.CoreAudio 2.1.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/ CoreAudio 0x907f0000 - 0x907f9fff com.apple.DiskArbitration 2.0.4 /System/Library/PrivateFrameworks/DiskArbitration.framework/ Versions/A/DiskArbitration 0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/ApplicationServices 0x90830000 - 0x9089ffff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90910000 - 0x90983fff com.apple.DesktopServices 1.2.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/ Versions/A/DesktopServicesPriv 0x909f0000 - 0x90b4bfff com.apple.Foundation 6.3.5 (500.56) /System/Library/Frameworks/Foundation.framework/Versions/C/ Foundation 0x90c30000 - 0x90c4afff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/ libGL.dylib 0x90c60000 - 0x90cc2fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/ libGLU.dylib 0x90d00000 - 0x90d1bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/ Versions/A/SystemConfiguration 0x90d60000 - 0x90d6bfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x910b0000 - 0x91101fff com.apple.bom 1.2.5 (63.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x911d2000 - 0x911dffff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x912a0000 - 0x912bdfff com.apple.audio.SoundManager 3.8 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound 0x91320000 - 0x913dffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/ColorSync.framework/Versions/A/ColorSync 0x914a0000 - 0x914b3fff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/ A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x91560000 - 0x91619fff com.apple.QD 3.4.65 (???) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/QD.framework/Versions/A/QD 0x91670000 - 0x916a8fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/ A/Frameworks/AE.framework/Versions/A/AE 0x916e0000 - 0x91773fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/ A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x91810000 - 0x9182afff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x91850000 - 0x91860fff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x918d0000 - 0x918dcfff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/Help.framework/Versions/A/Help 0x918f0000 - 0x9193efff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ Print.framework/Versions/A/Print 0x919c0000 - 0x91a33fff com.apple.NavigationServices 3.3.2 /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x91ab0000 - 0x91ac4fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x91ae0000 - 0x91aebfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x91b10000 - 0x91b2afff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/Resources/ libPDFRIP.A.dylib 0x91b50000 - 0x91b5ffff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib 0x91b80000 - 0x91b93fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x91bb0000 - 0x91d45fff com.apple.QuickTime 6.5.2 /System/Library/Frameworks/QuickTime.framework/Versions/A/ QuickTime 0x92056000 - 0x92061fff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SecurityHI.framework/Versions/A/SecurityHI 0x920c0000 - 0x922a7fff com.apple.security 2.4 (177) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x92430000 - 0x92468fff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/LaunchServices.framework/Versions/A/ LaunchServices 0x92740000 - 0x92777fff com.apple.CFNetwork 1.2.1 (7) /System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x927d0000 - 0x92b54fff com.apple.HIToolbox 1.3.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x92d30000 - 0x92d80fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x935d0000 - 0x938a8fff com.apple.CoreGraphics 1.203.30 (???) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x93920000 - 0x93930fff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition 0x939a0000 - 0x939b4fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x93a50000 - 0x93a54fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib 0x93b2d000 - 0x93b44fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x94060000 - 0x94078fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore 0x94173000 - 0x94199fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent 0x94610000 - 0x9462afff libresolv.9.dylib /usr/lib/libresolv.9.dylib 0x94640000 - 0x94649fff libz.1.dylib /usr/lib/libz.1.dylib 0x946e0000 - 0x9473ffff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/SearchKit.framework/Versions/A/SearchKit 0x949ba000 - 0x949bafff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x94a30000 - 0x94af5fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x94b20000 - 0x94badfff com.apple.ink.framework 101.1.3 (55.10) /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/Ink.framework/Versions/A/Ink 0x95920000 - 0x959e8fff org.python.Python.framework 2.2 /System/Library/Frameworks/Python.framework/Versions/2.3/Python 0x95b50000 - 0x95c32fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x95f30000 - 0x9601efff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x96a20000 - 0x96ae2fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib 0x96b40000 - 0x96b6efff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib 0x96bf0000 - 0x96c7ffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/ATS.framework/Versions/A/ATS 0x97335000 - 0x9739efff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x97510000 - 0x97518fff libbsm.dylib /usr/lib/libbsm.dylib 0xb2000000 - 0xb2596fff libqt-mt.3.dylib /usr/local/lib/libqt-mt.3.dylib On Mar 25, 2005, at 12:22 AM, Michael Bentley wrote: > Hey, Brian! > > Please do send your PythonCrashLog -- are you sure it was a bus error > and not a segmentation fault? > > Aargghhh!!! As much as I hate to do it, I'm rebuilding everything > with debugging symbols right now (takes a *LONG* time to build qt on > my mac-mini) -- Does anyone on the list know the ins and outs of > debugging a dylib vs. a static lib on OS X? Either way, I wanna get > this running again -- PyQt is some of the most fun I've had > programming in years! > > From the CrashLog messages I gather that an attempt is being made to > access memory illegally, or to access an illegitimate address. It > seems to happen when a eric is repainting itself after being partially > hidden by a dialog (but not every dialog). Has anybody tried static > libraries instead of dylibs? (I've tried non-threaded builds already) > > -Michael > > > On Mar 24, 2005, at 9:48 PM, Brian Morton wrote: > >> Hi, >> >> I am planning on installing the updated packages this evening, but in >> the meantime I've been running Eric 3.6.2 from the terminal. It >> crashes often and the terminal returns a bus error. I am using all of >> the previous versions of PyQT, Sip, etc. >> >> I looked at the PythonCrashLog and there seems to be a problem with >> dylib. Maybe ?, I really have no idea what the file really says, but >> I could forward it on to someone that might know something. Seems >> like we should find some Apple hardware for Detlev :-) >> >> These are the last few lines. I don't know if they are significant. >> >> 0x97510000 - 0x97518fff libbsm.dylib /usr/lib/libbsm.dylib >> 0xb2000000 - 0xb2596fff libqt-mt.3.dylib >> /usr/local/lib/libqt-mt.3.dylib >> >> I was hoping the newer versions might help stability and I will try >> them later and report back. >> >> That said, Eric has come a long way since 3.4. I've been using it >> (3.6.2) pretty frequently. I love the automatic debugger and the >> included shell. This new version also recognized my subversion server >> without any problems. It is a great IDE. Unfortunately the other >> night it crashed about 5 times in a row, so I am back to XCode for >> this project (CGI and python for my webserver). >> >> My $.02, >> >> Brian >> >> >> On Mar 24, 2005, at 4:27 PM, Kevin Walzer wrote: >> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> Tim, >>> >>> You're right, Eric does seem a bit crashy. I hadn't noticed this >>> before--with the old build Eric 3.6 couldn't even launch reliably. >>> When >>> I was able to launch, open, and save a file, I was happy. >>> >>> I encounter the crashes on both my build machine and my test machine. >>> This has me thinking that the problem *isn't* the weird symlinks that >>> Michael noted the other day. >>> >>> I tested the PyQt widget samples and they seem to work fine. My >>> guess is >>> that the issue is more with Eric (which is not part of PyQt itself, >>> just >>> its largest application) than with PyQt. >>> >>> If I were more knowledgable, I'd see what I could do to improve Eric. >>> But I'm not yet there yet, alas. >>> >>> 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... >>> >>> Tim Lawrence wrote: >>> | Well, thanks to Kevin for this build. Unfortunately, I find Eric >>> won't >>> | run for more than a minute or 2 without crashing. All the Qt >>> stuff is >>> | perfectly stable (designer, etc), but python crashes hard >>> | ("EXC_BAD_ACCESS... KERN_INVALID_ADDRESS...") from just about any >>> kind >>> | of kind of gui event in Eric that involves a dialog box or any >>> | significant redrawing. Is anyone having any success running Eric >>> 3.6.2 >>> | on OS-X? >>> | >>> | I suppose I'll go back to Kevin's older build for now, and wait >>> for PyQt >>> | v4, then try to build all this myself. Does anyone know if there >>> is any >>> | Mac interest at Riverbank? I love PyQt, and really would like to >>> see it >>> | advance on OS-X, but I doubt I can contribute much unless I can >>> hook up >>> | with someone quite a bit more knowledgeable than myself. >>> | >>> | tim >>> | >>> | >>> | >>> | ------------------------------------------------------- >>> | SF email is sponsored by - The IT Product Guide >>> | Read honest & candid reviews on hundreds of IT Products from real >>> users. >>> | Discover which products truly live up to the hype. Start reading >>> now. >>> | http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>> | _______________________________________________ >>> | Pyqt-mac-list mailing list >>> | Pyq...@li... >>> | https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list >>> | >>> | >>> -----BEGIN PGP SIGNATURE----- >>> Version: GnuPG v1.2.4 (Darwin) >>> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org >>> >>> iD8DBQFCQ0z6JmdQs+6YVcoRAinQAJ4iJtVJ7p+9ObK2pXVMVIVWnw54pgCcCK2+ >>> /ubYccOJ9tZbRuYX5YCPkNY= >>> =NEpz >>> -----END PGP SIGNATURE----- >>> >>> >>> ------------------------------------------------------- >>> SF email is sponsored by - The IT Product Guide >>> Read honest & candid reviews on hundreds of IT Products from real >>> users. >>> Discover which products truly live up to the hype. Start reading now. >>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>> _______________________________________________ >>> Pyqt-mac-list mailing list >>> Pyq...@li... >>> https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list >>> >> >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real >> users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> _______________________________________________ >> Pyqt-mac-list mailing list >> Pyq...@li... >> https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list >> > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Pyqt-mac-list mailing list > Pyq...@li... > https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list > |