Re: Installing binwalk on Portable Python

2014-03-17 Thread Peter Mawhorter
hon > 2.7.5.1\\binwalk-1.3.0\\src\\setup.py') > > > -- I'm no expert, but when I try to run pip install ... it seems to want a directory that contains a setup.py file rather than the path of the setup.py file itself. Try: pip install "E:\Portable Python 2.7.5.1\binwalk-1.3.0\src" perhaps? -Peter Mawhorter -- https://mail.python.org/mailman/listinfo/python-list

Re: Installing binwalk on Portable Python

2014-03-17 Thread Peter Mawhorter
', > ':\\Portable') > --- > > > > What is wrong with this? > -- > https://mail.python.org/mailman/listinfo/python-list > >From your error it looks like you just need quotes around the path because it has a space in it. -Peter Mawhorter -- https://mail.python.org/mailman/listinfo/python-list

PEP/GSoC idea: built-in parser generator module for Python?

2014-03-14 Thread Peter Mawhorter
but I'm interested in feedback from the community on this idea: is a builtin parser generator module desirable? If so, would integrating PyParsing as a builtin module be a good solution? What 3rd-party parsing module do you think would serve best for this purpose? -Peter Mawhorter