* would directly copying the Trac-0.13dev_r11008-py2.6.egg to
~/virtualpython/lib/python2.7/site-packages/ just WORK?
If not:
* How/Where do I find the sources for dev?
** I can find 0.12, 0.11 as tar.gzs etc. but not dev
** Doing a trunk checkout :
svn co http://svn.edgewall.org/repos/trac/trunk trac
as advised on page
http://trac.edgewall.org/wiki/TracDownload#Tractrunk
seems to return 0.12!?
* Is it posible to (MUST I?) check out the exact revision 11008 to
match my previous running python2.6 installation?
* what is the easy-install command to install the patched source
directory?
Trac detected an internal error: 'SERVER_PORT'
Traceback (most recent call last):
File "./trac.cgi", line 36, in <module>
cgi_frontend.run()
File "build/bdist.freebsd-8.3-RELEASE-p1-amd64/egg/trac/web/cgi_frontend.py", line 71, in run
gateway.run(dispatch_request)
File "build/bdist.freebsd-8.3-RELEASE-p1-amd64/egg/trac/web/wsgi.py", line 91, in run
response = application(self.environ, self._start_response)
File "build/bdist.freebsd-8.3-RELEASE-p1-amd64/egg/trac/web/main.py", line 455, in dispatch_request
req = Request(environ, start_response)
File "build/bdist.freebsd-8.3-RELEASE-p1-amd64/egg/trac/web/api.py", line 295, in __init__
self.base_url = self._reconstruct_url()
File "build/bdist.freebsd-8.3-RELEASE-p1-amd64/egg/trac/web/api.py", line 689, in _reconstruct_url
if self.server_port and self.server_port != \
File "build/bdist.freebsd-8.3-RELEASE-p1-amd64/egg/trac/web/api.py", line 366, in server_port
return int(self.environ['SERVER_PORT'])
KeyError: 'SERVER_PORT'
On Monday, July 16, 2012 3:02:10 AM UTC-7, James Cook wrote:* would directly copying the Trac-0.13dev_r11008-py2.6.egg to~/virtualpython/lib/python2.7/site-packages/ just WORK?I've never been successful in doing this. Best I can tell, you must create the egg against the version of Python you are using.If not:* How/Where do I find the sources for dev?** I can find 0.12, 0.11 as tar.gzs etc. but not dev** Doing a trunk checkout :svn co http://svn.edgewall.org/repos/trac/trunk tracas advised on pageseems to return 0.12!?What makes you think that checking out the trunk returns 0.12? The trunk is 1.0dev, the latest revision as of today being r11115. You should see 1.0dev-r11115 in the Trac footer.
* Is it posible to (MUST I?) check out the exact revision 11008 tomatch my previous running python2.6 installation?* what is the easy-install command to install the patched sourcedirectory?svn co http://svn.edgewall.org/repos/trac/trunk tracsource ~/virtualpython/lib/python2.7/bin/activate
python setup.py install