abbi031892 / periscope

Automatically exported from code.google.com/p/periscope
0 stars 0 forks source link

Installation using pip not working #151

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to run periscope as a CLI tool. I am not very experienced with 
Python and though installation through pip would be the easiest way to go. 
Unfortunatly I cannot get this to work although it seems like some work has 
already been done to achieve this (#85).

What steps will reproduce the problem?
1. Install periscope using pip: 'pip install periscope'
2. Run periscope 'periscope'

What is the expected output? What do you see instead?

Installation output

Downloading/unpacking periscope
  Running setup.py egg_info for package periscope

    file periscope.py (for module periscope) not found
Requirement already satisfied (use --upgrade to upgrade): BeautifulSoup>=3.2.0 
in /Library/Python/2.7/site-packages/BeautifulSoup-3.2.1-py2.7.egg (from 
periscope)
Installing collected packages: periscope
  Running setup.py install for periscope
    file periscope.py (for module periscope) not found
    file periscope.py (for module periscope) not found

    file periscope.py (for module periscope) not found
    changing mode of /usr/local/bin/periscope to 755
    file periscope.py (for module periscope) not found
Successfully installed periscope
Cleaning up...

After that periscope is not available as an executable in 
/usr/local/bin/periscope

What version of the product are you using? On what operating system?

OSX 10.8.3, Python 2.7.2, pip 1.3.1

Original issue reported on code.google.com by kasper.g...@gmail.com on 18 May 2013 at 10:41