#10662 closed enhancement (fixed)
Support for python setup for installing the plugin
Reported by: | Nick Burch | Owned by: | Terry Brown |
---|---|---|---|
Priority: | normal | Component: | ComponentsProcessorMacro |
Severity: | normal | Keywords: | patch |
Cc: | Trac Release: |
Description (last modified by )
I think it would be helpful if the ComponentsProcessor Macro could be installed using python setup tools, similar to many of the other plugins
Attached are the two files needed to support this. Place setup.py
into the current 0.11 directory, move ComponentsListMacro.py
into a componentsprocessormacro subdirectory, and place the __init__.py
in there with it.
Attachments (2)
Change History (8)
Changed 12 years ago by
Attachment: | __init__.py added |
---|
Changed 12 years ago by
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 12 years ago by
gagravarr: Please report back if you are able to test the latest repository version and determine if it works correctly.
comment:5 Changed 8 years ago by
The easy_install went smooth but the plugin isn't working for me.
Error: Macro Components(None) failed near "nD": syntax error
Restarted a few times.
Is it working for others ?
Thanks! Rohit
comment:6 Changed 8 years ago by
Ah. There was a "single quote" in one of the component names and it was ending in "nd".
I renamed the component name to remove the single quote and this macro is working like a charm.
Thanks much! Rohit
TerryBrown: are you still around and supporting this plugin?
gagravarr: if we don't hear back from TerryBrown in 2 weeks, I'll go ahead and commit the changes. Please send me a remind if I forget :)