Closed GoogleCodeExporter closed 9 years ago
Revisiting this issue using another machine, I'm able to now get viable output
being generated.
I suspect that the above errors were caused by a "mangled" installation by
myself!
Original comment by carl.pulley
on 31 Mar 2013 at 10:25
Glad things are working for you now -- I'll close the issue and we can reopen
it if you run into the problem again.
Original comment by moo...@gmail.com
on 11 Apr 2013 at 3:43
I just moved to a Wheezy box and I'm experiencing the same issue. On Squeeze
with Python 2.6 everything seems to be in order. My setup is the same as what
Carl described above.
Original comment by tamas.k....@gmail.com
on 29 Apr 2013 at 4:36
Hi Tamas,
in my case, it was a mixed Python environment that was causing the issue - I was using an OSX machine and suspect/guess that OSX installed python packages and homebrew installed python packages were interfering with each other in some way(?).
Once I had ensured that homebrew python (and not OSX python) was being used, I
then had to ensure that pdbparse, construct and pefile were being picked up
correctly (I wimped out and did a pip uninstall followed by a reinstall). This
resolved the issue for myself.
The other thing that might be worth watching out for is a pip install pdbparse
followed by a svn based install - this might be also be causing some package
based confusion if the above is not helpful in your case?
Hope that helps,
Carl.
Original comment by carl.pulley
on 29 Apr 2013 at 5:27
This issue was closed by revision r105.
Original comment by moo...@gmail.com
on 18 Jun 2013 at 9:29
Original issue reported on code.google.com by
carl.pulley
on 21 Mar 2013 at 10:17