> > I moved a project from a trac to another via hotcopy.
> > 
> > Now project uses sqlite. But if I launch:
> > 
> > # trac-admin myproject-dir permission list
> > /usr/lib/python2.3/site-packages/trac/loader.py:96: UserWarning:
> > Module webadmin was already imported from
> > /usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r4429-py2.3.egg/webadmin/__init__.pyc,
> > but /var/trac/myproject-dir/plugins/TracWebAdmin-0.1.2dev_r4429-py2.3.egg
> > is being added to sys.path
> >   egg.activate()
> > /usr/lib/python2.3/site-packages/trac/loader.py:115: UserWarning:
> > Module maventrac was already imported from
> > /usr/lib/python2.3/site-packages/MavenTrac-0.0.1-py2.3.egg/maventrac/__init__.pyc,
> > but /usr/share/trac/plugins/MavenTrac-0.0.1-py2.3.egg is being added
> > to sys.path
> >   egg.activate()
> 
> You have the plugin installed twice, just like the error message says ...

Ok, I "cleaned" plugins dir and I have:

/usr/lib/python2.3/site-packages/trac/loader.py:115: UserWarning: Module 
maventrac was already imported from 
/usr/lib/python2.3/site-packages/MavenTrac-0.0.1-py2.3.egg/maventrac/__init__.pyc,
 but /usr/share/trac/plugins/MavenTrac-0.0.1-py2.3.egg is being added to 
sys.path
  egg.activate()
Command failed:

and in web-page:

myproject: Error
()

If I remove Mavenplugin-trac and easy_install it I get just:

Command failed:

and in Webpage:

myproject: Error
(zipimport: can not open file /usr/share/trac/plugins/MavenTrac-0.0.1-py2.3.egg)

suggestions?

Thanks,
Giulio

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to