Re: [python-win32] pywin32 setup.py forgets win32/lib

2013-11-10 Thread Mark Hammond
On 11/11/2013 10:23 AM, Christian Tismer wrote: Hi Mark, Yes, I understand very well, knowing the patching dance so much more than I'd like to... In fact, 'win32/lib' is a folder, actually the only one which is not also a package, and exactly this one does not show up in the install logs. I ha

Re: [python-win32] pywin32 setup.py forgets win32/lib

2013-11-10 Thread Christian Tismer
/setup.py index f77eecf..4480d00 100644 --- a/pywin32-217/setup.py +++ b/pywin32-217/setup.py @@ -2372,6 +2372,11 @@ dist = setup(name="pywin32", 'pythonwin/pywin/Demos/app/*.py', 'pythonwin/pywin/Demos/ocx/*.py',

Re: [python-win32] pywin32 setup.py forgets win32/lib

2013-11-10 Thread Mark Hammond
217/setup.py index f77eecf..4480d00 100644 --- a/pywin32-217/setup.py +++ b/pywin32-217/setup.py @@ -2372,6 +2372,11 @@ dist = setup(name="pywin32", 'pythonwin/pywin/Demos/app/*.py', 'pythonwin/pywin/Demos/ocx/*.py',

[python-win32] pywin32 setup.py forgets win32/lib

2013-11-10 Thread Christian Tismer
'pythonwin/pywin/Demos/ocx/*.py', 'pythonwin/license.txt', +# CT 20131110 BEGIN +# for some reason, the files in 'py_modules' are ignored. +# this may be a setuptools problem. +