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
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