On Tuesday, January 22, 2013 5:23:06 AM UTC-8, Chris Nelson wrote:
>
> > Launch the Python interpreter and import that module i.e. 
> > SampleQueryPreprocessor . Perhaps you'll notice any failure ? 
>
> Like a syntax error in my plugin source?  Maybe but this really feels 
> like a namespace problem. 
>

Any chance you are missing __init__.py in your package directory? You need 
at least an empty __init__.py file. There have been several occasions when 
I omitted it, and I think that I saw the same error that you are seeing, 
though I can't be sure. I just recall that the error didn't point me 
directly to a solution, as least given my moderate experience with Python.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-dev/-/aO63bCyoOgEJ.
To post to this group, send email to trac-dev@googlegroups.com.
To unsubscribe from this group, send email to 
trac-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en.

Reply via email to