Re: Spyce still in production use?

Andy Sy <[email protected]> Sat, 05 Sep 2015 17:55:22 +0800
Newsgroups gmane.comp.python.spyce.general
Message-ID <[email protected]>
John Graber wrote:
> Just stumbled across Spyce recently and absolutely loved it.  But sadly 
> for me, I see that there's next to no activity happening around it lately.
> 
> Is anyone using Spyce in production these days?  I'm toying with the 
> idea of using it for a small project I'm playing with.

We still have it running for some of our sites' functionality.  Still
working well.

Just need a few small patches for Python 2.7:

 > "as" is now a reserved keyword in Python 2.6.5 (and 2.5 too?), and
 > Spyce has not yet been updated to remove these instances.  We use
 > Spyce here in production and we basically rename and make these
 > changes manually across the source.

You can just add an underscore in front of "as".



------------------------------------------------------------------------------