Linuxguy123 wrote:
Excuse my ignorance, but is there a limit to the size of function names
in Python ?

I named a function getSynclientVersion() and I got an error when I
called it.  I renamed the same function to getSCVersion() and it called
fine.

Why ?

Probably a just spelling mistake. Double-check that the two names are identical.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to