hello,
I'm learning Pylons and i'm following the steps giving in the Part 1
Chapter 8 of the pylons book tutorial(http://pylonsbook.com/alpha1/
simplesite_tutorial) to do this simpleSite, but i am getting the
following error in my command...I'm unsing virtualenv because i'm
working on a computer where i have no admin rights. I've installed
mySQL Alchemy on python 2.5
I'm getting the following error: can someone help?
(myVirtualenv) K:\Python25>paster create -t pylons MyProjekt
Traceback (most recent call last):
File "K:\Python25\Scripts\paster-script.py", line 8, in <module>
load_entry_point('pastescript==1.3.6', 'console_scripts', 'paster
File "k:\python25\lib\site-packages\pastescript-1.3.6-py2.5.egg\pas
ommand.py", line 78, in run
invoke(command, command_name, options, args[1:])
File "k:\python25\lib\site-packages\pastescript-1.3.6-py2.5.egg\pas
ommand.py", line 117, in invoke
exit_code = runner.run(args)
File "k:\python25\lib\site-packages\pastescript-1.3.6-py2.5.egg\pas
ommand.py", line 212, in run
result = self.command()
File "k:\python25\lib\site-packages\pastescript-1.3.6-py2.5.egg\pas
reate_distro.py", line 69, in command
self.extend_templates(templates, tmpl_name)
File "k:\python25\lib\site-packages\pastescript-1.3.6-py2.5.egg\pas
reate_distro.py", line 233, in extend_templates
tmpl = entry.load()(entry.name)
File "K:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\pkg_
y", line 1911, in load
File "K:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\pkg_
y", line 1924, in require
File "K:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\pkg_
y", line 528, in resolve
pkg_resources.VersionConflict: (simplejson 1.7.1 (k:\python25\lib\sit
simplejson-1.7.1-py2.5.egg), Requirement.parse('simplejson>=1.8.1'))
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---