On Oct 9, 2005, at 7:26 PM, [EMAIL PROTECTED] wrote:

import wx
print wx.__version__


     What do you get?



import wx
 print wx.__version__

  File "<stdin>", line 1
    print wx.__version__
    ^
SyntaxError: invalid syntax

Looks like you indented the 'print' statement somehow. Try again without indenting.


-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to