Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.055 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'pypi': 0.04; 'pypi.': 0.16; 'subject:pypi': 0.16; 'received:74.125.82.44': 0.19; 'received:mail-ww0-f44.google.com': 0.19; 'name?': 0.23; 'project,': 0.24; 'exists': 0.29; 'patrick': 0.32; 'to:addr :python-list': 0.33; 'project': 0.33; 'there': 0.35; 'header:User- Agent:1': 0.35; 'message-id:@gmail.com': 0.36; 'actual': 0.36; 'received:google.com': 0.37; 'change': 0.37; 'received:74.125.82': 0.38; 'received:74.125': 0.38; 'subject:with': 0.39; 'to:addr:python.org': 0.39; 'under': 0.40; 'subject:name': 0.67 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=VqzaNpKOV72vjSFS65z3hOUiiN42Qc32ntbyOkjLDHo=; b=Bmqw55M4+/SGkwnshXV6iRw3uhA4fwd0iDTHl/wtPjhelPT7AgxAdPpP40BJEx8FVC hbetgmpQi3T5LgcF13EyyHL2XHTIp/OfoJVRjTZAHF8ubXcHNN8ukfjsefc/HnF8UHuy ypQOPzacOT+CHh0iqEeLGLMct0Fhm9s6CxfQo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=S1V0vCiiGp5Bvminh1SY38rKUAtr69ZdmQgBtJlGyLF9tyAOWg4y7LWTIuu1dysHzI Bp28d7bO0hHjLWbZL/EBamStUKJe2ojjSVrWALFuWuXRxT5Z1vQID5l2HBUa9ZMbBLlh gRjZNu7V9NVyrU6Blgj7ir4KdguaVctDRVXx8= Date: Sun, 22 May 2011 20:34:38 +0200 From: Patrick Sabin User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: python-list@python.org Subject: Dealing with name clashes in pypi Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list 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: 9 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306089292 news.xs4all.nl 49038 [::ffff:82.94.164.166]:33471 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5998 I wanted to register my project (epdb) in pypi. Unfortunately there already exists a project with the same name. It is not possible for me to change the name of the project, because I used it in multiple writings. Any ideas how I can deal with the situation? Is it possible to register a project under a different name in pypi than the actual project name? -- Patrick