Re: [PyQt] regarding report generation

2013-06-15 Thread David Boddie
On Thu, 13 Jun 2013 17:05:53 +0530, mohit sarla wrote: > I have written code for generate report(.pdf) in PyQt4 in linux > plateform, report is generated. But the same code is not working on > windows, what is the problem and what is the solution for that?? please > reply You need to

Re: [PyQt] regarding report generation

2013-06-15 Thread šãñ
use windows compatible Python API... On Thu, Jun 13, 2013 at 5:05 PM, mohit sarla wrote: > Hi, > I have written code for generate report(.pdf) in PyQt4 in linux > plateform, report is generated. But the same code is not working on > windows, what is the problem and what is the solution for