Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Django': 0.03; 'skip:p 40': 0.04; 'python': 0.08; 'satchmo': 0.09; 'subject:virtualenv': 0.09; 'received:209.85.210.174': 0.13; 'received:mail-iy0-f174.google.com': 0.13; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'subject:install': 0.16; 'subject:modules': 0.16; 'cc:addr:python- list': 0.16; 'cc:no real name:2**0': 0.20; 'header:In-Reply-To:1': 0.22; 'cc:2**0': 0.24; "i'm": 0.26; 'url:edu': 0.27; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'skip:p 30': 0.29; 'ran': 0.30; "didn't": 0.31; 'issue': 0.35; 'install': 0.35; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'setup': 0.40; 'received:209': 0.40; 'here:': 0.66; 'anything.': 0.71; 'subject:+': 0.73 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=l6Yx2M3aDoIv86cJwR26wlj1jSmYB4q+OobRJq/c4ZQ=; b=pB9TKVBVSG2LhBh6ZVuP84xF/Vvn4YyknyRBwkFn3lkOe+2WoQQthN/CnYGyuf4QIx jDQMxQ775S+mJ6w8ElIXQyTbZw0aAVQ4iKNFMcOjA70z8eGKWPFLd5x2hiCTMQDdTn0R KY8po1a3aSVm1RfBFxB8pCSow2Fl3HJ8pZPkI= MIME-Version: 1.0 In-Reply-To: <60f10857-6a3d-4f3d-9d69-39487e4885f8@e2g2000vbb.googlegroups.com> References: <60f10857-6a3d-4f3d-9d69-39487e4885f8@e2g2000vbb.googlegroups.com> Date: Sat, 7 Jan 2012 14:38:47 +1100 Subject: Re: virtualenv wrecked my Django+modules install From: Alec Taylor To: alex23 Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1325907531 news.xs4all.nl 6847 [2001:888:2000:d::a6]:55106 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18632 I ran Pinax-env\Scripts\deactivate.bat but it didn't change anything. I'm skeptical if satchmo will work in a virtualenv, since many of its dependencies (such as PIL) I had to install with a setup from here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil How would I get around this issue in a virtualenv? P:\Prototype>where python C:\Python27\python.exe P:\Prototype>Pinax-env\Scripts\activate.bat (Pinax-env) P:\Prototype>where python P:\Prototype\Pinax-env\Scripts\python.exe C:\Python27\python.exe