Re: [PyKDE] Using KParts

2004-12-21 Thread Patrick Stinson
This worked quite well. Thanks again, troy. I hope that my discovery of the segmentation faults that occur on some calls to KLibLoader.library('katepart') can help you guys, at least. On Sunday 12 December 2004 04:38 pm, Troy Melhase wrote: > On Thursday 09 December 2004 10:26 pm, Patrick Stinso

Re: [PyKDE] Using KParts

2004-12-14 Thread Patrick Stinson
> On Thursday 09 December 2004 10:26 pm, Patrick Stinson wrote: > > kparts.createReadWritePart('kwritepart') # can't remember the exact > > syntax > > This has worked for me in the past: > > from kio import KTrader > from kparts import createReadOnlyPart, createReadWritePart > > def buildPart(paren

Re: [PyKDE] Using KParts

2004-12-13 Thread Jim Bublitz
On Sunday 12 December 2004 17:38, Troy Melhase wrote: > On Thursday 09 December 2004 10:26 pm, Patrick Stinson wrote: > > kparts.createReadWritePart('kwritepart') # can't remember the exact > > syntax > > This has worked for me in the past: > > from kio import KTrader > from kparts import createRea

Re: [PyKDE] Using KParts

2004-12-12 Thread Troy Melhase
On Thursday 09 December 2004 10:26 pm, Patrick Stinson wrote: > kparts.createReadWritePart('kwritepart') # can't remember the exact syntax This has worked for me in the past: from kio import KTrader from kparts import createReadOnlyPart, createReadWritePart def buildPart(parent, query, contrain

Re: [PyKDE] Using KParts

2004-12-12 Thread Jim Bublitz
On Thursday 09 December 2004 23:26, Patrick Stinson wrote: > I am writing a small application to organize 3D-animated povray widgets > into python packages for PyQT. (check out the results: > http://pksampler.sf.net/) want to embed a kwrite editor window into the app > in order to use its terrific

Re: [PyKDE] Using KParts

2004-12-12 Thread Eli Yukelzon
I second this question. I have exactly the same problem - I wanted to use KWrite part (or any KTextEditor part) , and had absolutely no luck. Anyone can provide a small example? Thanks in advace, Eli On Thu, 9 Dec 2004 22:26:49 -0900 (AKST), Patrick Stinson <[EMAIL PROTECTED]> wrote: > I am wr

[PyKDE] Using KParts

2004-12-10 Thread Patrick Stinson
I am writing a small application to organize 3D-animated povray widgets into python packages for PyQT. (check out the results: http://pksampler.sf.net/) want to embed a kwrite editor window into the app in order to use its terrific povray syntax support, but I'm getting a segfault on kparts.cr