Re: [PyQt] Sip problem with module import

2011-02-14 Thread Phil Thompson
On Mon, 14 Feb 2011 14:35:42 +0100, Sébastien Petitdemange wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi All, > > I'm trying to port to Windows platform some sip module we previously > used with Linux. > There is two modules one depend of the other: > - module A and >

[PyQt] How to convert days to year,month & days

2011-02-14 Thread alhad deshpande
i have a date of joining of an employee and i want to know till current date how many MONTHS he/she has worked in the company.. Can someone plz guide me how can i convert days to MONTHS for above requirement.. Thanx ad3d ___ PyQt mailing listPyQt@ri

[PyQt] Sip problem with module import

2011-02-14 Thread Sébastien Petitdemange
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I'm trying to port to Windows platform some sip module we previously used with Linux. There is two modules one depend of the other: - module A and - module B import module A. My problem is that when I import those two module,