v3ss0n / rietveld

Automatically exported from code.google.com/p/rietveld
Apache License 2.0
0 stars 0 forks source link

upload.py does not work on windows 7 64bit #409

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to run upload.py using python 2.7.3 on windows 7 64-bit
2. Its is not able to guess svc
3. If you specify svc manually, it will not work further.

What is the expected output? What do you see instead?
It should work, but it is not. 

What browser are you using?  What version? On what operating system?
using windows 64 bit python 2.7.3 

At what URL are you accessing Rietveld?  (e.g. codereview.appspot.com)
Please note if you are using the Google Apps Labs version (e.g.
codereview.<yourdomain>).
my own codereview.domain.com

*** If you are a Google employee please say so or mail rietveld-admins@
directly. ***

Please provide any additional information below.

Original issue reported on code.google.com by ritvick....@gmail.com on 24 Dec 2012 at 12:53

GoogleCodeExporter commented 9 years ago
It works on windows 32 bit with all ease. 

Original comment by ritvick....@gmail.com on 24 Dec 2012 at 12:57

GoogleCodeExporter commented 9 years ago
upload.py doesn't use any bitwise functions, so if it is affected by platform 
bitness, there is a high chance of bug in Python itself. Can you extract more 
info? Traceback at least.

Original comment by techtonik@gmail.com on 24 Dec 2012 at 1:10

GoogleCodeExporter commented 9 years ago
Okay. So here is the story.
I had tortoise svn. The script was using svn info for svn greater than 1.7

I dnt know why it was working fine on windows 32 bit (need to check back). I 
installed SlikSVN , added svn to environment path. And it worked.

I will be closing this bug now.

@techtonik: I was trying to have a standalone java/php (gui) diff uploader 
instead of the script. Can somebody point me to a good api to upload diffs and 
related stuff what script do ?

Original comment by ritvick....@gmail.com on 24 Dec 2012 at 5:27

GoogleCodeExporter commented 9 years ago
I am not able to close this issue.
@moderator: please delete this one. This is not a bug.

Original comment by ritvick....@gmail.com on 24 Dec 2012 at 5:31

GoogleCodeExporter commented 9 years ago
Done. There is no API as far as I remember. I'd just use Wireshark to see what 
is being sent while upload.py works and repeat that in Java/PHP until server 
munches it (or played with PySide to create GUI with Qt).

Original comment by techtonik@gmail.com on 24 Dec 2012 at 5:42