[issue25116] It failed to install Py3.5 on win2008R2

2015-09-14 Thread Kevin Zhang
Kevin Zhang added the comment: I have installed Python2.7 and Python3.4 on this server before. Python3.4 installation works well after I failed to executed python-3.5.0.exe. Thanks again. -- ___ Python tracker <rep...@bugs.python.org>

[issue25116] It failed to install Py3.5 on win2008R2

2015-09-14 Thread Kevin Zhang
New submission from Kevin Zhang: OS: Windows Server 2008 R2 Enterprise I'm remote desktop to the server and try to install Python3.5 released version. Remote desktop user/privilege: administrator There is no window about installation pop up after I double clicked python-3.5.0.exe. I could

unittest - sort cases to be run

2012-08-21 Thread Kevin Zhang
Hi all, I want to sort the order of the unittest cases to be run, but found such statement in Python doc, Note that the order in which the various test cases will be run is determined by sorting the test function names with respect to the built-in ordering for strings. s.addTest(BTest())

python polygon

2012-04-05 Thread Kevin Zhang
Hi, I found python polygon link in this page http://pypi.python.org/pypi/Polygon/1.17 was invalid now. http://polygon.origo.ethz.ch/download 404 - Project not found Ooops, the subdomain is not valid because the according project does not (yet) exist. Go to the Origo main page at

Python import search path

2011-08-20 Thread Kevin Zhang
that a.pth only works when in directory like /usr/lib/pythonX.Y/site-packages instead of in current directory. I think A is not so pretty, and I don't have root privilege to use B and C. So any both more elegant and practical solutions? Thanks. Kevin Zhang -- http://mail.python.org/mailman/listinfo

Re: Finding duplicated photo

2011-07-11 Thread Kevin Zhang
On Mon, Jul 11, 2011 at 10:50 PM, Fulvio call_me_not_...@yahoo.it wrote: I found that isn't python 3 code :( It's written in python 2.6. Then the code should go into some other program to allow actions on those pictures which are matching each other. Am I right? The leverages PIL to get

Re: Finding duplicated photo

2011-07-10 Thread Kevin Zhang
On Fri, Jul 8, 2011 at 8:37 PM, Billy Mays no...@nohow.com wrote: I recently wrote a program after reading an article ( http://www.hackerfactor.com/**blog/index.php?/archives/432-** Looks-Like-It.htmlhttp://www.hackerfactor.com/blog/index.php?/archives/432-Looks-Like-It.html) using the DCT