PyKDE Extensions

 

by Simon Edwards < simon@simonzone.com >

News

19 September, 2005 - Version 0.4.0 is now available for public testing. This release adds and integrates David Boddie's kio-slave work. - SBE

6 August, 2005 - Version 0.3.1 is now available for public testing. This release contains a number of important fixes reguarding installation and kcontrol modules. - SBE

23 June, 2005 - Version 0.3.0 is now available for public testing. This release contains mostly fixes, but it should also work out-of-the-box for people who have Python and KDE installed under different directory prefixes. - SBE

9 June, 2005 - Version 0.2.0 is now available for public testing. This release includes a bunch of bug fixes and support for creating KControl modules in Python. - SBE

15 May, 2005 - Version 0.1.0 is now available for public testing. - SBE

Introduction

PyKDE Extensions is a collection of software and Python packages to support the creation and installation of KDE applications.

Read the manual for more information.

Download

Tar ball

0.4.0: pykdeextensions-0.4.0.tar.gz ~117Kb

MD5 Sums:

5249c7288c1b2bed44a2d91111d3313a  pykdeextensions-0.4.0.tar.gz

Change Log

* Monday September 19th 2005 Simon Edwards <simon@simonzone.com>
- 0.4 release. Development version.
- KIO-slave support added/integrated from David Boddie's work.

* Saturday August 6th 2005 Simon Edwards <simon@simonzone.com>
- 0.3.1 release. Development version.
- Fixed bug for broken application links in the bin directory.
- Fixed bug for kcontrol modules not being able to find the application's
  installation directory.
- Fixed another bug/incompatibility in the kcontrol module support that
  broke embedding on SIP 4.2+.

* Wednesday June 21st 2005 Simon Edwards <simon@simonzone.com>
- 0.3 release. Development version.
- 64bit awareness when building libraries added.
- Files for installation in the program's KDE application data directory
  are now specified with the 'application_data' parameter for setup().
- kde-prefix option added to setup.py scripts.

* Thursday June 9th 2005 Simon Edwards <simon@simonzone.com>
- 0.2 release. Development version.
- Now includes libpythonize (needed for Kcontrol modules)
- Support for building and install kcontrol modules.

* Saturday May 14th 2005 Simon Edwards <simon@simonzone.com>
- 0.1 release. Development version