I just completed chapter2 but when going through this chapter on page 41 my output in the command window is really different . I was only wondering if anyone could give some incite into what the extra output means?
Moving on to page 42+ I just now noticed that it may not in fact be installed correctly. I also did just now notice that folders build, and lib are never made using python setup.py sdist AND python setup.py install
I'm truly sorry for not noticing earlier So i guess i do have a problem and now can't move on with the book crap!
Here is both the commands giving to the command line.
* * * * * * * * * * * * *
Quote
C:\_code\Python\HF Exercises\_modules\nester>setup.py sdist
running sdist
running check
warning: sdist: manifest template 'MANIFEST.in' does not exist (using default fi
le list)
warning: sdist: standard file not found: should have one of README, README.txt
file [.py (for module [) not found
file n.py (for module n) not found
file e.py (for module e) not found
file s.py (for module s) not found
file t.py (for module t) not found
file e.py (for module e) not found
file r.py (for module r) not found
file ].py (for module ]) not found
writing manifest file 'MANIFEST'
creating nester-1.0.0
making hard links in nester-1.0.0...
hard linking setup.py -> nester-1.0.0
creating 'dist\nester-1.0.0.zip' and adding 'nester-1.0.0' to it
adding 'nester-1.0.0\PKG-INFO'
adding 'nester-1.0.0\setup.py'
removing 'nester-1.0.0' (and everything under it)
C:\_code\Python\HF Exercises\_modules\nester>setup.py install
running install
running build
running build_py
file [.py (for module [) not found
file n.py (for module n) not found
file e.py (for module e) not found
file s.py (for module s) not found
file t.py (for module t) not found
file e.py (for module e) not found
file r.py (for module r) not found
file ].py (for module ]) not found
file [.py (for module [) not found
file n.py (for module n) not found
file e.py (for module e) not found
file s.py (for module s) not found
file t.py (for module t) not found
file e.py (for module e) not found
file r.py (for module r) not found
file ].py (for module ]) not found
running install_lib
warning: install_lib: 'build\lib' does not exist -- no Python modules to install
running install_egg_info
Removing C:\Python32\Lib\site-packages\nester-1.0.0-py3.2.egg-info
Writing C:\Python32\Lib\site-packages\nester-1.0.0-py3.2.egg-info
C:\_code\Python\HF Exercises\_modules\nester>
running sdist
running check
warning: sdist: manifest template 'MANIFEST.in' does not exist (using default fi
le list)
warning: sdist: standard file not found: should have one of README, README.txt
file [.py (for module [) not found
file n.py (for module n) not found
file e.py (for module e) not found
file s.py (for module s) not found
file t.py (for module t) not found
file e.py (for module e) not found
file r.py (for module r) not found
file ].py (for module ]) not found
writing manifest file 'MANIFEST'
creating nester-1.0.0
making hard links in nester-1.0.0...
hard linking setup.py -> nester-1.0.0
creating 'dist\nester-1.0.0.zip' and adding 'nester-1.0.0' to it
adding 'nester-1.0.0\PKG-INFO'
adding 'nester-1.0.0\setup.py'
removing 'nester-1.0.0' (and everything under it)
C:\_code\Python\HF Exercises\_modules\nester>setup.py install
running install
running build
running build_py
file [.py (for module [) not found
file n.py (for module n) not found
file e.py (for module e) not found
file s.py (for module s) not found
file t.py (for module t) not found
file e.py (for module e) not found
file r.py (for module r) not found
file ].py (for module ]) not found
file [.py (for module [) not found
file n.py (for module n) not found
file e.py (for module e) not found
file s.py (for module s) not found
file t.py (for module t) not found
file e.py (for module e) not found
file r.py (for module r) not found
file ].py (for module ]) not found
running install_lib
warning: install_lib: 'build\lib' does not exist -- no Python modules to install
running install_egg_info
Removing C:\Python32\Lib\site-packages\nester-1.0.0-py3.2.egg-info
Writing C:\Python32\Lib\site-packages\nester-1.0.0-py3.2.egg-info
C:\_code\Python\HF Exercises\_modules\nester>
* * * * * * * * * * * * *
The bold lines like file [.py (for module [) not found are the output I'm speaking of.
(code snippet wont show bold letters)
This post has been edited by dryink: 07 December 2011 - 06:51 PM












