abbi031892 / periscope

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

"file periscope.py (for module periscope) not found" during setup.py install #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It did not harm the install result. Periscope does work but it is curious to 
get the message.

Here the relevant part of the setup.py log output:
{{{
running install
running bdist_egg
running egg_info
creating periscope.egg-info
writing requirements to periscope.egg-info\requires.txt
writing periscope.egg-info\PKG-INFO
writing top-level names to periscope.egg-info\top_level.txt
writing dependency_links to periscope.egg-info\dependency_links.txt
writing manifest file 'periscope.egg-info\SOURCES.txt'
file periscope.py (for module periscope) not found
reading manifest file 'periscope.egg-info\SOURCES.txt'
writing manifest file 'periscope.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
file periscope.py (for module periscope) not found
creating build
creating build\lib
creating build\lib\periscope
copying periscope\periscope.py -> build\lib\periscope
copying periscope\version.py -> build\lib\periscope
copying periscope\__init__.py -> build\lib\periscope
creating build\lib\periscope\plugins
<reminder of the log truncated>
}}}

Original issue reported on code.google.com by Peter.Ra...@gmail.com on 26 May 2011 at 9:13