simonh10 / python-edl

A python EDL parsing library
MIT License
90 stars 33 forks source link

`pip install edl` doesn't automatically include `timecode` library #5

Closed lofidevops closed 1 year ago

lofidevops commented 8 years ago

Steps to reproduce:

What should happen:

What happens instead:

pip install edl
Downloading/unpacking edl
  Downloading edl-0.1.11.tar.gz
  Running setup.py (path:/home/user/.local/share/virtualenvs/edl_test/build/edl/setup.py) egg_info for package edl
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/home/user/.local/share/virtualenvs/edl_test/build/edl/setup.py", line 4, in <module>
        import edl
      File "edl/__init__.py", line 9, in <module>
        import timecode
    ImportError: No module named timecode
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/home/user/.local/share/virtualenvs/edl_test/build/edl/setup.py", line 4, in <module>

    import edl

  File "edl/__init__.py", line 9, in <module>

    import timecode

ImportError: No module named timecode

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/user/.local/share/virtualenvs/edl_test/build/edl
Storing debug log for failure in /home/user/.pip/pip.log

Workaround: