kkchauhan / volatility

Automatically exported from code.google.com/p/volatility
GNU General Public License v2.0
0 stars 0 forks source link

setup.py not including mac plugins leading to error on startup when installed as a library #418

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. pull latest code from svn
2. sudo python setup.py install
3. vol.py

What is the expected output? What do you see instead?

*** Failed to import volatility.plugins.overlays.mac.mac (ImportError: No 
module named mac.common)

What version of the product are you using? On what operating system?

2.3Alpha from svn, ubuntu 12.04LTS

Please provide any additional information below.

Looking at the source for setup.py, all that needs to be done to fix this is 
that an entry for volatility.plugins.mac needs to be added to the list of 
packages defined by opts['packages']

Original issue reported on code.google.com by bry...@gmail.com on 13 May 2013 at 11:54

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r3409.

Original comment by michael.hale@gmail.com on 14 May 2013 at 2:46