Hello. How do I stop these warnings? /usr/lib/python2.5/site-packages/tables/path.py:102: NaturalNameWarning: object name is not a valid Python identifier: 'Wheel Slip'; it does not match the pattern ``^[a-zA-Z_][a-zA-Z0-9_]*$``; you will not be able to use natural naming to access this object; using ``getattr()`` will still work, though NaturalNameWarning )
These messages fill the output when running my unit tests because I use column names that are not valid python variables (which I think is reasonable). Thanks, Nick -- Nick Bower [EMAIL PROTECTED] ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
