[Trac] Re: File images/ui-bg_flat_75_ffffff_40x100.png not found

2016-06-05 Thread RjOllos


On Sunday, June 5, 2016 at 8:08:06 PM UTC-7, Mingxing Tian wrote:
>
> 2016-06-06 10:44:16,461 Trac[chrome] WARNING: File images/ui-
> bg_flat_75_ff_40x100.png not found in any of [
> '/home/projects/xxx/.egg-cache/TracMindMapMacro-0.4-py2.6.egg-tmp/tracmindmap/htdocs'
> ]
>
> Although only a warning, but I still want to find out in the end what is 
> the reason?
>

The warning should be gone if you upgrade to 0.5dev of the plugin, see:
https://trac-hacks.org/ticket/11823#comment:9

However, as noted in that ticket, resizing still does not work.

- 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] File images/ui-bg_flat_75_ffffff_40x100.png not found

2016-06-05 Thread Mingxing Tian
2016-06-06 10:44:16,461 Trac[chrome] WARNING: File images/ui-
bg_flat_75_ff_40x100.png not found in any of [
'/home/projects/xxx/.egg-cache/TracMindMapMacro-0.4-py2.6.egg-tmp/tracmindmap/htdocs'
]

Although only a warning, but I still want to find out in the end what is 
the reason?

-- 
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: No module named genshi.builder

2016-06-05 Thread Aikido Guy
On Saturday, June 4, 2016 at 11:23:32 PM UTC-4, RjOllos wrote:
>
> On Friday, June 3, 2016 at 4:42:24 PM UTC-7, Aikido Guy wrote:
>>
>> ImportError: No module named genshi.builder
>>
>
> Just curious, what did you change (if anything) to go from ImportError of 
> _markerlib, to ImportError of genshi.builder? Did you find a solution to 
> the problem that was causing an ImportError of _markerlib?
>
> - Ryan
>

Actually, I did a number of things, including re-installing python2.7 and 
using the updated pip to upgrade all of my packages. This seems to have 
gotten me to the ImportError of genshi.builder.
Then, after having a beer and a day's rest (always very helpful!) I came 
back and the only thing I could think of doing was to change ownership of 
all files in /usr/local/lib/python2.7/dist-packages/* to www-data:www-data. 
I reloaded Trac and low and behold, it is now working again!

To be complete, I did not modify the PythonPath directive in mod_python, as 
I had a python program that was working properly, so I knew that was a red 
herring. But thank you for the suggestion Jun!

Thank you all! I have been sweating about this all weekend!

With warmest regards... kindly,
Aikido Guy 

-- 
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.


Re: [Trac] Re: ImportError: No module named _markerlib

2016-06-05 Thread Aikido Guy
On Saturday, June 4, 2016 at 1:33:59 PM UTC-4, Dimitri Maziuk wrote:
>
> On 2016-06-03 16:50, Aikido Guy wrote: 
> > Before I attempt to work through a python re-install, is there anything 
> > obviously wrong with the following? 
>
> Do you actually have a python install in /usr/local/lib *and* in 
> /usr/lib? Or is that just your sys.path? If you have 2 python installs 
> anything might happen including the universe imploding. 
>
> Dimitri 
>

Thank you for this observation. In fact, I essentially do "sudo apt-get 
install python2.7" so whatever that command does is what I have.
I did, however, follow up and do see python 3.4 is also installed. 
Therefore I went ahead with the "apt-get install --reinstall python2.7" and 
that seemed to be the correct way to solve the import _markerlib problem... 
not sure why.

-- 
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.