Skip to content

Issue : Clean install rbpi2  #10

Description

@vi353

Some months ago, my raspberry pi2 was running "periapi" without problems, Now I decides format my sd and install all again. Running Python 3.4, this is the output of periapi:

$ python
Python 3.4.2 (default, Oct 8 2014, 14:38:51)
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more information.

$ periapi
Traceback (most recent call last):
File "/usr/local/bin/periapi", line 9, in
load_entry_point('periapi==0.7.9', 'console_scripts', 'periapi')()
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2476, in load_entry_point
return ep.load()
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2190, in load
['name'])
File "/usr/local/lib/python3.4/dist-packages/periapi/init.py", line 7, in
from .api import PeriAPI
File "/usr/local/lib/python3.4/dist-packages/periapi/api.py", line 8, in
from .login import LoginSession
File "/usr/local/lib/python3.4/dist-packages/periapi/login.py", line 14, in
from path import path
ImportError: cannot import name 'path'

Help me, please.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions