Import Tab missing from admin panel

19 views
Skip to first unread message

Venu Pillai

unread,
Sep 7, 2023, 7:31:42 AM9/7/23
to Trac Users
ExcelDownloadPlugin              0.12.0.6
Flask                            1.1.4
Flask-Excel                      0.0.7
fGenshi                           0.7.7
html5lib                         1.1
ImportExportXLS                  0.3
javapackages                     1.0.0
jdcal                            1.4.1
Jinja2                           2.11.3
LDAPAuthNZPlugin                 1.0
lml                              0.1.0
lxml                             3.2.1
MarkupSafe                       1.1.1
MultipleWorkflowPlugin           1.5.3
netCDF4                          1.2.7
netsnmp-python                   1.0a1
nose                             1.3.7
numpy                            1.7.1
openpyxl                         2.6.4
perf                             0.1
pip                              20.3.4
policycoreutils-default-encoding 0.1
pycurl                           7.19.0
pyexcel                          0.5.15
pyexcel-io                       0.5.20
pyexcel-webio                    0.1.4
Pygments                         2.5.2
pygobject                        3.22.0
pygpgme                          0.3
pyliblzma                        0.5.3
pyparsing                        1.5.6
python-ldap                      2.4.15
python-linux-procfs              0.4.9
pytz                             2023.3
pyudev                           0.15
pyxattr                          0.5.1
requests                         2.27.1
schedutils                       0.4
seobject                         0.1
sepolicy                         1.1
setuptools                       0.9.8
six                              1.16.0
slip                             0.4.0
slip.dbus                        0.4.0
SSSDConfig                       1.16.5
textile                          3.0.4
texttable                        1.6.7
Trac                             1.4.3
trac-WorkflowNotificationPlugin  0.6
TracAccountManager               0.6.dev0
TracAdvancedTicketWorkflow       1.2.1
TracAutocompleteUsersPlugin      0.4.7
TracGraphviz                     1.4.0.3
TracHtmlNotificationPlugin       0.12.0.3
TracLDAPAuth                     1.2.1
TracSensitiveTickets             1.2.4
TracTags                         0.10
TracWikiExtras                   1.3.2.dev0
TracWikinfo                      0.2
TracXMLRPC                       1.1.9.dev0
urlgrabber                       3.10
urllib3                          1.26.16
webencodings                     0.5.1
Werkzeug                         1.0.1
wheel                            0.37.1
xlrd                             2.0.1
xlwt                             1.3.0

Installed the plugin importexportplugin .
Still import option is viewed
Please help me

Regards

RjOllos

unread,
Sep 7, 2023, 11:42:19 AM9/7/23
to Trac Users
Which plugin are you referring to? This one?

Venu Pillai

unread,
Sep 8, 2023, 1:12:58 AM9/8/23
to Trac Users
Actually i am facing issue with IMPORT field/tab is not seen in TRAC URL , even though i am admin to the URL.
After installing Plugins xlwt ,xlrd and ExportImportXlsPlugin  from above link" https://trac-hacks.org/wiki/ExportImportXlsPlugin "
Its shows  plugins installed when i run the  command "PIP LIST "
But doesn!t shows import field in URL , also from admin "  Plugins xlwt ,xlrd and ExportImportXlsPlugin" is missing .
Below  is my TRAC.ini config
"importexportxls.admin_ui.importexportadminpanel = disabled
talm_importer.importer.importmodule = enabled

Please note i tried to enabled " importexportxls.admin_ui.importexportadminpanel " still it doen!t work

Venu Pillai

unread,
Sep 8, 2023, 8:23:47 AM9/8/23
to Trac Users
Below is the trac logs
2023-09-08 17:53:02,172 Trac[loader] ERROR: Skipping "tracexceldownload.api = tracexceldownload.api": VersionConflict: (Trac 1.4.3 (/usr/lib/python2.7/site-packages), Requirement.parse('Trac>=0.12,<1.4'))
2023-09-08 17:53:02,172 Trac[loader] ERROR: Skipping "tracexceldownload.ticket = tracexceldownload.ticket": VersionConflict: (Trac 1.4.3 (/usr/lib/python2.7/site-packages), Requirement.parse('Trac>=0.12,<1.4'))
2023-09-08 17:53:02,172 Trac[loader] ERROR: Skipping "tracexceldownload.translation = tracexceldownload.translation": VersionConflict: (Trac 1.4.3 (/usr/lib/python2.7/site-packages), Requirement.parse('Trac>=0.12,<1.4'))
2023-09-08 17:53:02,173 Trac[loader] ERROR: Skipping "trachtmlnotification.notification = trachtmlnotification.notification": ImportError: No module named trachtmlnotification.notification
2023-09-08 17:53:02,188 Trac[loader] ERROR: Skipping "workflow_notification = workflow_notification": ImportError: cannot import name NotifyEmai

Venu Pillai

unread,
Sep 10, 2023, 11:00:17 PM9/10/23
to trac-...@googlegroups.com
Still i am not able view import tab in trac 1.4

--
You received this message because you are subscribed to a topic in the Google Groups "Trac Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/trac-users/-omKI7RtQ_Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to trac-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/6d774e8f-ef1e-42e3-bec4-122fdc361f34n%40googlegroups.com.

Markus Rosjat

unread,
Sep 12, 2023, 8:18:36 AM9/12/23
to trac-...@googlegroups.com
hello,

as your logs clearly state is you plugin not compatible with trac version 1.4.x so you need to look for a plugin version that is.

Cheers

Markus

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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CAMqFx3FrZoGBo6rKQRLvPA7ZrvG%2B13ka2Zvm9FYQLdpF21U1xg%40mail.gmail.com.

Jun Omae

unread,
Sep 12, 2023, 11:04:54 PM9/12/23
to trac-...@googlegroups.com
On Mon, Sep 11, 2023 at 12:00 PM Venu Pillai <vpill...@gmail.com> wrote:
>
> Still i am not able view import tab in trac 1.4
>

I just tried to install the plugin to fresh Trac Environment and
confirmed "Import/Export XLS" menu shown in admin tab. Your
configuration should be wrong. Please re-check your trac.ini or share
your trac.ini.

Installation steps:

1. Install the plugin:
$ /path/to/venv/bin/pip install
svn+https://trac-hacks.org/svn/exportimportxlsplugin/0.12/
2. Add the following to trac.ini in order to enable the plugin:
[components]
importexportxls.* = enabled
3. Restart web server if needed.

--
Jun Omae <jun...@gmail.com> (大前 潤)

Venu Pillai

unread,
Sep 13, 2023, 6:18:26 PM9/13/23
to trac-...@googlegroups.com
Thanks it worked

Regards 

--
You received this message because you are subscribed to a topic in the Google Groups "Trac Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/trac-users/-omKI7RtQ_Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to trac-users+...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages