Re: py2exe, PyQT, QtWebKit and jpeg problem

2008-07-08 Thread Carbonimax
On Jun 29, 4:14 pm, [EMAIL PROTECTED] wrote: > On 6月20日, 下午11时04分, Carbonimax <[EMAIL PROTECTED]> wrote: > > > hello > > > I have a problem with py2exe and QtWebKit : > > I make a program with a QtWebKit view. > > If I launch the .py directly, all images (jpg, png) are displayed but > > if I compil

Re: py2exe, PyQT, QtWebKit and jpeg problem

2008-07-08 Thread Carbonimax
On Jun 29, 4:14 pm, [EMAIL PROTECTED] wrote: > On 6月20日, 下午11时04分, Carbonimax <[EMAIL PROTECTED]> wrote: > > > hello > > > I have a problem with py2exe and QtWebKit : > > I make a program with a QtWebKit view. > > If I launch the .py directly, all images (jpg, png) are displayed but > > if I compil

Re: py2exe, PyQT, QtWebKit and jpeg problem

2008-06-29 Thread yang . zengguang
On 6月20日, 下午11时04分, Carbonimax <[EMAIL PROTECTED]> wrote: > hello > > I have a problem with py2exe and QtWebKit : > I make a program with a QtWebKit view. > If I launch the .py directly, all images (jpg, png) are displayed but > if I compile it with py2exe I have only png images. No jpg ! > No erro

Re: py2exe, PyQT, QtWebKit and jpeg problem

2008-06-23 Thread David Boddie
On Monday 23 June 2008 15:02, Carbonimax wrote: > If I copy the dll in the dist directory, and I use QPluginLoader() and > load(), > it does work in the .py but it doesn't in .exe made with py2exe > > my code : > dll = QPluginLoader(path_to_dll) > res = dll.load() > > res == true in the .py > re

Re: py2exe, PyQT, QtWebKit and jpeg problem

2008-06-23 Thread Carbonimax
On Jun 21, 12:21 am, David Boddie <[EMAIL PROTECTED]> wrote: > On Friday 20 June 2008 17:24, Phil Thompson wrote: > > > On Fri, 20 Jun 2008 08:04:57 -0700 (PDT), Carbonimax > > <[EMAIL PROTECTED]> wrote: > >> I have a problem with py2exe and QtWebKit : > >> I make a program with a QtWebKit view. >

Re: py2exe, PyQT, QtWebKit and jpeg problem

2008-06-23 Thread Carbonimax
On Jun 21, 12:21 am, David Boddie <[EMAIL PROTECTED]> wrote: > On Friday 20 June 2008 17:24, Phil Thompson wrote: > > > On Fri, 20 Jun 2008 08:04:57 -0700 (PDT),Carbonimax > > <[EMAIL PROTECTED]> wrote: > >> I have a problem with py2exe and QtWebKit : > >> I make a program with a QtWebKit view. > >

Re: py2exe, PyQT, QtWebKit and jpeg problem

2008-06-20 Thread David Boddie
On Friday 20 June 2008 17:24, Phil Thompson wrote: > On Fri, 20 Jun 2008 08:04:57 -0700 (PDT), Carbonimax > <[EMAIL PROTECTED]> wrote: >> I have a problem with py2exe and QtWebKit : >> I make a program with a QtWebKit view. >> If I launch the .py directly, all images (jpg, png) are displayed but

Re: py2exe, PyQT, QtWebKit and jpeg problem

2008-06-20 Thread Phil Thompson
On Fri, 20 Jun 2008 08:04:57 -0700 (PDT), Carbonimax <[EMAIL PROTECTED]> wrote: > hello > > I have a problem with py2exe and QtWebKit : > I make a program with a QtWebKit view. > If I launch the .py directly, all images (jpg, png) are displayed but > if I compile it with py2exe I have only png ima

py2exe, PyQT, QtWebKit and jpeg problem

2008-06-20 Thread Carbonimax
hello I have a problem with py2exe and QtWebKit : I make a program with a QtWebKit view. If I launch the .py directly, all images (jpg, png) are displayed but if I compile it with py2exe I have only png images. No jpg ! No error message, nothing. Have you a solution ? Thank you. -- http://mail.py