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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
