Re: problem running spyce
spyce-3j6+YF/[email protected] Tue, 17 Feb 2009 11:37:08 -0800
| Newsgroups | gmane.comp.python.spyce.general |
|---|---|
| Message-ID | <[email protected]> |
"as" is a reserved keyword in python 2.6. Python 2.5 issues this as a warning:
def _startModule(self, name, file=None, as=None, force=0)
<stdin>:1: Warning: 'as' will become a reserved keyword in Python 2.6
File "<stdin>", line 1
def _startModule(self, name, file=None, as=None, force=0)
You can probably modify the source as change as to as_ or similar.
Regards,
Phil
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H