[PyQt] does the dip package provide version information?

2012-07-25 Thread Darren Dale
Is there a way to check dip's version information after importing? Something like: import dip print(dip.__version__) Thanks, Darren ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] does the dip package provide version information?

2012-07-25 Thread Phil Thompson
On Wed, 25 Jul 2012 09:09:49 -0400, Darren Dale dsdal...@gmail.com wrote: Is there a way to check dip's version information after importing? Something like: import dip print(dip.__version__) No, but I'll add it. Phil ___ PyQt mailing list