- From: Yarden Katz <yarden@umd.edu>
- Date: Fri, 6 Oct 2006 16:07:29 -0400
- To: public-cwm-talk@w3.org
Hi,
I'm pretty sure I'm doing something wrong here, but thought I'd
report if it's a bug: I am using the latest release (not svn) of cwm
on Python 2.5 (mac os x) and got the following error..
File "/Library/Frameworks/Python.framework/Versions/Current/lib/
python2.5/site-packages/swap/formula.py", line 26
from __future__ import generators
SyntaxError: from __future__ imports must occur at the beginning of
the file
In formula.py, the __future__ line really isn't at the beginning
(two variables are initialized before it). If I move it to the start
of the file, it runs.
thanks, --Yarden
--
Yarden Katz <yarden@umd.edu>
Received on Friday, 6 October 2006 20:07:49 UTC