Modify

Opened 11 years ago

Closed 11 years ago

Last modified 7 years ago

#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 Ryan J Ollos)

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)

__init__.py (34 bytes) - added by Nick Burch 11 years ago.
setup.py (586 bytes) - added by Nick Burch 11 years ago.

Download all attachments as: .zip

Change History (8)

Changed 11 years ago by Nick Burch

Attachment: __init__.py added

Changed 11 years ago by Nick Burch

Attachment: setup.py added

comment:1 Changed 11 years ago by Ryan J Ollos

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 :)

comment:2 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)

comment:3 Changed 11 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

(In [13180]) Fixes #10662: Created a setuptools installer for the macro. Initial patch by gagravarr.

Note: The plugin currently does not have a license.

comment:4 Changed 11 years ago by Ryan J Ollos

gagravarr: Please report back if you are able to test the latest repository version and determine if it works correctly.

comment:5 Changed 7 years ago by rohitkataria@…

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 7 years ago by rohitkataria@…

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Terry Brown.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.