Re: [PyQt] Specifying Include Directories for PyQt Build

2012-10-20 Thread Scott Kitterman
On Saturday, October 20, 2012 10:42:07 PM Scott Kitterman wrote: > On Saturday, October 20, 2012 08:44:25 PM Scott Kitterman wrote: > > Starting with python3.3, python will support multiarch [1] in Debian and > > Ubuntu. As part of this change, the path for some of the Python header > > files has

Re: [PyQt] Specifying Include Directories for PyQt Build

2012-10-20 Thread Scott Kitterman
On Saturday, October 20, 2012 08:44:25 PM Scott Kitterman wrote: > Starting with python3.3, python will support multiarch [1] in Debian and > Ubuntu. As part of this change, the path for some of the Python header > files has changed, so I need to specify multiple include directories. > Here's an

[PyQt] Specifying Include Directories for PyQt Build

2012-10-20 Thread Scott Kitterman
Starting with python3.3, python will support multiarch [1] in Debian and Ubuntu. As part of this change, the path for some of the Python header files has changed, so I need to specify multiple include directories. Here's an example using pkg-config so show the difference between python3.2 and

Re: [PyQt] problem running pyqt on xubuntu

2012-10-20 Thread Baz Walter
On 20/10/12 08:11, Mark Summerfield wrote: Hi, I have built local versions of Qt 4.8.3, Python, SIP, and PyQt on an Xubuntu machine which has Qt 4.8.1 as its system Qt: $ cd qt483src $ ./configure -prefix ~/opt/qt483 $ make && make install $ cd py33src $ ./configure --prefix ~/opt/py33 $ make

Re: [PyQt] Exporting an image to a PDF

2012-10-20 Thread Vincent Vande Vyvre
Le 20/10/12 18:21, Ajay Garg a écrit : > > > On Sat, Oct 20, 2012 at 8:43 PM, Vincent Vande Vyvre > mailto:vincent.vandevy...@swing.be>> wrote: > > Le 20/10/12 15:59, Ajay Garg a écrit : > > Hi all. > > > > I have been looking for ways to get things exported to PDF; I > must say

Re: [PyQt] Exporting an image to a PDF

2012-10-20 Thread Ajay Garg
On Sat, Oct 20, 2012 at 8:43 PM, Vincent Vande Vyvre < vincent.vandevy...@swing.be> wrote: > Le 20/10/12 15:59, Ajay Garg a écrit : > > Hi all. > > > > I have been looking for ways to get things exported to PDF; I must say > > that I am pleasantly surprised by the ease of exporting a > > text-docu

Re: [PyQt] Exporting an image to a PDF

2012-10-20 Thread Vincent Vande Vyvre
Le 20/10/12 15:59, Ajay Garg a écrit : > Hi all. > > I have been looking for ways to get things exported to PDF; I must say > that I am pleasantly surprised by the ease of exporting a > text-document to a PDF :) > > Googling also says that exporting an image to pdf is "easier" than > exporting a te

[PyQt] Exporting an image to a PDF

2012-10-20 Thread Ajay Garg
Hi all. I have been looking for ways to get things exported to PDF; I must say that I am pleasantly surprised by the ease of exporting a text-document to a PDF :) Googling also says that exporting an image to pdf is "easier" than exporting a text-documnt in PyQt; unfortunately for me, I have not

Re: [PyQt] problem running pyqt on xubuntu

2012-10-20 Thread Detlev Offenbach
Hello, I am doing it for eric development using separate Qt installation directories, Python virtual environments and start scripts setting the path to the Qt tools explicitly. Works perfectly for me. Just make sure to set the path explicitly when building PyQt4 and QScintilla stuff. Detlev

Re: [PyQt] problem running pyqt on xubuntu

2012-10-20 Thread Mark Summerfield
On Sat, 20 Oct 2012 03:21:51 -0400 Scott Kitterman wrote: > On Saturday, October 20, 2012 08:11:29 AM Mark Summerfield wrote: > > I have built local versions of Qt 4.8.3, Python, SIP, and PyQt on an > > Xubuntu machine which has Qt 4.8.1 as its system Qt: > > ... > > > So clearly, despite trying

Re: [PyQt] problem running pyqt on xubuntu

2012-10-20 Thread Scott Kitterman
On Saturday, October 20, 2012 08:11:29 AM Mark Summerfield wrote: > I have built local versions of Qt 4.8.3, Python, SIP, and PyQt on an > Xubuntu machine which has Qt 4.8.1 as its system Qt: ... > So clearly, despite trying to build using my local Qt, PyQt seems to be > looking at the system Qt.

[PyQt] problem running pyqt on xubuntu

2012-10-20 Thread Mark Summerfield
Hi, I have built local versions of Qt 4.8.3, Python, SIP, and PyQt on an Xubuntu machine which has Qt 4.8.1 as its system Qt: $ cd qt483src $ ./configure -prefix ~/opt/qt483 $ make && make install $ cd py33src $ ./configure --prefix ~/opt/py33 $ make && make install $ cd sip414src $ ~/opt/py33/