Skip to Content.
Sympa Menu

cc-devel - [cc-devel] [ cctools-Bugs-1758822 ] SyntaxError: from __future__ imports must occur at the begin

cc-devel AT lists.ibiblio.org

Subject: Developer discussion for Creative Commons technology and tools

List archive

Chronological Thread  
  • From: "SourceForge.net" <noreply AT sourceforge.net>
  • To: noreply AT sourceforge.net
  • Subject: [cc-devel] [ cctools-Bugs-1758822 ] SyntaxError: from __future__ imports must occur at the begin
  • Date: Mon, 23 Jul 2007 04:21:37 -0700

Bugs item #1758822, was opened at 2007-07-23 11:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=1758822&group_id=80503

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: lookup
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: torsten (torstenphilipp)
Assigned to: Nathan R. Yergler (nyergler)
Summary: SyntaxError: from __future__ imports must occur at the begin

Initial Comment:
When I try to run the lookup.py I get the Error SyntaxError: from __future__
imports must occur at the beginning of the file
It looks like this in my terminal:

torsten@torsten-desktop:~$
/home/torsten/Desktop/MUSIC/cclookup-2.0-rc1/lookup.py
Traceback (most recent call last):
File "/home/torsten/Desktop/MUSIC/cclookup-2.0-rc1/lookup.py", line 20, in
<module>
from cctagutils.metadata import metadata
File "/home/torsten/Desktop/MUSIC/cclookup-2.0-rc1/cctagutils/__init__.py",
line 5, in <module>
import rdf
File "/home/torsten/Desktop/MUSIC/cclookup-2.0-rc1/cctagutils/rdf.py", line
14, in <module>
from cctagutils.metadata import metadata
File "/home/torsten/Desktop/MUSIC/cclookup-2.0-rc1/cctagutils/metadata.py",
line 18, in <module>
from xmp import XmpMetadata
File "/home/torsten/Desktop/MUSIC/cclookup-2.0-rc1/cctagutils/xmp.py", line
2, in <module>
import ccrdf
File "/home/torsten/Desktop/MUSIC/cclookup-2.0-rc1/ccrdf/__init__.py", line
4, in <module>
import rdfextract
File "/home/torsten/Desktop/MUSIC/cclookup-2.0-rc1/ccrdf/rdfextract.py",
line 22, in <module>
import rdfdict
File "/home/torsten/Desktop/MUSIC/cclookup-2.0-rc1/ccrdf/rdfdict.py", line
18
from __future__ import generators
SyntaxError: from __future__ imports must occur at the beginning of the file

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

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=1758822&group_id=80503




Archive powered by MHonArc 2.6.24.

Top of Page