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


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

Installing addition libraries in Portable Python 2.7 on Windows

Started bylaguna-mc@mail.com
First post2014-03-16 09:50 -0400
Last post2014-03-16 09:50 -0400
Articles 1 — 1 participant

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


Contents

  Installing addition libraries in Portable Python 2.7 on Windows laguna-mc@mail.com - 2014-03-16 09:50 -0400

#68395 — Installing addition libraries in Portable Python 2.7 on Windows

Fromlaguna-mc@mail.com
Date2014-03-16 09:50 -0400
SubjectInstalling addition libraries in Portable Python 2.7 on Windows
Message-ID<mailman.8169.1394978851.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

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.

[toc] | [standalone]


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


csiph-web