I finished upgrading my application from Pylons 0.9.5 to 0.9.6 and
went to run it, and found a discrepency between myapp.make_app and
myapp.config.middleware.make_app. The former is mentioned in
myapp.egg-info/entry_points.txt and the latter in setup.py.
Apparently an import had been removed in myapp/__init__.py, and I have
to install the application again. So I ran "python setup.py develop"
and it says:
running develop
Traceback (most recent call last):
File "setup.py", line 31, in <module>
""",
File "distutils/core.py", line 151, in setup
File "distutils/dist.py", line 974, in run_commands
File "distutils/dist.py", line 993, in run_command
File "/usr/lib/python2.5/cmd.py", line 117, in ensure_finalized
pass
File
"/usr/local/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/setuptools/command/develop.py",
line 43, in finalize_options
ei = self.get_finalized_command("egg_info")
File "/usr/lib/python2.5/cmd.py", line 319, in get_finalized_command
for name in names:
File "/usr/lib/python2.5/cmd.py", line 117, in ensure_finalized
pass
File
"/usr/local/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/setuptools/command/egg_info.py",
line 85, in finalize_options
self.vtags = self.tags()
File
"/usr/local/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/setuptools/command/egg_info.py",
line 179, in tags
): version += '-r%s' % self.get_svn_revision()
File
"/usr/local/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/setuptools/command/egg_info.py",
line 224, in get_svn_revision
localrev = max([int(d[9]) for d in data if len(d)>9 and d[9]])
ValueError: max() arg is an empty sequence
--
Mike Orr <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---