Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!rt.uk.eu.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; 'meaningful': 0.09; 'cc:addr:python-list': 0.10; 'stdlib.': 0.16; 'using,': 0.16; 'wrote:': 0.17; 'module': 0.19; 'question.': 0.20; 'trying': 0.21; 'import': 0.21; 'libraries': 0.22; 'os,': 0.22; 'cc:2**0': 0.23; 'installed': 0.23; 'cc:no real name:2**0': 0.24; 'external': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; '>>>>': 0.29; 'version,': 0.30; 'pm,': 0.35; 'subject:: ': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'group,': 0.60; "you've": 0.61; 'email addr:gmail.com': 0.63; 'dear': 0.66; 'header:Reply-To:1': 0.68; 'received:74.208': 0.71; 'reply-to:no real name:2**0': 0.72 Date: Tue, 04 Dec 2012 14:25:13 -0500 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: subhabangalore@gmail.com Subject: Re: Python Cluster References: <7de5b6b5-a8fa-471a-b5df-3c03adb21640@googlegroups.com> In-Reply-To: <7de5b6b5-a8fa-471a-b5df-3c03adb21640@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:PzUKj3Q9oxxk92ykdHjk76K8vGR15eAnBhKeugNDj11 VA8YDjtQkL6KgNlkKzfoYcfMBfZRNcP5FpnPd9fyD03dMRJ+et +xtlImwYTokGNdysm9D58uhMZyUAl83pB0+xq34lI8Q7OohI2e X87S2WPRQbDMapvttk5pWLQbuhA+NniQoq3tUhd7RttOQGNRAe Qvd/Y8CIL2tiI+vp72rJiQxVVAwFs66RTImeczLO6MKQOXg79b /UFY7AcLUwWb4rCzsjrgH9eJYuX23XTbcx+vIQMnl8HkfITHIl SvVscMYoIX9fz/jJdmSs4Q2IlSi5zn5uO8LibzkOfyZSb2s7w= = Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: d@davea.name List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1354649139 news.xs4all.nl 6872 [2001:888:2000:d::a6]:46792 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34247 On 12/04/2012 02:04 PM, subhabangalore@gmail.com wrote: > Dear Group, > > I am trying to use the cluster module as, >>>> from cluster import * No such module in the stdlib. Start by showing what OS, what Python version, and what external libraries you've installed and are using, and only then can you ask a meaningful question. -- DaveA