On 25/01/2014 03:43, Mark Hammond wrote:
[...]

hrmph - that file was sitting in my source tree, but apparently was
being ignored by hg due to an overly greedy .hgignore line.  I just
added it - sorry about that.

[...]

hrmph - that's exactly what my version of __init__.py has, and as I
mentioned, I believe it's done by 2to3 (by way of one of the "import
imports" fixers we tell 2to3 to use).  The build process sucks in that
if you interrupt a build, you might end up with the "2.x" version of the
file installed, as it doesn't know to re-run 2to3 at build time.  Maybe
try nuking your "dist" directory and rebuild from scratch?

Pulled in your changes; fresh clone to eliminate any build artefacts and... bingo! It certainly builds and imports now, so thanks.

I'll have to wait until I get into work tomorrow to try out the adsi stuff in an AD environment.

Thanks again

TJG
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to