[S3tools-general] Error on --configure (or any other command)

2008-10-08 Thread Stuart Updegrave
Traceback (most recent call last): File "/usr/bin/s3cmd", line 1054, in sys.stderr.write("S3cmd: %s\n" % PkgInfo.version) NameError: name 'PkgInfo' is not defined - This SF.Net email is sponsored by the Moblin Your Mov

Re: [S3tools-general] Error on --configure (or any other command)

2008-10-07 Thread Stuart Updegrave
$ python -V Python 2.5.1 S3cmd installed from this location: http://superb-east.dl.sourceforge.net/sourceforge/s3tools/s3cmd-0.9.8.3.tar. gz Michal asked in reply: What Python version have you got? And what s3cmd version? Unfortunately I don't have Mac OS X available to test it. Michal

Re: [S3tools-general] Error on --configure (or any other command)

2008-10-04 Thread Michal Ludvig
Stuart Updegrave wrote: > This occurs after a new installation, on Mac OS X Leopard. > > > Traceback (most recent call last): > File "/usr/bin/s3cmd", line 1054, in > sys.stderr.write("S3cmd: %s\n" % PkgInfo.version) > NameError: name 'PkgInfo' is not defined What Python

Re: [S3tools-general] Error on --configure (or any other command)

2008-10-03 Thread Stuart Updegrave
This occurs after a new installation, on Mac OS X Leopard. > > Traceback (most recent call last): > File "/usr/bin/s3cmd", line 1054, in > sys.stderr.write("S3cmd: %s\n" % PkgInfo.version) > NameError: name 'PkgInfo' is not defined -