On Mon, Nov 16, 2009 at 6:00 PM, cool-RR <cool...@cool-rr.com> wrote:
> Okay, I installed, added to the PATH cause it didn't add it itself, made a 
> copy of bsdtar.exe
> named tar.exe. But when I ran sdist it crashed. Fuck it. I'll just compress
> with WinRar.

bsdtar.exe ? you shouldn't have to rename anything, it's probably the problem.

I use myself  cygwin under windows, and it works fine without any renaming.
What was your traceback ?

and what's your tar version ?

$ tar --version

Distutils uses tar like this, so it might be that "bsdtar.exe" doesn't
work the same way.:

$ tar.ex -cf dist\archive.tar built_dir

Tarek
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to