[Trac] Re: Trac suddenly stopped working

2007-03-06 Thread Steve Lianoglou
Hi, > request_handler=TracHTTPRequestHandler) > File "C:\Python24\Lib\site-packages\trac\web\wsgi.py", line 206, in > __init__ > HTTPServer.__init__(self, server_address, request_handler) > File "C:\Python24\lib\SocketServer.py", line 330, in __init__ > self.server_bind() > File

[Trac] Re: Anyone have a default trac.ini they could post?

2007-03-02 Thread Steve Lianoglou
Hi, > I screwed mine up when I was trying to get the AccountManagerPlugin to > work and I am not sure what I have done wrong. Here's the default one generated by trac .10.3 # -*- coding: utf-8 -*- [attachment] max_size = 262144 render_unsafe_content = false [browser] downloadable_paths = /tru

[Trac] Re: Help installing WebAdmin

2007-03-01 Thread Steve Lianoglou
Hi, > i dont have an environment/plugins just a /plugins folder Not environment/plugins ... I was just using that as an example. Look at how I'm using that: >> trac-admin /path/to/trac/environment initenv So, the path to which you ran "initenv" on will have a "plugins" folder. I'm just usi

[Trac] Re: Help installing WebAdmin

2007-03-01 Thread Steve Lianoglou
Sorry, typos :-) > Just make sure to edit your /path/to/trac/environment/conf/trac.ini > file, in the [components] section, make sure you have: > > webadmin.* = enabled > webadmin.basics.* = enabled > webadmin.web_ui.* = enabled > webadmin.ticket.* = enabled > webadmin.plugin.* = enabled > webadm

[Trac] Re: Help installing WebAdmin

2007-03-01 Thread Steve Lianoglou
Hi, > I tried to download the egg and install it. However since i did not > have easy install it would not run. I believe if you just drop the egg in your /path/to/trac/environment/ plugins directory, it should work. There shouldn't really be a need for easy_install. Just make sure to edit y

[Trac] Re: Genshi vs ClearSilver templates??

2006-12-16 Thread Steve Lianoglou
>> Anyone know why they are moving to using Genshi in version 0.11.x. I >> just wrote a plugin using ClearSilver and it's awsome. >> >> I don't know anything about Genshi, but ClearSilver has a proven >> track >> record with trac...no pun intended. > > The problem with Clearsilver is that it's

[Trac] Re: Recommendations for literature?

2006-11-03 Thread Steve Lianoglou
Hi, > I want to learn python - what books can you recommend? Knowledge > in sh > and awk only :-( The "official" python tutorial: http://docs.python.org/tut/ Dive into Python: http://diveintopython.org/ Those should be a good (and free) place to start. -steve --~--~-~--~~

[Trac] Re: wiki - external editing

2006-10-19 Thread Steve Lianoglou
Howdy, > How do you people edit the wiki pages in external editors? There's an uber-slick way to edit *any* Cocoa text field on the Mac using TextMate. This doesn't work, however, while using Firefox since it's not a cocoa app, but someone was kind enough to post a work around for that whi

[Trac] Re: installation error

2006-09-14 Thread Steve Lianoglou
Hi, > Creating and Initializing Project > Failed to create environment. global name 'sqlite' is > not defined > Traceback (most recent call last): > File "/Downloads/trac-0.10b1/trac/scripts/admin.py", > line 611, in do_initenv > options=options) ... > Can somebody help me?it doesn't work

[Trac] Re: Bulleted lists not working for me

2006-09-09 Thread Steve Lianoglou
> I created a new bulleted list using *My Item here, as > per > the WikiFormatting.. > The problem is, it just shows as asterisks... I think you might need 2 spaces before the * ... try that ... even 4 spaces just to see. -steve --~--~-~--~~~---~--~~ You re

[Trac] Re: Custom Logo

2006-09-07 Thread Steve Lianoglou
> I think that it's possible to put the images files into each projects > htdocs folder.. but it doesn't work for me.. :(( It is possible to put it in the htdocs folder of the project. For instance, in my project's directory I have a file: htdocs/ banner_small.png and the setting in the trac.i