On Thursday 29 April 2004 6:54 am, Jim Bublitz wrote:
> In PyKDE-3.11alpha7 there is one bug that will prevent compiling
> on sip 3.10.1.
>
> In kdecore/kmacroexpander.sip, change line 218:
>
> 218:sipConvertTo_QString (key, (void **)&sKey, &iserr);
>
> to:
>
> #if SIP_VERSION >= 0x04
>
In PyKDE-3.11alpha7 there is one bug that will prevent compiling
on sip 3.10.1.
In kdecore/kmacroexpander.sip, change line 218:
218:sipConvertTo_QString (key, (void **)&sKey, &iserr);
to:
#if SIP_VERSION >= 0x04
sipConvertTo_QString (key, (void **)&sKey, &iserr);
#else
On Wednesday 28 April 2004 7:10 pm, Welch, Donald J wrote:
> I am having two issues with PyQt 3.8.1 and QT Designer 3.3.0:
>
> 1. Versioning problem in .ui files:
>
> QT designer is writing its version in the .ui files as '3.3.0'. PyQt
> will not accept this as a valid verion unless I remove the tr
On Wednesday 28 April 2004 14:10, Welch, Donald J wrote:
> image0_data = \
> "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
> "\x49\x48\x44\x52\x00\x00\x00\x61\x00\x00\x00\x60" \
> "\x08\x06\x00\x00\x00\x0d\x5a\x1c\x06\x00\x00\x08" \
> "\x98\x49\x44\x41\x54\x78\x9c\xed\x5d\x69
I am having two issues with PyQt 3.8.1 and QT Designer 3.3.0:
1. Versioning problem in .ui files:
QT designer is writing its version in the .ui files as '3.3.0'. PyQt
will not accept this as a valid verion unless I remove the trailing
zero, making it '3.3'. The error message is: 'pyuic: File gene
I'd like to announce the thirteenth development release of PythonCAD,
a CAD package for open-source software users. As the name implies,
PythonCAD is written entirely in Python. The goal of this project is
to create a fully scriptable drafting program that will match and eventually
exceed features
Hello,
I am using OS X 10.3.3 and am having trouble getting PyQT working. I
am using fink python and fink qt 3.2.3
Python 2.3.3 (#1, Apr 21 2004, 13:28:02)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
sip
On Wed Apr 28 18:26:01 2004, Jonathan Gardner wrote:
> What wiki is good for Zope? I couldn't seem to find any...
Shame on you, Jonathan! Use the power of the existing PythonInfo Wiki:
http://www.python.org/cgi-bin/moinmoin/PythonWikiEngines
(-;C
David
On Wednesday 28 April 2004 04:08 am, Joachim Werner wrote:
> Hi!
>
> 1+ for the idea of a PyQt (and friends) Wiki.
>
> I might be a bit biased, having 5 years of Zope background, but I'd
> prefer a Zope system to MoinMoin. There is a very usable Wiki for Zope,
> and you'll not be limited to Wikis,
I heard Phil Thompson said:
> You must take the same steps as you would if developing an
> application for external users. If your users have access to the Qt
> API then they will be considered developers and each will need a
> license. If not, then you only need one for the person "developing"
>
On Tuesday 27 April 2004 16:54, Joachim Werner wrote:
> Hi!
>
> Boudewijn Rempt schrieb:
> > I just noticed that LPhoto is written in Python with PyQt -- so I presume
> > ditto for LSongs.
>
> Yes, there is a hint in the LPhoto code (kdeemul.py) that they are both
> using some shared code. But curr
Hi!
1+ for the idea of a PyQt (and friends) Wiki.
I might be a bit biased, having 5 years of Zope background, but I'd
prefer a Zope system to MoinMoin. There is a very usable Wiki for Zope,
and you'll not be limited to Wikis, but can also add a lot of other
useful stuff, like mailing lists, a ne
On Mon, Apr 26, 2004 at 03:17:48PM +0200, Kilian CAVALOTTI wrote:
> Hello,
>
> I'm looking for eric3 debian packages. I've read Ricardo Cárdenes page,
> which lets think that we could find eric3 debs on his people.debian.org
> repository, but I could only find python-kde3 debs. Did I miss someth
PyKDE-3.11alpha7 is now available for download at the usual place. This
version supports SIP v4.
Phil
___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
14 matches
Mail list logo