damn, it was a (insert very offensive phrase here) typo! see the
posted code again...
On Mon, Oct 08, 2007 at 05:21:13PM -0700, Jim Bublitz wrote:
> because (from the KDE API docs):
Yes, I knew that, that's why I searched for the alternative and
found KIO.NetAccess.mimetype.
> So PyKDE
On Monday 08 October 2007 16:16, Marcos Dione wrote:
Running this:
from kdecore import *
from kio import *
from kparts import *
import sys
KCmdLineArgs.init (sys.argv, sys.argv[0], "testmime", "", "")
args= KCmdLineArgs.parsedArgs ()
app= KApplication ()
#app.exec_loop ()
for u in ('http://api.
On Mon, Oct 08, 2007 at 09:38:21AM -0700, Jim Bublitz wrote:
> I'm using KIO.NetAccess.mimeType in a PyKDE4 application and it works fine
> there - there could be some difference to the PyKDE 3 version. It would help
> if you'd provide a short example program that exhibits the problem so I can
>
On 10/8/07, Phil Thompson <[EMAIL PROTECTED]> wrote:
>
> On Monday 08 October 2007, Arve Knudsen wrote:
> > What's the meaning of the stdset attribute? It turns out that for the
> > properties of my own custom widget Designer does not specify the stdset
> > attribute (not quite sure why), and if st
On Monday 08 October 2007 07:41, Marcos Dione wrote:
> hi all. I've been playing with kparts a little and now I hit a wall.
> I try to load the proper part for a given url. the code I have looks
> like this:
>
>
> mime= KMimeType.findByURL(url, 0, False, False)
> mimeType= mime.name ()
> # this
hi all. I've been playing with kparts a little and now I hit a wall.
I try to load the proper part for a given url. the code I have looks
like this:
mime= KMimeType.findByURL(url, 0, False, False)
mimeType= mime.name ()
# this trick I saw in
#
http://lxr.kde.org/source/KDE/kdegraphics/kuic
hi,
i'm new in xml and PyQt, i know a little QT
better use xml python package, or pyqt xml dom parser ???
i think is depend on my production
which element can determine my choise ?
thx for your help
i need just global information, for precise my google research
Kermit
__
On Monday 08 October 2007, Arve Knudsen wrote:
> What's the meaning of the stdset attribute? It turns out that for the
> properties of my own custom widget Designer does not specify the stdset
> attribute (not quite sure why), and if stdset is missing or equals "1"
> pyuic reverts to the old behavi
What's the meaning of the stdset attribute? It turns out that for the
properties of my own custom widget Designer does not specify the stdset
attribute (not quite sure why), and if stdset is missing or equals "1" pyuic
reverts to the old behaviour of guessing the setter method's name (rather
than u
Jeremy Sanders wrote:
Ulrich Berning wrote:
INSTALL=/usr/local/bin/install \
LINKCC="/opt/SUNWspro/bin/CC -mt" \
CC="/opt/SUNWspro/bin/cc -mt" \
CXX="/opt/SUNWspro/bin/CC -mt" \
./configure \
--prefix=/usr/local \
--with-cxx-main="/opt/SUNWspro/bin/CC -mt" \
--with-threads \
--enable-shared
Ulrich Berning wrote:
> INSTALL=/usr/local/bin/install \
> LINKCC="/opt/SUNWspro/bin/CC -mt" \
> CC="/opt/SUNWspro/bin/cc -mt" \
> CXX="/opt/SUNWspro/bin/CC -mt" \
> ./configure \
> --prefix=/usr/local \
> --with-cxx-main="/opt/SUNWspro/bin/CC -mt" \
> --with-threads \
> --enable-shared
Thanks -
On Monday 08 October 2007, Nahuel Defossé wrote:
> Hi!
> I'm writing a small front end for my azureus using dopal (Swing ui is not
> for me).
> The thing is, I need to perform some background tasks so I need to use
> threads. But, I have native python threads and also Qt threads. Seems like
> I sho
12 matches
Mail list logo