[PyKDE] PyQwt5

Gudjon I. Gudjonsson gudjon at mc2.chalmers.se
Sat Jul 8 16:01:53 BST 2006


Hi
   I have been trying to make Debian packages of PyQwt and I think I have 
succeeded with version 4.2.1. If anyone is interested please try it out and 
send comments (and even sponsor an upload:) The package files are at
http://mve035.mc2.chalmers.se/~gudjon/debian/pyqwt4/
I did compile it against numpy packages that can be found at
http://deb-scipy.alioth.debian.org/apt/

Hope I am sending it to the right mailing list but the main reason writing 
this is the following
When I do
python2.3 configure.py -4 -Q ../qwt-cvs
in PyQwt5 I get the following lines in configure/iqt5qt4/Makefile.

install: $(TARGET)
        @test -d $(DESTDIR)/usr/lib/python2.4/site-packages/PyQt4/Qwt5 || 
mkdir -p $(DESTDIR)/usr/lib/python2.4/site-packages/PyQt4/Qwt5
        cp -f $(TARGET) 
$(DESTDIR)/usr/lib/python2.4/site-packages/PyQt4/Qwt5/$(TARGET)
        strip $(DESTDIR)/usr/lib/python2.4/site-packages/PyQt4/Qwt5/$(TARGET)

and I cannot understand how that python2.4 got in there. It should be 
python2.3. Can anyone help me?

/Gudjon




More information about the PyQt mailing list