Hi, I finally decided to update my Turbogear1 to TurboGear2 on Mac OX
10.4.11.

As I read about some mac users are having problem with virtual
enviroment so I skip that part and did the following:

1-- easy_install -i http://www.turbogears.org/2.0/downloads/current/index
tg.devtools : this goes smoothly, serveral packages got downloaded
without any errors.

2-- paster --help and I got the following error:
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/Current/bin/
paster", line 8, in <module>
    load_entry_point('PasteScript==1.6.3', 'console_scripts', 'paster')
()
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/PasteScript-1.6.3-py2.5.egg/paste/script/
command.py", line 68, in run
    commands = get_commands()
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/PasteScript-1.6.3-py2.5.egg/paste/script/
command.py", line 110, in get_commands
    plugins = pluginlib.resolve_plugins(plugins)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/PasteScript-1.6.3-py2.5.egg/paste/script/
pluginlib.py", line 81, in resolve_plugins
    pkg_resources.require(plugin)
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 626, in
require
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 528, in
resolve
pkg_resources.VersionConflict: (TurboJson 1.2 (/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/site-packages/
TurboJson-1.2-py2.5.egg), Requirement.parse('TurboJson>=1.1.4,<1.2'))

3-- easy_install -m TurboJson==1.2 and easy_install TurboJson=1.1.4: I
removed TurboJson 1.2 and installed TurboJson 1.1.4

4-- paster --help, now i got different error which asks for
TurboJson1.2:
Usage: paster [paster_options] COMMAND [command_options]

Options:
  --version         show program's version number and exit
  --plugin=PLUGINS  Add a plugin to the list of commands (plugins are
Egg
                    specs; will also require() the Egg)
  -h, --help        Show this help message

Cannot load command quickstart: (TurboJson 1.1.4 (/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/site-packages/
TurboJson-1.1.4-py2.5.egg), Requirement.parse('TurboJson>=1.2'))
Commands:
  create       Create the file layout for a Python distribution
  grep         Search project for symbol
  help         Display help
  make-config  Install a package and create a fresh config file/
directory
  points       Show information about entry points
  post         Run a request for the described application
  request      Run a request for the described application
  serve        Serve the described application
  setup-app    Setup an application, given a config file

TurboGears2:
  tginfo       Show TurboGears 2 related projects and their versions

Now i am confused. It seems TurboGear 2 are using two version of
TurboJson at different point.

Any advice?

Thanks,
Yupu




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to