Hi there,
         just wonder what is the difference between console opened through 
windows 7 cmd  (console1) and the one opened under using spyder (console2).
        I use following code :
          
         from PyQt4 import QtCore
          QtCore.QString('hello')
         
      works  in  console1 while not in console2: 

    the prompt in console2:
   >>> from PyQt4 import QtCore
>>> QtCore.QString('hello')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'QString'

     Any1 possibly have the solution?
     cheers

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to