[Trac] Re: can't install the MindMapMacro plugin

2018-04-12 Thread RjOllos


On Tuesday, April 10, 2018 at 2:58:45 PM UTC-7, RjOllos wrote:
>
>
>
> On Tuesday, April 10, 2018 at 10:31:56 AM UTC-7, julien88...@gmail.com 
> wrote:
>>
>> Hi all, 
>>
>> i use Freeplane to do mindmaps, and have local trac system on my 
>> computer, and i just saw that there is a this MindMapMacro plugin that 
>> could enable me to put mindmaps in my wiki.
>> But i am unable to install it.
>> i tried different way with pip install, and i always get an error message:
>>
>> --- the basic way ---
>> $ pip install MindMapMicro
>> Collecting MindMapMicro
>>   Could not find a version that satisfies the requirement MindMapMicro 
>> (from versions: )
>> No matching distribution found for MindMapMicro
>> -
>>
>> -- then i tried including a precise URL -
>> $ pip install svn+https://trac-hacks.org/svn/mindmapmacro/1.2
>> Collecting svn+https://trac-hacks.org/svn/mindmapmacro/1.2
>>   Checking out https://trac-hacks.org/svn/mindmapmacro/1.2 to 
>> /tmp/pip-gKxE18-build
>> Collecting TracExtractUrl (from TracMindMapMacro==1.2.0.dev0)
>>   Could not find a version that satisfies the requirement TracExtractUrl 
>> (from TracMindMapMacro==1.2.0.dev0) (from versions: )
>> No matching distribution found for TracExtractUrl (from 
>> TracMindMapMacro==1.2.0.dev0)
>> -
>> trying with the tagsplugins like is done on the TracPlugins page did 
>> work, but the MindMapMacro has resisted to all my attempts.
>>
>> any idea what is going on ?
>>
>> Many thanks!!
>>
>> julien.
>>
>
> PyPI has only an egg for Python 2.6. I'd update it if I had access for 
> that package on PyPI:
> https://pypi.python.org/pypi/TracExtractUrl
>

There's a new version published to PyPI now, so the "pip install" should 
work better:
https://pypi.python.org/pypi/TracExtractUrl

- Ryan
 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: can't install the MindMapMacro plugin

2018-04-11 Thread julien88noc
Great !!

Many thanks!!

Julien.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: can't install the MindMapMacro plugin

2018-04-10 Thread RjOllos


On Tuesday, April 10, 2018 at 10:31:56 AM UTC-7, julien88...@gmail.com 
wrote:
>
> Hi all, 
>
> i use Freeplane to do mindmaps, and have local trac system on my computer, 
> and i just saw that there is a this MindMapMacro plugin that could enable 
> me to put mindmaps in my wiki.
> But i am unable to install it.
> i tried different way with pip install, and i always get an error message:
>
> --- the basic way ---
> $ pip install MindMapMicro
> Collecting MindMapMicro
>   Could not find a version that satisfies the requirement MindMapMicro 
> (from versions: )
> No matching distribution found for MindMapMicro
> -
>
> -- then i tried including a precise URL -
> $ pip install svn+https://trac-hacks.org/svn/mindmapmacro/1.2
> Collecting svn+https://trac-hacks.org/svn/mindmapmacro/1.2
>   Checking out https://trac-hacks.org/svn/mindmapmacro/1.2 to 
> /tmp/pip-gKxE18-build
> Collecting TracExtractUrl (from TracMindMapMacro==1.2.0.dev0)
>   Could not find a version that satisfies the requirement TracExtractUrl 
> (from TracMindMapMacro==1.2.0.dev0) (from versions: )
> No matching distribution found for TracExtractUrl (from 
> TracMindMapMacro==1.2.0.dev0)
> -
> trying with the tagsplugins like is done on the TracPlugins page did work, 
> but the MindMapMacro has resisted to all my attempts.
>
> any idea what is going on ?
>
> Many thanks!!
>
> julien.
>

PyPI has only an egg for Python 2.6. I'd update it if I had access for that 
package on PyPI:
https://pypi.python.org/pypi/TracExtractUrl

You can resolve the issue by: "pip install 
svn+https://trac-hacks.org/svn/extracturlplugin/0.11";, before installing 
TracMindMap.

Or, checkout the source and run "python setup.py install" and the 
dependency will be resolved. See:
https://trac-hacks.org/changeset/17108

- Ryan

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.