I downloaded PyExcelerator.z ip as I need to write some data into Excel
files, and tried unsuccessfully to install it. I unzipped the files
into C:/Python24/Lib/site-packages/PyExcelerator, and in a python
command line window typed
[color=blue][color=green][color=darkred]
>>>os.chdir(" C:/Python24/Lib/site-packages/PyExcelerator")[/color][/color][/color]
followed by
[color=blue][color=green][color=darkred]
>>>python ./setup.py install[/color][/color][/color]
exactly as stated in README.txt. However all I get is a SyntaxError.
I then tried various combinations - with and without enclosing quotes,
with and without ./, and in all cases I get a SyntaxError. Has anyone
installed this program successfully? If so, what's the magic ingredient
for a successful install?
Thanks in advance
Thomas Philips
files, and tried unsuccessfully to install it. I unzipped the files
into C:/Python24/Lib/site-packages/PyExcelerator, and in a python
command line window typed
[color=blue][color=green][color=darkred]
>>>os.chdir(" C:/Python24/Lib/site-packages/PyExcelerator")[/color][/color][/color]
followed by
[color=blue][color=green][color=darkred]
>>>python ./setup.py install[/color][/color][/color]
exactly as stated in README.txt. However all I get is a SyntaxError.
I then tried various combinations - with and without enclosing quotes,
with and without ./, and in all cases I get a SyntaxError. Has anyone
installed this program successfully? If so, what's the magic ingredient
for a successful install?
Thanks in advance
Thomas Philips
Comment