myint / yolk

Command-line tool for querying PyPI and Python packages installed on your system (with Python 3 support)
https://pypi.python.org/pypi/yolk3k
BSD 3-Clause "New" or "Revised" License
65 stars 11 forks source link

can load "cli" module when invoking the via "-m (with Python 3.5) #7

Closed nad2000 closed 8 years ago

nad2000 commented 8 years ago
C:\Users\nad2000>py -3 -m yolk
Traceback (most recent call last):
  File "C:\Python35-32\lib\runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "C:\Python35-32\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Python35-32\lib\site-packages\yolk\__main__.py", line 22, in <module>
    from cli import main
ImportError: No module named 'cli'

However it work OK with 2.7 and 3.4

nad2000 commented 8 years ago

it was fixed apparently though pypi version is broken.