Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #68396 > unrolled thread

Re: Installing addition libraries in Portable Python 2.7 on Windows

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2014-03-16 15:06 +0000
Last post2014-03-16 15:06 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Installing addition libraries in Portable Python 2.7 on Windows Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-03-16 15:06 +0000

#68396 — Re: Installing addition libraries in Portable Python 2.7 on Windows

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2014-03-16 15:06 +0000
SubjectRe: Installing addition libraries in Portable Python 2.7 on Windows
Message-ID<mailman.8170.1394982400.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web