I have a variable names actions in a module named qt_actions.py

Well this is what I get:
>>> import qt_actions
>>> qt_actions.actions
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'actions'

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to