#652: tg-admin quickstart fails executing /usr/bin/python from paste
-------------------------------+--------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED]
Type: defect | Status: new
Priority: low | Milestone: 0.9a2
Component: Installation | Version:
Severity: minor | Resolution:
Keywords: |
-------------------------------+--------------------------------------------
Changes (by [EMAIL PROTECTED]):
* owner: anonymous => [EMAIL PROTECTED]
* priority: normal => low
* severity: normal => minor
Comment:
hm, got it working. Not sure what the problem was but I moved the code
{{{
import os,site
site.addsitedir(os.path.expanduser('~/lib/python2.4'))
}}}
from site-packages/altinstall.pth to /usr/lib/python/sitecustomize.py and
added an easy-install.pth to ~/lib/python2.4. Not sure if both is
necessary, will try to start from scratch on another box soon. Anyway, it
seems the information from the easy_install page is wrong.
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/652>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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-tickets
-~----------~----~----~----~------~----~------~--~---