[BioPython] Bio/xkMeans.py annoyance

Guido Draheim guidod-2003- at gmx.de
Sat Sep 6 12:04:23 EDT 2003


python xkMeans will not work, because

import string, re
import os, sys, commands
from Tkinter import *
from Numeric import *
from Bio.Clustering import kMeans      # <- nonexistant Module
import kMeans
from tkFileDialog import askopenfilename, asksaveasfilename
import Pmw                             # <- nonexistant Module



More information about the BioPython mailing list