Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18632
| 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 | <alec.taylor6@gmail.com> |
| 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 | <mailman.4458.1325790109.27778.python-list@python.org> <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 <alec.taylor6@gmail.com> |
| To | alex23 <wuwei23@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4502.1325907531.27778.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
virtualenv wrecked my Django+modules install Alec Taylor <alec.taylor6@gmail.com> - 2012-01-06 06:01 +1100
Re: virtualenv wrecked my Django+modules install 88888 Dihedral <dihedral88888@googlemail.com> - 2012-01-05 14:16 -0800
Re: virtualenv wrecked my Django+modules install 88888 Dihedral <dihedral88888@googlemail.com> - 2012-01-05 14:16 -0800
Re: virtualenv wrecked my Django+modules install alex23 <wuwei23@gmail.com> - 2012-01-05 18:48 -0800
Re: virtualenv wrecked my Django+modules install Alec Taylor <alec.taylor6@gmail.com> - 2012-01-07 14:38 +1100
csiph-web