Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash On Precise #13

Open
thisisprateeksaxena opened this issue Nov 4, 2016 · 3 comments
Open

Crash On Precise #13

thisisprateeksaxena opened this issue Nov 4, 2016 · 3 comments

Comments

@thisisprateeksaxena
Copy link

thisisprateeksaxena commented Nov 4, 2016

After install, I tried:

podfox import http://feeds.feedburner.com/techsnapmp3

It gave me the following error:

Traceback (most recent call last):
  File "/usr/local/bin/podfox", line 11, in <module>
    load_entry_point('podfox==0.1.2', 'console_scripts', 'podfox')()
  File "build/bdist.linux-i686/egg/pkg_resources/__init__.py", line 564, in load_entry_point
    
  File "build/bdist.linux-i686/egg/pkg_resources/__init__.py", line 2608, in load_entry_point
    
  File "build/bdist.linux-i686/egg/pkg_resources/__init__.py", line 2268, in load
    
  File "build/bdist.linux-i686/egg/pkg_resources/__init__.py", line 2274, in resolve
    
  File "/usr/local/lib/python2.7/dist-packages/podfox/__init__.py", line 52
    Fore.RESET + Back.RESET + Style.RESET_ALL, file=sys.stderr)
@shiribailem
Copy link
Contributor

That appears to be missing the final line which gives the error message.

@shiribailem
Copy link
Contributor

shiribailem commented Nov 17, 2016

Including error message from another user which matches the circumstance:

Traceback (most recent call last):
  File "/usr/local/bin/podfox", line 9, in <module>
    load_entry_point('podfox==0.1.1', 'console_scripts', 'podfox')()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 542, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2569, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2229, in load
    return self.resolve()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2235, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/local/lib/python2.7/dist-packages/podfox-0.1.1-py2.7.egg/podfox/__init__.py", line 52
    Fore.RESET + Back.RESET + Style.RESET_ALL, file=sys.stderr)
                                                   ^
SyntaxError: invalid syntax

@shiribailem
Copy link
Contributor

I just noticed that in both cases it lists python2.7, but podfox is programmed for python3.

Could you try removing it and re-installing with python3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants