Questions tagged [portable-python]

Portable Python is a portable version of the Python programming language.

Portable Python is a Python programming language preconfigured to run directly from any USB storage device, enabling users to have, at any time, a portable programming environment.

Portable Python is an open-source project; more information about it can be found on www.portablepython.com.

18 questions
11
votes
4 answers

Portable python - can't install pip

I'm trying to get pip on my USB drive. Following the instructions on this web sit, I downloaded get-pip.py and run python get-pip.py (python is in the environment path). Unfortunately the script through an error. I have uploaded the log file to…
elyashiv
  • 3,623
  • 2
  • 29
  • 52
9
votes
3 answers

Importing modules on portable python

I am running PortablePython_1.1_py2.6.1 on a USB stick. My code relies on some modules that are not preinstalled. Does anyone know whether it is possible to add new modules to a portable python installation? Simply copying in folders into site-lib…
PPTim
  • 1,346
  • 6
  • 18
  • 33
2
votes
1 answer

What is necessary to use Win32 extensions with Portable Python

I installed Portable Python in an USB drive and it is working but I cannot make it import Win32 extensions.
Eduardo Mauro
  • 1,515
  • 1
  • 26
  • 38
2
votes
4 answers

How to install scikit-learn for Portable Python?

While I am trying to install scikit-learn for my portable python, its saying " Python 2.7 is not found in the registry". In the next window, it does ask for an installation path but neither am I able to copy-paste the path nor write it manually.…
2
votes
1 answer

Adding libraries to portable python

So I'm currently using portable python and I need to add the neurolab library. On command line I tried moving to the scripts directory and running easy_install.exe neurolab Then another command line window opens and it's found the neurolab project…
user1646196
  • 589
  • 6
  • 28
2
votes
1 answer

easy-install with Portable Python: no module named parse

I have installed easy_install with Portable Python 2-7 on Windows XP (through the distribute module). But when I type a DOS command such as easy_install pandas I get the following: And I don't find any "parse" module on internet (and…
Stéphane Laurent
  • 75,186
  • 15
  • 119
  • 225
1
vote
1 answer

setting $PATH for Portable Python

I've got a couple versions of Portable Python installed on my usb thumb drive so I can tinker with it when I'm away from my main computer, or if I want to try something with a different version. Right now its installed under 'F:\Portable Python…
memilanuk
  • 3,522
  • 6
  • 33
  • 39
1
vote
2 answers

Getting PyScripter Portable to work with IPython

How can I set PyScripter up to work with IPython as the "embedded" interpreter rather than the plain Python one? I am using portable python. I've tried for a few hours with no success. I imagined it's just a C/L parameter. But that doesn't seem…
Trevor
  • 1,858
  • 4
  • 21
  • 28
1
vote
1 answer

How do you add the scrapy framework to portable python?

I need to create a portable python install on a usb but also install the scrapy framework on it, so I can work on and run my spiders on any computer. Has anyone else done this? Is it even possible? If so how do you add scrapy onto the portable…
zoonosis
  • 799
  • 1
  • 11
  • 30
0
votes
1 answer

Line numbers and go to line

I have a quiz and on the final round, I would like it to end if it gets an incorrect value I have an if loop, but I would like my final else values to have a go to line line number code as it is a long code. In order to use this function, how could…
taylor.2317
  • 582
  • 1
  • 9
  • 23
0
votes
2 answers

How to make my python 3 desktop application portable?

I have tried portable python but the latest version is 3.2.5. (need 3.6+) I cannot install libraries on it, even the get-pip.py doesn't work. I'm trying to figure out how to make my project portable on windows systems that do not have python…
Tomrock D'souza
  • 121
  • 4
  • 13
0
votes
1 answer

How to install get-pip.py for Portable Python 2.7.6.1

I have to work with python for a university project – unfortunately I’m a total newbie and now I have serious problems in installing pip. We are obliged to use Portable Python 2.7.6.1. Every time I try to run the get-pip.py file, Python opens…
tmh
  • 1
  • 1
0
votes
4 answers

Python Tkinter Error

I have tried to work with the Tkinter library, however, I keep getting this message, and I don't know how to solve it.. I looked over the net but found nothing to this specific error - I call the library like this: from Tkinter import * and I get…
0
votes
1 answer

How can I install h5py with Portable Python v2.7?

I am doing some Python 2.7 development work on multiple computers, on some of which I do not have rights to install software. Thus, I am using Portable Python. One of the packages I need to use is h5py; however, since Portable Python installs…
hBy2Py
  • 1,707
  • 19
  • 29
0
votes
3 answers

How to install Pygame on Portable Python 3.2.5.1

I know that similar- questions about installing modules in Portable Python have been asked but I have looked at all of them and another website. I didn't have success. For me, I wanted to install Pygame on Portable Python 3.2.5.1 (on a memory…
Edward
  • 1,062
  • 1
  • 17
  • 39
1
2