Discussion:
pre-egg leftovers?
joseph schlesinger
2007-02-26 21:43:12 UTC
Permalink
Following the wiki's instructions for Matt's pylons navigator gives me
the following traceback. The reference to the \code\rebel directory
suggests a problem related to the old SVN style of installing, but I
can't find anything in any of the .pth files. Any suggestions would be
appreciated.
Thanks.

C:\code\schevopylonsnav>paster serve --reload development.ini
Starting subprocess with file monitor
Opening 'db' ('C:\\code\\schevopylonsnav/dev.db')
Starting server in PID 2192.
serving on 0.0.0.0:5555 view at http://127.0.0.1:5555
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\python24\lib\threading.py", line 442, in __bootstrap
self.run()
File "C:\python24\lib\threading.py", line 422, in run
self.__target(*self.__args, **self.__kwargs)
File
"c:\python24\lib\site-packages\paste-1.2.2dev_r6260-py2.4.egg\paste\reloa
der.py", line 68, in periodic_reload
if not self.check_reload():
File
"c:\python24\lib\site-packages\paste-1.2.2dev_r6260-py2.4.egg\paste\reloa
der.py", line 82, in check_reload
filenames.append(module.__file__)
File "C:\code\rebel\dependency\py/py-dist\py\initpkg.py", line 173, in
__getat
tr__
File "C:\code\rebel\dependency\py/py-dist\py\initpkg.py", line 69, in
_resolve

File "C:\code\rebel\dependency\py/py-dist\py\initpkg.py", line 99, in
_loadimp
l
ImportError: No module named textwrap
joseph schlesinger
2007-02-26 23:27:53 UTC
Permalink
What happens if you rename c:\code\rebel to something like
c:\code\oldrebel ?
I should have mentioned that I don't have a c:\code\rebel directory. I
deleted some time after I stopped checking out code from the svn
repository in order to install via "setup.py install develop".

Loading...