Re: portable python

2017-04-28 Thread Terry Reedy
On 4/28/2017 1:01 PM, allen wade wrote: is there a way to install python on a thumb drive Check http://portablepython.com/ that does not require an administrator's password? I have to use public computers and store all my applications to the thumb drive, using the Portable Apps Platform to

portable python

2017-04-28 Thread allen wade
is there a way to install python on a thumb drive that does not require an administrator's password? I have to use public computers and store all my applications to the thumb drive, using the Portable Apps Platform to manage the applications. -- https://mail.python.org/mailman/listinfo/python-lis

Re: Installing ssdeep on Portable Python

2016-03-08 Thread morr . drew
Were you able to solve this problem? I am also seeing this On Thursday, March 20, 2014 at 2:22:19 PM UTC-4, lagu...@mail.com wrote: > Portable Python 2.7 for Windows, the Python application have dependency on > ssdeep-2.10, which is a binary exe. > > The ssdeep (libfuzzy) installa

Re: Installing binwalk on Portable Python

2014-04-02 Thread mtabesh
ll it from source: > ftp://ftp.astron.com/pub/file/' " > Although libmagic was installed using pip. > >   >   > - Original Message - > From: Peter Mawhorter > Sent: 03/17/14 11:07 PM > To: laguna-mc > Subject: Re: Installing binwalk on Portable Pyth

Re: Installing ssdeep on Portable Python /advice

2014-03-22 Thread laguna-mc
Re: Installing ssdeep on Portable Python /advice > > On 3/21/14 9:51 PM, Mark H Harris wrote: > > On 3/20/14 7:16 PM, laguna...@mail.com wrote: > > >> $ tar -zxvf ssdeep-2.10.tar.gz > >> $ cd ssdeep-2.10&& ./configure&& make&& sudo make inst

Re: Installing ssdeep on Portable Python /advice

2014-03-21 Thread Mark H Harris
On 3/21/14 9:51 PM, Mark H Harris wrote: On 3/20/14 7:16 PM, laguna...@mail.com wrote: $ tar -zxvf ssdeep-2.10.tar.gz $ cd ssdeep-2.10&& ./configure&& make&& sudo make install I need install it on PortablePython for Windows, so it's not clear how to make this: where should be placed ssdeep

Re: Installing ssdeep on Portable Python /advice

2014-03-21 Thread Mark H Harris
On 3/20/14 7:16 PM, laguna...@mail.com wrote: $ tar -zxvf ssdeep-2.10.tar.gz $ cd ssdeep-2.10&& ./configure&& make&& sudo make install I need install it on PortablePython for Windows, so it's not clear how to make this: where should be placed ssdeep Windows binary files, that Pyt

Re: Installing ssdeep on Portable Python /advice

2014-03-20 Thread Mark Lawrence
On 21/03/2014 00:16, laguna...@mail.com wrote: Portable Python 2.7 for Windows, the Python application have dependency on ssdeep-2.10, which is a binary exe. The ssdeep (libfuzzy) installation example was shown for Linux platform only: a) libfuzzy can be installed via apt-get

Installing ssdeep on Portable Python /advice

2014-03-20 Thread laguna-mc
Portable Python 2.7 for Windows, the Python application have dependency on ssdeep-2.10, which is a binary exe. The ssdeep (libfuzzy) installation example was shown for Linux platform only: a) libfuzzy can be installed via apt-get:    $ sudo apt-get install libfuzzy2 b) to install

Installing ssdeep on Portable Python

2014-03-20 Thread laguna-mc
Portable Python 2.7 for Windows, the Python application have dependency on ssdeep-2.10, which is a binary exe. The ssdeep (libfuzzy) installation example was shown for Linux platform only: a) libfuzzy can be installed via apt-get:    $ sudo apt-get install libfuzzy2 b) to install

Re: Installing binwalk on Portable Python

2014-03-17 Thread laguna-mc
alled using pip. - Original Message - From: Peter Mawhorter Sent: 03/17/14 11:07 PM To: laguna-mc Subject: Re: Installing binwalk on Portable Python On Mon, Mar 17, 2014 at 1:58 PM, wrote: > I tried: pip install "E:\Portable Python > 2.7.5.1\binwalk-1.3.0\src\setup.py" >

Re: Installing binwalk on Portable Python

2014-03-17 Thread Peter Mawhorter
On Mon, Mar 17, 2014 at 1:58 PM, wrote: > I tried: pip install "E:\Portable Python > 2.7.5.1\binwalk-1.3.0\src\setup.py" > > Error: > > E:\Portable Python 2.7.5.1\App\Scripts\pip run on 03/17/14 22:53:51 > > Exception: > Traceback (most recent call last): &

Re: Installing binwalk on Portable Python

2014-03-17 Thread laguna-mc
I tried: pip install "E:\Portable Python 2.7.5.1\binwalk-1.3.0\src\setup.py" Error: E:\Portable Python 2.7.5.1\App\Scripts\pip run on 03/17/14 22:53:51 Exception: Traceback (most recent call last): File "E:\Portable Python 2.7.5.1\App\lib\site-packages\pip\basecommand.py"

Re: Installing binwalk on Portable Python

2014-03-17 Thread Peter Mawhorter
On Mon, Mar 17, 2014 at 12:56 PM, wrote: > Portable Python 2.7 for Win32 and installed on USB flash drive. I want > install Binwalk tool, it have a few depencencies, I installed it first > (numpy, matplotlib, libmagic, python-magic) > Then I tried to install binwalk from locally s

Installing binwalk on Portable Python

2014-03-17 Thread laguna-mc
Portable Python 2.7 for Win32 and installed on USB flash drive. I want install Binwalk tool, it have a few depencencies, I installed it first (numpy, matplotlib, libmagic, python-magic) Then I tried to install binwalk from locally stored source archive file, I tried two ways: pip install E

Re: Installing addition libraries in Portable Python 2.7 on Windows

2014-03-16 Thread laguna-mc
bject: Re: Installing addition libraries in Portable Python 2.7 on Windows On 16/03/2014 13:50, laguna...@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 >

Re: Installing addition libraries in Portable Python 2.7 on Windows

2014-03-16 Thread Mark Lawrence
On 16/03/2014 13:50, laguna...@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

Installing addition libraries in Portable Python 2.7 on Windows

2014-03-16 Thread laguna-mc
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

Re: Does anyone have an activate script for portable python?

2012-08-13 Thread Gelonida N
properly. Do such a scripts also exist for Portable python? Portable Python is just Python with some helper scripts for not requiring a system installation. So "command-line-command-to-run-portable-python virtualenv " should be all you need. Hmm I guess I didn't express myself very

Re: Does anyone have an activate script for portable python?

2012-08-13 Thread Ramchandra Apte
ch > > path for python and pythor elated tools (pip / easy_install) is setup > > properly. > > Do such a scripts also exist for Portable python? > > > Portable Python is just Python with some helper scripts for not > requiring a system installation. > > So &quo

Re: Does anyone have an activate script for portable python?

2012-08-12 Thread alex23
a scripts also exist for Portable python? Portable Python is just Python with some helper scripts for not requiring a system installation. So "command-line-command-to-run-portable-python virtualenv " should be all you need. -- http://mail.python.org/mailman/listinfo/python-list

Re: suggesting a launcher wrapper script for portable python

2012-08-12 Thread Gelonida N
On 08/12/2012 09:52 PM, Mark Lawrence wrote: On 12/08/2012 01:49, Gelonida N wrote: I think it would be great if the official portable python release contained some upport for launching scripts. Perhaps it exists alrady and I just didn't find it? If not,then I wouldn't mind if my

Re: suggesting a launcher wrapper script for portable python

2012-08-12 Thread Gelonida N
e the Windows Script Host instead of DOS command scripts to write the launchers. I.e. use JScript or VBScript to do exactly the same thing. I don't know much about Windows shortcut (*.lnk) files; if they can contain relative paths, you could just create shortcuts that launch portable python with

Re: suggesting a launcher wrapper script for portable python

2012-08-12 Thread Mark Lawrence
On 12/08/2012 01:49, Gelonida N wrote: I just started looking at portable Python and was rather surprised, that I didn't find any recommended method in the documentation of how to launch scripts with portable python. Creating py2exe scripts on ones own USB drive seems to be kind of overkill

Re: suggesting a launcher wrapper script for portable python

2012-08-12 Thread Thomas Jollans
ripts to write the launchers. I.e. use JScript or VBScript to do exactly the same thing. I don't know much about Windows shortcut (*.lnk) files; if they can contain relative paths, you could just create shortcuts that launch portable python with the script. Thomas -- http://mail.python.o

suggesting a launcher wrapper script for portable python

2012-08-11 Thread Gelonida N
I just started looking at portable Python and was rather surprised, that I didn't find any recommended method in the documentation of how to launch scripts with portable python. Creating py2exe scripts on ones own USB drive seems to be kind of overkill. So here my own thoughts / suggest

Does anyone have an activate script for portable python?

2012-08-11 Thread Gelonida N
back to it's state before calling activate. Do such a scripts also exist for Portable python? If anybody wrote already such scripts, then couldn't they be added to the official portable python release? I never used portable python so far but can't imagine, that I'm the

Re: error when use portable python 2.7.2

2011-09-27 Thread Nizamov Shawkat
I bet that the difference is in the environment settings (PYTHONPATH). Look here for details how to set it manually: http://docs.python.org/using/windows.html Hope it helps, S.Nizamov -- http://mail.python.org/mailman/listinfo/python-list

Re: error when use portable python 2.7.2

2011-09-27 Thread yixuan
On Sep 27, 7:01 pm, Alec Taylor wrote: > You're looking for > this:http://www.portablepython.com/wiki/PortablePython2.7.2.1 > > > > > > > > On Tue, Sep 27, 2011 at 8:48 PM, yixuan wrote: > > Hello, > > I copy python 2.7.2 folder from other machine to my new installed > > Windows XP. > > If I run

Re: error when use portable python 2.7.2

2011-09-27 Thread Alec Taylor
You're looking for this: http://www.portablepython.com/wiki/PortablePython2.7.2.1 On Tue, Sep 27, 2011 at 8:48 PM, yixuan wrote: > Hello, > I copy python 2.7.2 folder from other machine to my new installed > Windows XP. > If I run python.exe it would say side by side error, it is caused by > crt

error when use portable python 2.7.2

2011-09-27 Thread yixuan
Hello, I copy python 2.7.2 folder from other machine to my new installed Windows XP. If I run python.exe it would say side by side error, it is caused by crt environment. I copy msvc90 runtime and manifest into my folder, python.exe seems working now. But when I used 'import FixTk', it would say "d

Re: Portable Python challenge - round 1

2011-01-01 Thread Perica Zivkovic
me where I want while I work on a new release of Portable Python in parallel :) regards, Perica -- http://mail.python.org/mailman/listinfo/python-list

Re: Portable Python challenge - round 1

2011-01-01 Thread Terry Reedy
On 1/1/2011 3:59 PM, Perica Zivkovic wrote: when those versions of Portable Python were published, they were the latest available versions of Python. 2.6.1: December 2008; 3.0.1: February 2009 Unfortunately I did not had time to update them since the last release. If you have not done any

Re: Portable Python challenge - round 1

2011-01-01 Thread Perica Zivkovic
Hi Terry, when those versions of Portable Python were published, they were the latest available versions of Python. Unfortunately I did not had time to update them since the last release. regards, Perica -- http://mail.python.org/mailman/listinfo/python-list

Re: Portable Python challenge - round 1

2011-01-01 Thread Terry Reedy
On 1/1/2011 10:14 AM, Perica Zivkovic wrote: All, Portable Python challenge - round 1 has started ! Answer one simple question and you can win 4GB USB fingerprint drive. In exchange for name and email... The question: "What is the exact date (day month and year) of the first Por

Portable Python challenge - round 1

2011-01-01 Thread Perica Zivkovic
All, Portable Python challenge - round 1 has started ! Answer one simple question and you can win 4GB USB fingerprint drive. http://www.egistec.com/en/sensors/fingerprintUSB.aspx This round of Portable Python challenge is sponsored by EgisTec Inc. In the future challenges we will test your

pyqt on portable python?

2010-09-23 Thread Lee Harr
Is it possible / easy to use PyQt with portable python? I've done some googling and found one message that said this is coming in the next version, but I can't find anything on portablepython.com that mentions it. Has anyone done this before? Have any better information on how to set

Re: Portable Python

2010-05-05 Thread Laszlo Nagy
Is there any difference in functionality between standard Python pack and portable Python? It is not so easy to install third party modules for portable Python... Why standard Python pack installation requires reboot after installation? It is not true for all operating systems. At least

Portable Python

2010-05-05 Thread balzer
Is there any difference in functionality between standard Python pack and portable Python? Why standard Python pack installation requires reboot after installation? Can portable Python used from hard drive folder? -- http://mail.python.org/mailman/listinfo/python-list

Re: Beginner: Portable Python, BeautifulSoup & ScrapeNFeed

2009-04-17 Thread Brian
ickle', > managingEditor='', > ) > > > > > > > > On Tue, Apr 14, 2009 at 4:17 PM, Joe Larson wrote: > >> Hello list! >> >> I am a Python Beginner. I thought a good beginning project would be to use >> the

Re: Beginner: Portable Python, BeautifulSoup & ScrapeNFeed

2009-04-15 Thread Brian
'jobs.rss', 'jobs.pickle', managingEditor='', ) On Tue, Apr 14, 2009 at 4:17 PM, Joe Larson wrote: > Hello list! > > I am a Python Beginner. I thought a good beginning project would be to use > th

Beginner: Portable Python, BeautifulSoup & ScrapeNFeed

2009-04-14 Thread Joe Larson
Hello list! I am a Python Beginner. I thought a good beginning project would be to use the Portable Python environment http://www.portablepython.com/ with Beautiful Soup http://www.crummy.com/software/BeautifulSoup/ and Scrape 'N' Feed http://www.crummy.com/software/ScrapeNFeed/ to

Re: Portable Python 1.1 released

2009-03-23 Thread Dutch Masters
This is a great piece of work. Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Portable Python 1.1 released

2009-03-23 Thread Perica Zivkovic
Dear people, Portable Python 1.1 is released in three flavors: Python 2.5.4, 2.6.1 and 3.0.1. More information: Included in this release: - This release contains three different packages for three different Python versions – Python 2.5.4, Python 2.6.1 and Python 3.0.1

Re: portable python

2008-10-24 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, asit wrote: > from socket import * I think I'd make it a policy not to help with any scripts that contain wildcard imports. > status={0:"open",10049:"address not available",10061:"closed", > 10060:"timeout",10056:"already connected",10035:"filtered",11001:"IP > no

Re: portable python

2008-10-24 Thread Jerry Hill
On Fri, Oct 24, 2008 at 2:33 PM, asit <[EMAIL PROTECTED]> wrote: > this the o/p > [EMAIL PROTECTED]:~/hack$ python portscan.py 59.93.128.10 10 20 > Traceback (most recent call last): > File "portscan.py", line 33, in >print str(port) + " : " + scan(ip,port,timeout) > File "portscan.py", line

Re: portable python

2008-10-24 Thread mblume
Am Fri, 24 Oct 2008 11:33:33 -0700 schrieb asit: > On Oct 24, 11:18 pm, "Jerry Hill" <[EMAIL PROTECTED]> wrote: >> On Fri, Oct 24, 2008 at 1:42 PM, asit <[EMAIL PROTECTED]> wrote: >> > I code in both windows and Linux. As python is portable, the o/p >> > should be same in both cases. But why the f

Re: portable python

2008-10-24 Thread asit
On Oct 24, 11:18 pm, "Jerry Hill" <[EMAIL PROTECTED]> wrote: > On Fri, Oct 24, 2008 at 1:42 PM, asit <[EMAIL PROTECTED]> wrote: > > I code in both windows and Linux. As python is portable, the o/p > > should be same in both cases. But why the following code is perfect in > > windows but error one  

Re: portable python

2008-10-24 Thread Jerry Hill
On Fri, Oct 24, 2008 at 1:42 PM, asit <[EMAIL PROTECTED]> wrote: > I code in both windows and Linux. As python is portable, the o/p > should be same in both cases. But why the following code is perfect in > windows but error one in Linux ??? What error message do you get in linux? How are you r

Re: portable python

2008-10-24 Thread Marc 'BlackJack' Rintsch
On Fri, 24 Oct 2008 10:42:21 -0700, asit wrote: > I code in both windows and Linux. As python is portable, the o/p should > be same in both cases. But why the following code is perfect in windows > but error one in Linux ??? So what *is* the error on Linux!? > def scan(ip,port,timeout): >

portable python

2008-10-24 Thread asit
I code in both windows and Linux. As python is portable, the o/p should be same in both cases. But why the following code is perfect in windows but error one in Linux ??? from socket import * import sys status={0:"open",10049:"address not available",10061:"closed", 10060:"timeout",10056:"alread

Re: portable Python ifconfig

2007-03-04 Thread Bart Van Loon
It was Sun, 4 Mar 2007 14:09:20 +0500, when Bart Van Loon wrote: > It was Sun, 4 Mar 2007 02:38:58 +0500, when Bart Van Loon wrote: >> Hi all, >> >> I'm looking for a portable (FreeBSD and Linux) way of getting typical >> ifconfig information into Python. > > After lots of trial and error (I'm prof

Re: portable Python ifconfig

2007-03-04 Thread Bart Van Loon
It was Sun, 4 Mar 2007 02:38:58 +0500, when Bart Van Loon wrote: > Hi all, > > I'm looking for a portable (FreeBSD and Linux) way of getting typical > ifconfig information into Python. After lots of trial and error (I'm proficient in C at all), I puzzled togehter the following. It works (at least

Re: portable Python ifconfig

2007-03-03 Thread Bart Van Loon
It was 3 Mar 2007 18:43:57 -0800, when MonkeeSage wrote: > Bart, > > Can you try this and let us know if it works for FreeBSD? thanks for you suggestions! > import socket, fcntl, struct > > def _ifinfo(sock, addr, ifname): > iface = struct.pack('256s', ifname[:15]) > info = fcntl.ioctl(s

Re: portable Python ifconfig

2007-03-03 Thread MonkeeSage
Bart, Can you try this and let us know if it works for FreeBSD? import socket, fcntl, struct def _ifinfo(sock, addr, ifname): iface = struct.pack('256s', ifname[:15]) info = fcntl.ioctl(sock.fileno(), addr, iface) if addr == 0x8927: hwaddr = [] for char in info[18:24

Re: portable Python ifconfig

2007-03-03 Thread MonkeeSage
On Mar 3, 7:17 pm, "MonkeeSage" <[EMAIL PROTECTED]> wrote: > I'm pretty sure the offsets would be different for BSD Then again, mabye not. http://freebsd.active-venture.com/FreeBSD-srctree/newsrc/compat/linux/linux_ioctl.h.html Regards, Jordan -- http://mail.python.org/mailman/listinfo/python-

Re: portable Python ifconfig

2007-03-03 Thread MonkeeSage
On Mar 3, 3:38 pm, Bart Van Loon <[EMAIL PROTECTED]> wrote: > I'm looking for a portable (FreeBSD and Linux) way of getting typical > ifconfig information into Python. Here's a pure python version of the C extension, based on the recipes you posted. In this version, the 'addr' key will not exist f

portable Python ifconfig

2007-03-03 Thread Bart Van Loon
Hi all, I'm looking for a portable (FreeBSD and Linux) way of getting typical ifconfig information into Python. Some research on the web brought me to Linux only solutions http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/439094 http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/43909

Re: Portable Python - free portable development environment !

2007-01-13 Thread perica . zivkovic
Stef, I never used Python4Delphi but I added it to the list-of-things-to-examine :) FOR ALL: I created google group for Portable Python http://groups-beta.google.com/group/portablepython and posted few items for discussion there :) Please if you have ideas/suggestions post it there! grtz

Re: Portable Python - free portable development environment !

2007-01-13 Thread Stef Mientki
> and something like Enthought edition will be there :) with even more > packages and options :) at least that is my goal for the future :) But > I must say I will also always be carefull with size of the distro :) > thats also important right? :) Coming from MatLab, that's not the most important t

Re: Portable Python - free portable development environment !

2007-01-13 Thread perica . zivkovic
yes on both last messages :) More platforms will be included if there is enoug people interested in that. and something like Enthought edition will be there :) with even more packages and options :) at least that is my goal for the future :) But I must say I will also always be carefull with size

Re: Portable Python - free portable development environment !

2007-01-12 Thread skip
perica> but this is first release and I have big plans ;) Including maybe other platforms than Windows? Skip -- http://mail.python.org/mailman/listinfo/python-list

Re: Portable Python - free portable development environment !

2007-01-12 Thread Stef Mientki
[EMAIL PROTECTED] wrote: > Right now there is not a big difference with Movable Python. > - Smaller size but less libraries in default package > - Portable Python comes with django > - Uses SciTE not SPE > > but this is first release and I have big plans ;) > any plans for

Re: Portable Python - free portable development environment !

2007-01-12 Thread perica . zivkovic
Right now there is not a big difference with Movable Python. - Smaller size but less libraries in default package - Portable Python comes with django - Uses SciTE not SPE but this is first release and I have big plans ;) grtz Perica Steve Holden wrote: > [EMAIL PROTECTED] wrote: > >

Re: Portable Python - free portable development environment !

2007-01-11 Thread Steve Holden
[EMAIL PROTECTED] wrote: > Hi there, > > I would like to announce the *first* beta release of the Portable > Python 1.0 beta. From today Portable Python website is also online and > you can find it on the location www.PortablePython.com. > > About: > Portable Python

Portable Python - free portable development environment !

2007-01-11 Thread perica . zivkovic
Hi there, I would like to announce the *first* beta release of the Portable Python 1.0 beta. From today Portable Python website is also online and you can find it on the location www.PortablePython.com. About: Portable Python is a Python programming language preconfigured to run directly from a