Ok, Cool As simple as that. Thx a lot Jon.
2013/12/30 Jon Swindells <[email protected]> > If it's working, it's working :) > > if PyQt imports you are good to go (and it does so you are) > > try: > import PyQt4 > except ImportError, e: > print e > > > -- > Jon Swindells > [email protected] > > > > On Mon, Dec 30, 2013, at 09:32 PM, Emilio Hernandez wrote: > > Hello > > After a lot of installing and grabbing I think everything I need, I > finally managed to instal PyQT and it seems is running as I have Eric's > rename tool and it is no longer warning PyQT is not installed. > > I am new to this PyQT thing so how I can actually be sure it is working > ok, besides the warning not showing anymore? > > I feel like an old dog trying to learn new tricks here. > > > Thanks > > > >

