ImportError: No module named support.supportdeskpolicy , it gave me this
error
I dont understand what to write in that section in single plugin approach
setup file, Please guide me with this,
Here is my setup.py I used
from setuptools import find_packages, setup
setup(
name='SupportDeskPolicy', version='1.0',
packages=find_packages(exclude=['*.tests*']),
entry_points = {
'trac.plugins': [
'supportdeskpolicy = support.supportdeskpolicy',
],
},
)
On Thursday, May 4, 2017 at 12:16:53 PM UTC+2, RjOllos wrote:
>
>
>
> On Thu, May 4, 2017 at 3:15 AM toto200891 <[email protected]
> <javascript:>> wrote:
>
>> I followed single plugin approach, and I still no errors, yet I still
>> cannot grant a permission TICKET_VIEW_REPORTED as it says it is an invalid
>> action. What code would you like to see?
>>
>> SF
>>
>
> What does the log show with the single-file plugin approach?
>
> What are the permissions on the file you put in the $env/plugins directory?
>
> - 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 https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.