ng PyKDE4 scripts as components in KDE programs)
thanks for your help,
Torsten
--
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
signature.asc
Description: Dies ist ein digital
. Splitting PyQt4
into 40 parts and compiling with -O1 runs through "fast enough".
Please see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30052
In other news, thanks for the tips wrt qreal/float, it now builds fine
on all arches!
best,
Torsten
--
Torsten Marek <[EMAIL PROTECTED]&
disruptive change might be that the *config.py files now all reside in
the -dev packages, so if you need sipconfig.py or pyqtconfig.py in your packages
(PyQwt?), you should update your dependencies.
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Phil Thompson schrieb:
> On Tuesday 24 July 2007 9:54 pm, Torsten Marek wrote:
>> Phil Thompson schrieb:
>>> The next major releases of SIP and PyQt4 will be made this week
>>> (hopefully).
>>>
>>> Is
ages (reflecting the C++ library packages).
best regards,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Usi
it works
> there.
>
> Andreas
>
Hi Andreas,
in the snapshot package, I'm currently manually adding QT_SHARED to the defines,
because I didn't have the time to investigate properly. PRL file handling is
patched anyway (in sip) to prevent unwanted library dependencies.
best
t now, so I have patched configure.py.
Please get the source packages from here:
deb-src http://diotavelli.net/files/deb/ sourc/
You can use them to build the latest sip4 and PyQt4 snapshot yourself.
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP:
ckages and build the debs yourself.
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG w
1.7 and QScintilla2 will follow shortly.
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using Gn
asses for item views etc. I've used them a
bit and found them to be quite complete and usable. Unfortunately, I don't know
Cocoa at all, so I can't help you with that.
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andreas Pakulat schrieb:
> On 09.11.06 21:50:51, Torsten Marek wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Matt Newell schrieb:
>>> On Thursday 09 November 2006 11:48, Andreas Pakulat wrote:
k and
> wxPython use the weird GTK widgets on Linux.
>
>
Hi,
you seem to have a very secret stash of knowledge which you share with nobody
else.
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Key
ike that, no
need to write a C extension yourself. Remember, ctypes is stdlib in 2.5.
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
> print boundarg
>
> You have to keep a separate reference to the BoundCaller object (hence the
> assignment to self), otherwise it gets garbage collected.
Hi,
I still think that connect not taking a reference on the slot is a mistake,
otherwise you could just u
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andreas Pakulat schrieb:
> On 01.11.06 16:59:39, Torsten Marek wrote:
>> in connection with Qt::DecorationRole, an implementation of a model's data
>> method is supposed to return an icon in a QVariant. In C++, I guess this is
gument 2 of QVariant() has an invalid type
What am I to do?
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using
be supported. However, I've still got some minor fixes here which are not
yet incorporated, because I haven't done the final checks for Qt 4.2 yet.
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A
her
people's Python code. Still, class or method names with underscores would look
unbelievable odd to me...
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
w = module.search(classname)
> if w is not None:
> -return self._cpolicy.instantiate(w, *args, **kwargs)
> -else:
> -raise NoSuchWidgetError, cls
> -
> -raise NotImplementedEror, "must be overridden by subcla
supplying a baseclass to
>> uic.loadUi. It also occurs on the load_ui2.py demo program.
>>
>> Any idea?
>>
>> Thanks,
>
Hi,
I'll have a look at bug and patch on the weekend. Should be fixed in one of the
next snapshots.
best,
Torsten
- --
Torsten Marek <[
ion.
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://eni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jim Bublitz schrieb:
> On Sunday 24 September 2006 00:17, Torsten Marek wrote:
>> Jim Bublitz schrieb:
>>> On Saturday 23 September 2006 13:04, Torsten Marek wrote:
>>>> Hi Jim,
>>>>
>>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jim Bublitz schrieb:
> On Saturday 23 September 2006 13:04, Torsten Marek wrote:
>> Hi Jim,
>>
>> one more thing. Is there a way to circumvent the libkonsolepart.so hackery?
>> What you are doing in configure.py works for
'd
be happy to work on a fix if you could give me some pointers.
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comm
> As usual, bug reports, feature suggestions and other comments are solicited
> and encouraged. And thanks again to all those who contributed code,
> suggestions, bug reports, questions and other stuff on this list.
>
Hi Jim,
just one small remark: extensions/dcopext.py needs Python
hould also check out Groovy. It's strongly typed, but requires much
less typing and supports (*gasp*) anonymous functions (at least somebody told
me).
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver:
I drove one of my fellow workers to madness
because I thought about passing HashMap, which is the closest
thing that Java has to a dict. And Java does not have a type-safe tuple (even
C++ now has one in TR1).
best regards,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902
bIcon(0 ,
> QtGui.QIcon(":/actions/Images/actions/ark_adddir.png"))
>self.twOperations.setTabIcon(1 ,
> QtGui.QIcon(":/actions/Images/actions/ark_extract.png"))
>
> Can someone confirm that this is a PyQt4 bug?
>
Hi,
you're right, it's a bug. I'll try to fix it, sho
ed Python code (it is impossible to infer the PyQwt module
> from the header filenames returned by the plugin).
>
Hi Gerard,
could you please send me a UI file that uses some of your widgets? Right now,
I'm trying to create a more general/extensible solution for this problem.
be
yone help me?
>
Hi,
my bad, it's a bug in the PyQt4 Debian package. I'll try to remedy that.
BTW, why do you have to compile it against these numpy packages? If these
versions aren't in Debian currently, your packages can't go in.
best,
Torsten
- --
Torsten Marek <[EMA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andreas Pakulat wrote:
> On 06.07.06 10:37:11, Torsten Marek wrote:
>> Andreas Pakulat wrote:
>>> PyQt4 entered Debian/Sid today and I had to try wether my apps also work
>>> under the "system python" now.
ot;,
> line 198
> @pyqtSignature("on_fileButton_clicked()")
> ^
> SyntaxError: invalid syntax
>
> Andreas
>
Hi,
decorators don't work with Python 2.3, they are a Python 2.4 feature.
Debian won't use Python 2.3 for long, nearly all packages are migrat
shoot its goals on its own:-D
Ah, real life's so sweet!
Apart from that, great work with PyQt4! I'll try to get it into Debian ASAP.
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.
i would be happy if someone could help me.
>
> thanks in advance.
>
Hi,
could you please post the UI file?
Could it be that you try to compile a UI from Qt3? You can convert it using Qt
Designer. Unlike uic, pyuic4 does not support the old versions of the UI file
format.
best,
Torste
Phil Thompson wrote:
> On Friday 26 May 2006 12:24 pm, Torsten Marek wrote:
>> Phil Thompson wrote:
>>> On Wednesday 24 May 2006 10:39 pm, Allen Bierbaum wrote:
>>>> I apologize if this has been discussed here before, I searched the
>>>> mailing lis
are some problems with it right now:
- - it's impossible to use IDs instead of PyObject (unless one keeps a reference
to the int, which is rather clumsy), since everything is a PyObject. Changing
the order of the two createIndex(...) overloads remedies this.
- - internalPointer() sometimes re
n(True). The C++
> code that uic generates uses
> feedTreeView->setProperty("showDropIndicator", QVariant(true));.
>
Hi,
well, Qt is consistent except for the parts where it isn't:)
Thanks for the investigation, patch is included.
best,
Torsten
--
Torsten Marek <
it, PyKDE 3.15.2 only compiles with PyQt 3.16 and sip
4.4.3.
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Usin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andreas Pakulat wrote:
> On 24.04.06 13:47:05, Torsten Marek wrote:
>> Andreas Pakulat wrote:
>>> Hi,
>>>
>>> the latest PyKDE snapshots includes qlist.h in various places, however
>>> this is a "
ss of temporary
>
Hi,
no need to build PyKDE yourself. Packages are already uploaded to
http://diotavelli.net/files/deb, and should appear in Debian/unstable in the
coming weeks.
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 4
sustainable way.
>
Hi,
just as a quick guess, are the versions of sip the same?
As far as system resources are concerned, g++ 4.0 (the C++ compiler I assume you
are using) takes up huge amounts of memory (several hundreds of megabytes) when
compiling anything sip-related (at least on my
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jim Bublitz wrote:
> On Wednesday 12 April 2006 15:29, Torsten Marek wrote:
>> Jim Bublitz wrote:
>>> I'm slowly getting PyKDE ready for release. A snapshot doesn't make sense
>>> at the moment, because there are
e something available in 1 or 2 weeks.
Hi Jim,
currently, I'm preparing sip 4.4 etc. for upload into Debian, and PyKDE is
blocking it. Is there anything I can do to help to speed up things?
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andreas Pakulat wrote:
> On 07.04.06 13:30:01, Torsten Marek wrote:
>> in order to enlarge the test suite for pyuic4, I'm searching for real-world
>> user
>> interfaces. All the bugs discovered so far are covered by the te
he time because I'll have to write a
thesis next term. Maybe we could work together on a speech/presentation?
best,
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNA
user
interface files that contain more than a "Hello World" label that you'd like to
share, please hand them in to make pyuic4 better!
thanks in advance!
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
d code. Other than
> that, everything else seems to be working great!
>
> Thanks for the great work!
> Eric Gach
>
Hi,
This just happens if the dock widget happens to be in a main window, which was
not covered by my test suite.
Here's a patch that should fix the problem, coul
If not,
somethings wrong elsewhere.
greetings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with
.
best regards
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozd
. Is this a bug or a change in
sip/PyQt?
best regards
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment:
gt;pyuic4 doesn't force you to a specific pattern...
>
>
> No, I meant pyuic4's class name generation. It generates a class Ui_FooDialog
> if the form name is FooDialog. I transferred this to the filename generation.
Which is, just to mention it, what uic4 does.
best regar
return elem.text or ""
> logging.debug("EP: Returning: %s" % default)
> return default
>
Hi again,
if I had read the API documentation correctly, this bug would not have entered
the code. The default is only returned if the element is not found. But
I'm
> doing the latter for my uic here until a fix is provided with PyQt4.
>
Hi,
thanks for the report - bugs will be fixed in the next snapshots. I would have
tested my changes, but unfortunately I did not have any test harness, was to
lazy to create some myself and trusted in my prog
f the parameters in the order
> they appear in the function signature?
Yes, that would be possible to, but the decorator approach is more explicit
(remember:
Beautiful is better than ugly.
Explicit is better than implicit.
...;-)
>
> PS: Torsten I found at 2 bugs in current pyuic conce
it until Torsten comments.
>
> Andreas
>
Hi,
please see Phil's mail about that. However, there are several workarounds
possible:
- - name the arguments after the expected C++ types (possibly with a prefix)
- - decorate the function with the signal definition
- - extend the naming
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Giovanni Bajo schrieb:
> Torsten Marek <[EMAIL PROTECTED]> wrote:
>
>
>>>def compileToType(filename):
>>>code_string = cStringIO.StringIO()
>>>widget_info = Compiler.compileUi(file(filename, "r&
f.setupUi(self)
def on_button1_clicked(self):
for s in "This is a demo".split(" "):
self.list.addItem(s)
form = DemoImpl()
form.show()
app.exec_()
## eos
best regards
Torsten
--
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F1
ing code of uic).
In the very beginning (Qt3 version), I automatically generated Python code for
all needed methods, but using __getattribute__ and metaclasses saves a lot of
work - both in typing and maintaining.
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B
object of QSizePolicy,
does not exist.
If all the talking about proxy objects make your head buzz and you ask yourself
why this is necessary, just consider that both UI loader and compiler share most
of the code. Of the ~920 SLOCS, only 325 are special to the compiler and 43 to
the loader.
greeting
at means, maybe a pythonic
> implementation for connectSlotsByName needs to be provided.
>
> Phil can you comment on this, if it's possible to have auto-connection
> at all and if you want to do it? (I can provide a patch for pyuic4 to
> generate that one extra line of code
x27;' or extends is None:
> + extends = 'QObject'
> +
> + header = re.sub('\/', '.', header)
> + header = re.sub('.h', '', header)
> +self.wdb.addCustomWidget(classname, extends, header)
__(self, wizard):
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http:
ssible still. Ideally, the GUI
programs should just be thin layers around your actual code. Not really much of
advice, rather than a rule of thumb.
Anyway, don't give it too much thought aforehand - just don't be afraid of
refactoring afterwards.
greetings
Torsten
- --
Torsten Marek <[EM
Parge.__init__(self, wizard) # (3)
self.wizard = wizard # (4)
best greetings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: Gn
abWidget. For PyQt4, you can "promote" any Qt widget in Designer
to be a custom widget, and pyuic4 supports that already (if you ever should port
your application to Qt4). So if you that your QTabWidget is actually a
HighlightedTabWidget from the module your.p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Douglas Soares de Andrade schrieb:
> Hi,
>
> Em Segunda 12 Dezembro 2005 20:47, Torsten Marek escreveu:
>
>>Douglas Soares de Andrade schrieb:
>>
>>>Hi Torsten !
>>>
>>>
>>>>you ca
- but it was on my todo list. However, I'd like to get pyuic4 out of my
door first and have people using it with some real life examples before I go on
working on the other code.
greetings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7
en. So i
> wanted to know if you have solved that.
>
Hi,
you can't, unless you want to compile Qt4 yourself.
These symbols aren't exported if Qt4 is compiled with -fvisibility.
http://www.trolltech.com/developer/tasktracker.html?method=entry&id=83512
greetings
Torsten
- -
: »sipEnum_QEventLoop_ProcessEventsFlag« wurde in diesem
Gültigkeitsbereich nicht definiert
which is fixed by adding an include of sipQtQEventloop.h to sipQtCorepart2.cpp.
greetings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Key
le I've used.
>
Hi Phil,
the functions QSizePolicy.setHorizontalStretch and
QSizePolicy.setVerticalStretch need an uchar as argument. What is the Python
datatype used for that, or should the functions take ints?
greetings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 --
ing the signal name and any remaining arguments are passed to the
> slot.
Experimental Debian packages of the latest snapshots will be will available at
http://diotavelli.net/files/pyqt-experimental/
soon.
greetings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902
ew UI compiler.
greetings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with
fix should make it's way into Ubuntu as well. For now, it's
sufficient to comment out
QBitArray operator&(const QBitArray &, const QBitArray &);
QBitArray operator|(const QBitArray &, const QBitArray &);
QBitArray operator^(const QBitArray &, const QBitArray &);
ip, so if any errors occur, please check back.
best regards
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG
Error: cannot pass None as argument 0 in this call
>
> does anyone encountered a similar problem? I need to solve this 'cause I need
> to work on my thesis :(
>
Hi,
this is due to an incompatibility between eric 3.7.1 and PyQt 3.15. These
problems are fixed in 3.7.2.
greeting
e following is a consequence of the additional support...
>
> s = "Py"
> # s is of type str
> s += QString("Qt")
> # s is now of type QString
>
I second the removal of QString in favour of Python strings. Not having to care
about whether your strings are of
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jon schrieb:
> On Thu, Sep 29, 2005 at 07:12:34PM +0200, Torsten Marek wrote:
>
>
>>I've built python-kde3 3.11.3-4 for etch. Please get the packages from
>>http://diotavelli.net/files/pykde-debian-etch
>
>
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Torsten Marek schrieb:
I should stop writing mails if I continue to mistype all the urls I post.
It's
http://diotavelli.net/files/pykde-debian-etch
which you maybe already figured out for yourself.
greetings
Torsten
- --
Torsten Marek &l
yKDE is rather old, so if you encounter any
bugs, consider the mailing list archives or the changelog of a newer PyKDE
snapshot before reporting a duplicate resp. already fixed bug.
== end==
I hope the package works for you, please notify me!
greetings & happy hacking
Torsten
- --
Torsten M
ince the ABI transition
is way from complete. And there's quite a stack of packages, it needs libqt3-mt,
and kdelibs4c2 (from KDE 3.4.x) in etch first.
greetings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyser
he debian-control-file for this to work.
>
> Andreas
>
Hi,
There's transitioned PyKDE packages (for 2.3 and 2.4) at
http://diotavelli.net/files/deb/binary
and they are "somewhat" official.
greetings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gudjon I. Gudjonsson schrieb:
> Hi Torsten
>I am quite interested in your debs but I cannot find anything on your
> homepage?
>
> Sincerely
> Gudjon
>
> Þann Þriðjudagur 20. september 2005 12:55 skrifaði Torste
ng on on your side.
>
> Cannot reproduce it here under SuSE 9.3 with Python 2.4, Qt 3.3.4, sip
> 4.1.1 and PyQt 3.13.
>
> Let us know the versions of your distribution, Python, Qt, sip and PyQt
> and who made them for a start..
>
Hi,
I see some increased memory usage while run
etings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFDL+q9fM
s?
>
> Cheers, Marco
Hi Marco,
as it says, it's an internal compiler error, so it's not likely that anybody
here can help. Are there new gcc packages from SuSE available, maybe ones that
don't have pre- in the version number?
greetings
Torsten
- --
Torsten Marek <[EMAIL
eric3.html
>
Hi Detlev,
are there any important changes between 3.7.2-rc2 and 3.7.2?
best
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1
dex out of range
and eric will refuse to start up.
If a boolean (or 1) is added, everything works as expected. The lines then read
likes this:
"TaskViewer" : [0,500,400,125, True],
"TemplateViewer" : [405,500,200,200, True],
Apart from that, my shal
ial) system for eric3 version 3.8.
> Currently the list looks as follows.
>
> 1) git
> 2) monotone
> 3) darcs
> 4) GNU-arch (ala tla)
>
Hi Detlev,
what about bazaar-ng? It's written in Python as well (from the integration
viewpoint), although I don't know about API stab
es an instance, not
a class. One Problem is, that you cannot override event handlers in it, but only
use signals and slots.
greetings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver
nd creating interfaces from the UI files.
I've posted the code to the list some time ago (in April I guess), but I guess
there are no projects using it. However, Phil has said that pyuic should be
ported to Python for PyQt4. Does that still hold? Using that code, you get the
other mode for free
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Diez B. Roggisch schrieb:
> Torsten Marek wrote:
>
>> Hi all,
>>
>> I convinced my girlfriend that making a logo for the PyQt wiki is good
>> use for
>> her creativity; and here is the result. Anybody doesn'
Hi all,
I convinced my girlfriend that making a logo for the PyQt wiki is good use for
her creativity; and here is the result. Anybody doesn't like it? Otherwise I'll
set it up as the logo tomorrow.
greetings
Torsten
--
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 190
> packages, only what is shipped with QT and pyqt.
>
> Thanks again for any help.
Hi,
you might want to have a look at
http://www.diotavelli.net/PyQtWiki/DragAndDropWithPytQt
and adapt it to your needs.
greetings
Torsten
--
Torsten Marek <[EMAIL PROT
/roadmap.php
It says that a GPL version for Windows will be created.
greetings
Torsten
--
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
___
PyKDE mailing lis
he gcc changes as well (don't have a version > 3.3
> installed, so will need testers). There are other fixes needed that I'll get
> to in this iteration I hope.
>
> I'm not sure how eric3 detects PyKDE, or if there's a switch to force it to
> ignore it.
>
Y
wrong signature.
Maybe you might want to have a look at one of the tutorials listed in the wiki,
and also the tutorial of Qt Designer.
greetings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Just by the way: Debian packages are at
http://diotavelli.net/files/deb/binary
and they will make their way into unstable somewhere in the next weeks.
greetings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DF
; exactly that reference (not a *similar* one):
>
>
>>>>k = QString("bla")
>>>>mydict = {k:"foobar"}
>>>>mydict[k]
>
> 'foobar'
One could think about changing the QString implementation of __hash__ to use the
strings
package with pregenerated API files, please
test this package as well.
greetings
Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
C
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
M. Danu F. Kusmana schrieb:
> Hi guys Im new. How to set things up so eric can use all the bin files
> from python24/bin directory?
>
> thanx
Hi Danu,
google about setting the PATH enviromnent variable on Windows.
greetings
Torsten
1 - 100 of 206 matches
Mail list logo