Re: [Trac] MasterTicket and SubTicket plugins

2012-08-21 Thread Samuel Halliday
I stand corrected on both accounts! The defaults are sensible (everything is turned off by default) and it does work in dev. RjOllos - thanks for the heads up, this is the best dependency management solution for TRAC I've seen yet. -- Sam On 21 Aug 2012, at 20:08, Samuel Halliday wrote: > T

Re: [Trac] MasterTicket and SubTicket plugins

2012-08-21 Thread Samuel Halliday
The ChildTicketsPlugin and ChildTicketTreeMacro plugins look nice because it provides visuals and a helpful input method. That said, it has some peculiar default settings (e.g. restricting the type of a child ticket, and using a non-standard "bug-fix" type). Unfortunately I couldn't get the Chi

Re: [Trac] Resolving failure of "import __version__"

2012-08-21 Thread John of NOVA
The plugin is called required.py It does reference C:\Users\mcmahonjoh\Desktop\Python Project\trac\__init__.py This is what happens: >>> import trac >>> print trac On Tuesday, August 21, 2012 12:58:18 PM UTC-4, Ethan Jucovy wrote: > > Maybe a silly question, but did you name your plugin trac

Re: [Trac] Resolving failure of "import __version__"

2012-08-21 Thread Ethan Jucovy
Maybe a silly question, but did you name your plugin trac.py (or trac/something.py)? It looks like "from trac import [...]" might be finding the wrong file somehow. What happens if you just run "import trac; print trac" from the command line? Does it refer to the file C:\Users\mcmahonjoh\Desktop

Re: [Trac] Resolving failure of "import __version__"

2012-08-21 Thread John of NOVA
It did work fine. But I guess I'll move my work to the CentOS VM to see if that resolve the problem then. On Tuesday, August 21, 2012 9:35:49 AM UTC-4, olemis wrote: > > On 8/21/12, RjOllos > wrote: > > I second the comment by Olemis. Can you run?: > > import pkg_resources > > > > from the co

Re: [Trac] Resolving failure of "import __version__"

2012-08-21 Thread Olemis Lang
On 8/21/12, RjOllos wrote: > I second the comment by Olemis. Can you run?: > import pkg_resources > from the command line this should look like {{{ #!sh $ X:\path\to\python.exe -c "import pkg_resources" }}} > If not, you need to install setuptools: > http://pypi.python.org/pypi/setuptools >

[Trac] Resources transferred as text/plain

2012-08-21 Thread paul.wilding
Whenever I load a page on trac which uses other resources (javascript, css, images etc) such as plugins or a ticket I get an error message(s) saying that one or more of these resources have been interpreted correctly but transferred with the MIME type text/plain. This occasionally causes a page

RE: [Trac] Re: t-h.o down, but community not so much

2012-08-21 Thread Willmer, Alex (PTS)
>From http://www.python.org/community/ the correct route to request a >python.org mailing list is to email postmaster(at)python.org. Regards, Alex PS Apologies for using Outlook -Original Message- From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com] On Behalf Of osim

Re: [Trac] Resolving failure of "import __version__"

2012-08-21 Thread RjOllos
I second the comment by Olemis. Can you run?: import pkg_resources If not, you need to install setuptools: http://pypi.python.org/pypi/setuptools -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://g