Re: SciTE Python autocompletion add on syntax error
2009-08-01 03:46:52 GMT
fogus: > The folks at #python (irc.freenode.net) have confirmed a syntax error > in: http://scintilla.sourceforge.net/gen_python_api.zip (found on > http://wiki.python.org/moin/PythonEditors ). I get a syntax error > while running it under python 2.6, but others confirmed that it is not > compliant with 3.0 or 1.x. The way that this program works is somewhat dangerous as it tries to import (and thus run) anything it can find. It crashes for me but does produce some output if you just avoid trying to examine 'print' as a function since for Python 2.6 'print' is a keyword as well as a builtin function. One way to do this is to add a check if builtin != 'print': in the add_builtins branch. Neil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "scite-interest" group. To post to this group, send email to scite-interest <at> googlegroups.com To unsubscribe from this group, send email to scite-interest+unsubscribe <at> googlegroups.com For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en -~----------~----~----~----~------~----~------~--~---
Seriously, most F/LOSS software are very resource-constrained.
When a user suggests something, the community can't jump up, drop
everything, and implement it. Everyone is busy with other things.
Those of us who are on many mailing lists won't even reply to most
e-mails.
So the surest way of effecting change is to make it happen
yourself. I realize this is hard for non-developers, but lack of
RSS Feed