Re: [PyKDE] Eric3, Panther and focus problems

2004-05-08 Thread Willard Myers
On 07 May 2004, at 13:28, Phil Thompson wrote:

Use pythonw to run eric3 and it will work. Is there an identifying 
string
for Mac OSX I could use in the instally script to generate the correct
commandline in the batch script?
sys.platform == "darwin"

I think.

Phil
Yes, that works.

  Bill

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] Crash dump on the Mac OS X save issue

2004-04-05 Thread Willard Myers
Interesting that the top six items on the stack trace are the same as 
for my crash.

  Bill

On 05 Apr 2004, at 19:59, Patrick Narkinsky wrote:

I was able to get a crash dump on this issue.  So far as I can tell (I 
can't really) it looks to be an issue in QScintilla.  Thoughts?

Thanks again,

Patrick

Date/Time:  2004-04-05 19:56:34 -0400
OS Version: 10.3.3 (Build 7F44)
Report Version: 2
Command: python
Path:/usr/bin/python
Version: ??? (???)
PID: 11999
Thread:  0
Exception:  EXC_BAD_ACCESS (0x0001)
Codes:  KERN_INVALID_ADDRESS (0x0001) at 0x
Thread 0 Crashed:
0   com.apple.QD	0x98c655b8 SetPortPat + 0x178
1   libqt-mt.3.dylib	0xb248d3dc 0xb200 + 0x48d3dc
2   libqt-mt.3.dylib	0xb201d350 QPainter::end() + 0xd4
3   libqt-mt.3.dylib	0xb208d6dc QPainter::~QPainter 
[unified]() + 0x24
4   libqscintilla.3.dylib   	0x005e2e24 SurfaceImpl::Release() + 
0x38
5   libqscintilla.3.dylib   	0x005efca4 Editor::DropGraphics() + 
0x3c
[snip]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] eric3 on Mac OS X (saving)

2004-04-05 Thread Willard Myers
On 04 Apr 2004, at 22:57, Patrick Narkinsky wrote:

Is anyone running eric-3.4.1 on mac OS X successfully?  Earlier  
versions?

I'm having a fully reproducible bug in which, whenever I save, eric  
crashes.  I'm having some difficulty debugging it (since it's such a  
weird conglomeration of components, OSX forces me to run it within an  
application bundle, and I don't know debugging tools on OSX all that  
well anyway.)  Any suggestions or ideas would be appreciated.
I can save without crashing, but I have a reproducible EXC_BAD_ACCESS  
when I do something that causes a non-empty editor window to resize.

Mac OS X 10.3.3
Stock Python (2.3)
Qt 3.3.1
PyQt snapshot-20040330
QScintilla snapshot-20040328
Eric 3.4.1
I've edited /usr/local/bin/eric3 to invoke with pythonw instead of  
python. Console shows me the same stack trace  
(~/Library/Logs/CrashReporter/python.crash.log) every time. Here is the  
top part of that trace:

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:  KERN_INVALID_ADDRESS (0x0001) at 0x
Thread 0 Crashed:
0   com.apple.QD	0x9156d514 SetPortPat + 0xd4
1   libqt-mt.3.dylib	0xb25b29f0 0xb200 + 0x5b29f0
2   libqt-mt.3.dylib	0xb25b0478 0xb200 + 0x5b0478
3   libqt-mt.3.dylib	0xb20225b0 QPainter::end() + 0x148  
(qpainter_mac.cpp:541)
4   libqt-mt.3.dylib	0xb20b22dc QPainter::~QPainter  
[unified]() + 0x38 (qpainter.cpp:555)
5   libqt-mt.3.dylib	0xb20b2290 QPainter::~QPainter  
[in-charge]() + 0x24 (qpainter.cpp:565)
6   libqscintilla.3.dylib   	0x005f9e88 SurfaceImpl::Release() +  
0x38
7   libqscintilla.3.dylib   	0x00607104 Editor::DropGraphics() +  
0x3c
8   libqscintilla.3.dylib   	0x0060e5ac Editor::ChangeSize() + 0x18

  Bill

 

Stellar Science Ltd. Co.   Stellar Scientific Software  
Solutions
[EMAIL PROTECTED]www.stellarscience.com   
1-603-569-0266

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: SIP v4.0pre1 Released

2003-10-17 Thread Willard Myers
On Oct 17, 2003, at 19:28, Rune Hansen wrote:

The canvas window pops up. It's in the background and does not seem to 
receive events. But hey, it works :-)
Run them with pythonw, rather than python. The former has some glue 
that is needed to get window events into PyQt.

Bill

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: SIP v4.0pre1 Released

2003-10-17 Thread Willard Myers
On Oct 17, 2003, at 16:49, Rune Hansen wrote:

$PYTHON/site-packages has these qt files:
qt.dylib
qtgl.dylib
qtsql.dylib
qtui.dylib
qtcanvas.dylib
qtnetwork.dylib
qttable.dylib
qtxml.dylib
...and nothing else...
Can't help but think I've made an errorsome where :-)
That's most of the way there, you are missing qt.py, etc. Did you run 
the install step?

I'll take a run at building things later this weekend.

  Bill

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde