Closed GoogleCodeExporter closed 9 years ago
Hey Larry:
Thanks for the bug report. Sadly the setup.py file in 0.9.9.9 is missing
copying the impacket/examples directory into the right destination.
Inside the setup.py file locate the line:
packages = ['impacket', 'impacket.dcerpc'],
and change it to:
packages = ['impacket', 'impacket.dcerpc', 'impacket.examples'],
run setup.py again and let me know if it works. That has been fixed in trunk
already a few weeks ago. I'm about to release a new version with this patch.
regards,
beto
Original comment by bet...@gmail.com
on 30 Apr 2013 at 4:02
beto,
I checked the setup.py file. 'impacket.examples' is already listed within
the packages list. Let me check out the trunk version and see if that
remedies the issue.
Original comment by larry262...@gmail.com
on 30 Apr 2013 at 2:12
That is weird Larry. Be careful not to confuse the examples directory (where
psexec is for example) with the impacket.examples package, which is a set of
libraries that are used by the examples.
Whenever you do python setup.py install, it will copy the packages to the
site-packages directories and the example scripts (psexec.py, smbclient.py,
etc) to /usr/local/bin.
I'm online if you need some help.
Original comment by bet...@gmail.com
on 30 Apr 2013 at 2:19
Ok..
Looks like problem was another copy of impacket installed in the system.
I'm closing this one.
Original comment by bet...@gmail.com
on 30 Apr 2013 at 3:09
as an FYI if you download the
impacket-0.9.9.9 tarball you still have to change the setup.py file
Original comment by chrisg8...@gmail.com
on 23 Jan 2014 at 2:47
Hey mate..
yep.. most probably.. that got solved in impacket-0.9.9.10.. is it working for
you now? I should actually take that version out from the download area.
bto
Original comment by bet...@gmail.com
on 23 Jan 2014 at 1:18
Original issue reported on code.google.com by
larry262...@gmail.com
on 30 Apr 2013 at 2:03