metagriffin / csvsed

A stream-oriented CSV modification tool
GNU General Public License v3.0
10 stars 4 forks source link

Import error on sed #2

Open CMCDragonkai opened 6 years ago

CMCDragonkai commented 6 years ago
Traceback (most recent call last):
  File "/home/cmcdragonkai/Projects/inverter-analysis/pip_packages/bin/csvsed", line 7, in <module>
    from csvsed.cli import main
  File "/home/cmcdragonkai/Projects/inverter-analysis/pip_packages/lib/python3.5/site-packages/csvsed/__init__.py", line 22, in <module>
    from sed import *
ImportError: No module named 'sed'
runeimp commented 5 years ago

Is there a chance with will ever get looked at? Is this project dead now? A note from the author would be much appreciated. 👼

runeimp commented 5 years ago

@CMCDragonkai This error appears to revolve around using this code with Python 3. If you pip install csvsed with Python 2 this error goes away. csvsed is still horribly broken but this particular error does go away.