[C++-sig] 'module' object has no attribute 'suma' ?? yes it h ave!

Stefan Seefeld sseefeld at art.ca
Tue Dec 7 21:04:36 CET 2004


Hi Nicolas,

From: Nicolas Kowenski [mailto:nicolas.kowenski at softogo.com]

I'd bet you are not seeing the right test module:

$ python
Python 2.3.4 (#1, Jun 13 2004, 11:21:03)
[GCC 3.3.1 (cygming special)] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import test
>>> print test.__file__
/usr/lib/python2.3/test/__init__.pyc
>>>


...

'test' is a dangerous name to use ;-)

HTH,
		Stefan



More information about the Cplusplus-sig mailing list