On Thursday, February 5, 2015 at 8:56:52 AM UTC-8, Sri Ram Kannan wrote: > > Hi, > > Is mail2trac plugin compatible with python 2.7 ? > > I installed the plugin and copied it to the plugins directory of my trac. > > When I run trac, I'm facing the following error message: > > > 06:34:53 AM Trac[env] INFO: -------------------------------- environment > startup [Trac 1.1.4dev-r13703] -------------------------------- > 06:34:53 AM Trac[loader] DEBUG: Adding plugin mail2trac 1 from > /usr/share/trac/myproject/plugins/mail2trac-1-py2.7.egg > 06:34:53 AM Trac[loader] DEBUG: Loading mail2trac from > /usr/share/trac/myproject/plugins/mail2trac-1-py2.7.egg > 06:34:53 AM Trac[loader] > > > > > > > > *ERROR: Skipping "mail2trac = mail2trac": Traceback (most recent call > last): File > "/usr/local/lib/python2.7/dist-packages/Trac-1.1.4dev_r13703-py2.7.egg/trac/loader.py", > > line 68, in _load_eggs entry.load(require=True) File > "/usr/local/lib/python2.7/dist-packages/setuptools-12.0.5-py2.7.egg/pkg_resources/__init__.py", > > line 2310, in load return self.resolve() File > "/usr/local/lib/python2.7/dist-packages/setuptools-12.0.5-py2.7.egg/pkg_resources/__init__.py", > > line 2316, in resolve module = __import__(self.module_name, > fromlist=['__name__'], level=0)ImportError: No module named mail2trac* > > I'm using Trac 1.1 version (Trac 1.1.4dev-r13703) and Mail2Trac plugin - > 0.12 > > I tried with 0.11 still I'm facing errors. > > I checked PYTHONPATH too .. it has the directory of my plugin > > pls guide me on this issue. > > Thanks and Regards, > Sri Ram Kannan. >
I installed the plugin with the current Trac trunk and I don't see any obvious compatibility issues. It appears you may just have an installation issue. How did you install the plugin? I suggest trying to reinstall it. - 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
