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
> 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
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
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
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
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
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