codeinthehole / csvfilter

Command-line tool for manipulating CSV data
http://codeinthehole.com/writing/csvfilter-a-python-command-line-tool-for-manipulating-csv-data/
MIT License
75 stars 15 forks source link

Not working on Windows? #6

Closed ghost closed 9 years ago

ghost commented 10 years ago

I tried installing it using "pip install csvfilter". Installation worked, but for windows the csvfilter file needs a .py ending. Also, after renaming it I get the following error messages when calling it:

C:\temp\csv\incoming>csvfilter
Traceback (most recent call last):
  File "C:\Tools\GSC\Scripts\csvfilter.py", line 6, in <module>
    from csvfilter import Processor, VERSION
  File "C:\Tools\GSC\Scripts\csvfilter.py", line 6, in <module>
    from csvfilter import Processor, VERSION
ImportError: cannot import name Processor
codeinthehole commented 9 years ago

No Windows support sorry. Apologies for the late reply too.