Status: Valid
Owner: ----
Labels: Type-Enhancement Priority-Medium Python3

New issue 3457 by tak...@gmail.com: use2to3 script only works in a git checkout
http://code.google.com/p/sympy/issues/detail?id=3457

Working on Debian packaging, I'm aiming to build the Python 2 and 3 packages from a single source package. The README says I can use bin/use2to3 to do the conversion, but this uses 'git ls-files', so it doesn't work from a tarball.

Additionally, it fails with an awkward error message, because it's trying to catch WindowsError, which isn't defined on Linux.

I've patched it to just get the list of files in the directory (it's using a tarball from github, so that's equivalent to the files tracked by git). But a better solution would be welcome.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to