Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #68400
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <laguna-mc@mail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'subject:Windows': 0.02; 'package,': 0.03; 'subject:Python': 0.06; 'postpone': 0.07; 'lawrence': 0.09; 'received:gmx.net': 0.09; 'setup.py': 0.09; 'subject:2.7': 0.09; 'python': 0.11; 'assume': 0.14; '2.7': 0.14; 'language.': 0.14; 'windows': 0.15; 'easy_install': 0.16; 'ez_setup.py': 0.16; 'iirc': 0.16; 'modules.': 0.16; 'portable': 0.16; 'received:gmx.com': 0.16; 'language': 0.16; 'wrote:': 0.18; 'module': 0.19; 'command': 0.22; 'install': 0.23; 'installation': 0.23; 'this?': 0.23; 'error': 0.23; '---': 0.24; '>': 0.26; 'downloaded': 0.26; 'installed': 0.27; 'tried': 0.27; 'dos': 0.30; 'errors': 0.30; 'url:mailman': 0.30; 'work.': 0.31; 'libraries': 0.31; 'url:python': 0.33; '-----': 0.33; 'installing': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'email addr:python.org': 0.37; 'received:172.19': 0.38; 'window': 0.38; 'to:addr:python-list': 0.38; 'subject:': 0.39; 'obtain': 0.39; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'how': 0.40; '8bit%:29': 0.60; 'results.': 0.60; 'from:no real name:2**0': 0.61; 'free': 0.61; 'tips': 0.61; 'new': 0.61; 'viruses': 0.61; 'protection': 0.63; 're:': 0.63; 'our': 0.64; 'email name:python-list': 0.65; 'antivirus': 0.68; 'received:74.208': 0.68; 'flashes': 0.84; 'from:addr:mail.com': 0.93 |
| Content-Type | multipart/alternative; boundary="========GMXBoundary29207139500187968600" |
| Date | Sun, 16 Mar 2014 16:31:18 -0400 |
| From | laguna-mc@mail.com |
| MIME-Version | 1.0 |
| Subject | Re: Installing addition libraries in Portable Python 2.7 on Windows |
| To | python-list@python.org |
| X-Flags | 0001 |
| X-Mailer | GMX.com Web Mailer |
| x-registered | 0 |
| X-GMX-UID | QG9Uc3MT3zOl2srVX3ghXCd+IGRvb0CK |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.8173.1395001883.18130.python-list@python.org> (permalink) |
| Lines | 93 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1395001883 news.xs4all.nl 2936 [2001:888:2000:d::a6]:56425 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:68400 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
It'slike a chain, eachnew modulepulls afew othermodules.I can postpone get-pip.py onthe very last stage, now I want to install python-magic, libmagic, libfuzzy, pyqtgraph. How to do this? ----- Original Message ----- From: Mark Lawrence Sent: 03/16/14 05:06 PM To: python-list@python.org Subject: Re: Installing addition libraries in Portable Python 2.7 on Windows On 16/03/2014 13:50, laguna-mc@mail.com wrote: > I am new in Python, I have Portable Python 2.7.5.1 installed on Windows 7. > > I want to install additional libraries: > > python-magic > libmagic > libfuzzy > pyqtgraph > > I downloaded package, saved on hard drive, unzipped, find setup.py and > tried install via Command Prompt: > > Python-Portable.exe setup.py install > > A new DOS terminal window briefly flashes and disappears, without > showing any error or installation confirmation. > I assume that nothing has been installed and/or installation failed.. No > tips or errors has been shown, so I don't' know how to install these > packages corretcly. > I tried also to install get-pip.py use same way, and again nothing > happens, no any errors or results. > IIRC you need to obtain ez_setup.py to get easy_install and only then will get-pip.py work. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com -- https://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Installing addition libraries in Portable Python 2.7 on Windows laguna-mc@mail.com - 2014-03-16 16:31 -0400
csiph-web