bkchem-user@nongnu.org
[Top] [All Lists]

[Bkchem-user] Error message

Subject: [Bkchem-user] Error message
From: FyD
Date: Sat, 17 Nov 2007 23:33:18 +0100
Hi,

I get the error message below after having installed bkchem under fedora 7.
How to solve it ?

Thanks, regards, Francois


[fyd@lynx bkchem]$ pwd
/home/fyd/bkchem-0.11.6/bkchem

[fyd@lynx bkchem]$ python bkchem.py
Traceback (most recent call last):
  File "bkchem.py", line 107, in <module>
    from main import BKchem
  File "/home/fyd/bkchem-0.11.6/bkchem/main.py", line 24, in <module>
    from paper import chem_paper
  File "/home/fyd/bkchem-0.11.6/bkchem/paper.py", line 28, in <module>
    from molecule import molecule
  File "/home/fyd/bkchem-0.11.6/bkchem/molecule.py", line 34, in <module>
    from oasa import periodic_table as PT
  File "/home/fyd/bkchem-0.11.6/bkchem/oasa/__init__.py", line 21, in <module>
    from oasa import *
File "/home/fyd/bkchem-0.11.6/bkchem/oasa/oasa/__init__.py", line 28, in <module>
    import smiles
File "/home/fyd/bkchem-0.11.6/bkchem/oasa/oasa/smiles.py", line 402, in <module>
    import coords_generator
  File "/home/fyd/bkchem-0.11.6/bkchem/oasa/oasa/coords_generator.py", line 22
    from __future__ import division
SyntaxError: from __future__ imports must occur at the beginning of the file




_______________________________________________
Bkchem-user mailing list
Bkchem-user@xxxxxxxxxx
http://lists.nongnu.org/mailman/listinfo/bkchem-user

<Prev in Thread] Current Thread [Next in Thread>