Re: [pygtk] Building from sources on Windows 64-bit--missing runtests-windows.py

2013-05-30 Thread David T Pitchford
FYI: I also got the same error with common-windows.py, with the same fix. I
now get the error:

removing 'build\bdist.win32\wininst' (and everything under it)
error removing build\bdist.win32\wininst:
build\bdist.win32\wininst\PLATLIB\gtk-2.0: The directory is not empty
error removing build\bdist.win32\wininst:
build\bdist.win32\wininst\PLATLIB: The directory is not empty
error removing build\bdist.win32\wininst: build\bdist.win32\wininst: The
directory is not empty

The funny part is build\bdist.win32\wininst\PLATLIB\gtk-2.0 does appear to
be empty after the script exits, though I can't tell when it becomes empty.
(It previously appears to have had a copy of the tests directory in it)


On Thu, May 30, 2013 at 8:33 AM, Dieter Verfaillie 
diet...@optionexplicit.be wrote:

 On 2013-05-30 15:12, David T Pitchford wrote:

 I'm not sure what file testsruntests-windows.py it's talking about or

 why I don't have it.


 https://git.gnome.org/browse/**pygtk/tree/tests/runtests-**
 windows.py?id=PYGTK_2_24_0https://git.gnome.org/browse/pygtk/tree/tests/runtests-windows.py?id=PYGTK_2_24_0

 It seems it never got added to EXTRA_DIST in
 https://git.gnome.org/browse/**pygtk/tree/tests/Makefile.am?**
 id=PYGTK_2_24_0https://git.gnome.org/browse/pygtk/tree/tests/Makefile.am?id=PYGTK_2_24_0
 though (which is most likely my fault, sorry!), so that file
 would be missing from generated source tarballs...

 mvg,
 Dieter

 __**_
 pygtk mailing list   pygtk@daa.com.au
 http://www.daa.com.au/mailman/**listinfo/pygtkhttp://www.daa.com.au/mailman/listinfo/pygtk
 Read the PyGTK FAQ: http://faq.pygtk.org/




-- 
David Pitchford
GID: 462974
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] Building from sources on Windows 64-bit--missing runtests-windows.py

2013-05-30 Thread David T Pitchford
UPDATE: It randomly deleted the directories fine on a subsequent run. It
seems to work if I copy the contents of the build/libwin32-2.7 directory
into my site-packages directory. Is this correct?


On Thu, May 30, 2013 at 9:13 AM, David T Pitchford 
david.t.pitchf...@seagate.com wrote:

 FYI: I also got the same error with common-windows.py, with the same fix.
 I now get the error:

 removing 'build\bdist.win32\wininst' (and everything under it)
 error removing build\bdist.win32\wininst:
 build\bdist.win32\wininst\PLATLIB\gtk-2.0: The directory is not empty
 error removing build\bdist.win32\wininst:
 build\bdist.win32\wininst\PLATLIB: The directory is not empty
 error removing build\bdist.win32\wininst: build\bdist.win32\wininst: The
 directory is not empty

 The funny part is build\bdist.win32\wininst\PLATLIB\gtk-2.0 does appear
 to be empty after the script exits, though I can't tell when it becomes
 empty. (It previously appears to have had a copy of the tests directory in
 it)


 On Thu, May 30, 2013 at 8:33 AM, Dieter Verfaillie 
 diet...@optionexplicit.be wrote:

 On 2013-05-30 15:12, David T Pitchford wrote:

 I'm not sure what file testsruntests-windows.py it's talking about or

 why I don't have it.


 https://git.gnome.org/browse/**pygtk/tree/tests/runtests-**
 windows.py?id=PYGTK_2_24_0https://git.gnome.org/browse/pygtk/tree/tests/runtests-windows.py?id=PYGTK_2_24_0

 It seems it never got added to EXTRA_DIST in
 https://git.gnome.org/browse/**pygtk/tree/tests/Makefile.am?**
 id=PYGTK_2_24_0https://git.gnome.org/browse/pygtk/tree/tests/Makefile.am?id=PYGTK_2_24_0
 though (which is most likely my fault, sorry!), so that file
 would be missing from generated source tarballs...

 mvg,
 Dieter

 __**_
 pygtk mailing list   pygtk@daa.com.au
 http://www.daa.com.au/mailman/**listinfo/pygtkhttp://www.daa.com.au/mailman/listinfo/pygtk
 Read the PyGTK FAQ: http://faq.pygtk.org/




 --
 David Pitchford
 GID: 462974




-- 
David Pitchford
GID: 462974
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/