w.devttys0.com/2011/05/reverse-engineering-firmware-linksys-wag120n/
Cheers
On Wed, Apr 9, 2014 at 7:53 PM, trewio < laguna...@mail.com > wrote:U-Boot
format: hmm, I'm not sure, can someone specify Python script that will help me
deterermine U-boot format used? [for Python for Wind
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
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 libfuzzy
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 libfuzzy
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" >
nwalk-1.3.0\\src\\setup.py', 'at', ':\\Portable Python
2.7.5.1\\binwalk-1.3.0\\src\\setup.py')
--
- Original Message -
From: Peter Mawhorter
Sent: 03/17/14 10:13 PM
To: laguna...@mail.com
Subject: Re: Installing binwalk on Portable Python
On Mon, Ma
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:\Por
I'm trying to install matplotlib from locally stored source archive file
(Portable Python 2.7 on Windows):
pip install E:\matplotlib-1.3.1.win32-py2.7.exe
Got error, below is log:
E:\Portable Python 2.7.5.1\App\Scripts\pip run on 03/17/14 03:10:16
Exception:
Traceback (most recent call last):
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 >
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 inst
Se si come?
Ciao by Enzo
--
http://mail.python.org/mailman/listinfo/python-list
Excellent! This is exactly what I was looking for.
Thank you Jim!
My example code:
import xml.dom.ext
import xml.dom.minidom
doc = xml.dom.minidom.parse('myfile.xml')
xml.dom.ext.PrettyPrint(doc)
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I have an XML file in a single long string. How can I convert it into
the nicely indented format as displayed by Internet Explorer using
Python?
Thanks,
Laguna
Input XML file (one continuous string without newline):
*/2 *
* *
*
Output XML file:
*/2
Suse 9.3
Ide RAD for linux?
Tanks
--
http://mail.python.org/mailman/listinfo/python-list
Hey Donn,
I don't mean to offend anyone here. I was just saying that the other
solution is better suited for my problem. I truly appreciate your
analysis and suggestions.
BTW, I am not a programmer :( and I like the simplest solution whenever
possible.
Cheers,
L
--
http://mail.python.org/mailm
Thanks for the "hint" :) I may use your solution if this becomes my
bottleneck!
I try to get away from Perl-ish syntax though.
Best,
L
--
http://mail.python.org/mailman/listinfo/python-list
Paul,
Thanks for the suggestion on calendar module. Here is my solution and
it works:
def expiration(year, month):
weekday = calendar.weekday(year, month, 1)
table = [19, 18, 17, 16, 15, 21, 20]
return table[weekday]
Cheers,
Laguna
--
http://mail.python.org/mailman
> What do you mean by, "the 9 element tuple need to be populated
> correctly"? Do you need someone to tell you what values it
> needs? What happens if you use (2005, 9, 1, 0, 0, 0, 0, 0, 0),
> for example? If you make this tuple with localtime or gmtime,
> do you know what the 7th (tm[6]) elemen
me out on this one?
Thanks a bunch,
Laguna
Requirements:
d0 = expiration(9, 2005) # d0 would be 16
d1 = expiration(6, 2003) # d1 would be 20
d2 = expiration(2, 2006) # d2 would be 17
--
http://mail.python.org/mailman/listinfo/python-list
\SharedBinary
_sre.dll
bsddb.pyd
python22.dll
utilsc.pyd
wxc.pyd
wxmsw232.dll
\Executable1
Program1.exe
\Executable2
Program2.exe
Thanks for any help,
Laguna
--
http://mail.python.org/mailman/listinfo/python-list
20 matches
Mail list logo