Skip to content

Instantly share code, notes, and snippets.

@linux-modder
Created July 6, 2015 16:35
Show Gist options
  • Save linux-modder/1b12b28839978bbf10c9 to your computer and use it in GitHub Desktop.
Save linux-modder/1b12b28839978bbf10c9 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/local/bin/pithos", line 9, in <module>
load_entry_point('pithos==1.1.1', 'gui_scripts', 'pithos')()
File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 558, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2682, in load_entry_point
return ep.load()
File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2355, in load
return self.resolve()
File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2361, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/usr/local/bin/pithos.py", line 41, in <module>
from . import AboutPithosDialog, PreferencesPithosDialog, StationsDialog
SystemError: Parent module '' not loaded, cannot perform relative import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment