This occurred with a fresh project on latest checkout of Pylons
(5b3367b3aac1 (trunk)), Windows Vista, Python 2.5:
C:\users\xxx\myproject> paster shell development.ini
Traceback (most recent call last):
File "C:\Python25\Scripts\paster-script.py", line 8, in <module>
load_entry_point('pastescript==1.7.3', 'console_scripts', 'paster')
()
File "c:\python25\lib\site-packages\pastescript-1.7.3-py2.5.egg\paste
\script\command.py", line 84, in run
invoke(command, command_name, options, args[1:])
File "c:\python25\lib\site-packages\pastescript-1.7.3-py2.5.egg\paste
\script\command.py", line 123, in invoke
exit_code = runner.run(args)
File "c:\python25\lib\site-packages\pastescript-1.7.3-py2.5.egg\paste
\script\command.py", line 218, in run
result = self.command()
File "c:\users\xxx\pylons\pylons\commands.py", line 485, in command
'response, session, tmpl_context, url') in locs
File "<string>", line 1, in <module>
ImportError: cannot import name c
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---