You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run ODMTools.py from source the following error message was received:
$ python ODMTools.py
C:\anaconda2\lib\site-packages\wx\lib\pubsub_init_.py:25: wxPyDeprecationWarning: wx.lib.pubsub has been deprecated, plese migrate your code to use pypubsub, available on PyPI.
wx.wxPyDeprecationWarning)
Traceback (most recent call last):
File "ODMTools.py", line 15, in
from odmtools.gui.frmODMTools import frmODMToolsMain
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools_init_.py", line 2, in
import odmdata
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\odmdata_init_.py", line 29, in
from memory_database import MemoryDatabase
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\odmdata\memory_database.py", line 4, in
from odmtools.odmservices import SeriesService
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\odmservices_init_.py", line 1, in
from service_manager import ServiceManager
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\odmservices\service_manager.py", line 12, in
from odmtools.controller import EditTools
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\controller_init_.py", line 6, in
from odmtools.controller.olvSeriesSelector import clsSeriesTable
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\controller\olvSeriesSelector.py", line 6, in
from odmtools.lib.ObjectListView import FastObjectListView, ColumnDefn
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\lib\ObjectListView_init_.py", line 23, in
from ObjectListView import ObjectListView, VirtualObjectListView, ColumnDefn, FastObjectListView, GroupListView, ListGroup, BatchedUpdate
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\lib\ObjectListView\ObjectListView.py", line 109, in
import CellEditor
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\lib\ObjectListView\CellEditor.py", line 406, in
class DateEditor(wx.DatePickerCtrl):
AttributeError: 'module' object has no attribute 'DatePickerCtrl'
Are there plans to update to pypubsub and modify program files as needed? If no, does anyone have a suggested work around? Thanks for any info!
The text was updated successfully, but these errors were encountered:
When attempting to run ODMTools.py from source the following error message was received:
$ python ODMTools.py
C:\anaconda2\lib\site-packages\wx\lib\pubsub_init_.py:25: wxPyDeprecationWarning: wx.lib.pubsub has been deprecated, plese migrate your code to use pypubsub, available on PyPI.
wx.wxPyDeprecationWarning)
Traceback (most recent call last):
File "ODMTools.py", line 15, in
from odmtools.gui.frmODMTools import frmODMToolsMain
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools_init_.py", line 2, in
import odmdata
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\odmdata_init_.py", line 29, in
from memory_database import MemoryDatabase
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\odmdata\memory_database.py", line 4, in
from odmtools.odmservices import SeriesService
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\odmservices_init_.py", line 1, in
from service_manager import ServiceManager
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\odmservices\service_manager.py", line 12, in
from odmtools.controller import EditTools
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\controller_init_.py", line 6, in
from odmtools.controller.olvSeriesSelector import clsSeriesTable
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\controller\olvSeriesSelector.py", line 6, in
from odmtools.lib.ObjectListView import FastObjectListView, ColumnDefn
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\lib\ObjectListView_init_.py", line 23, in
from ObjectListView import ObjectListView, VirtualObjectListView, ColumnDefn, FastObjectListView, GroupListView, ListGroup, BatchedUpdate
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\lib\ObjectListView\ObjectListView.py", line 109, in
import CellEditor
File "C:\cygwin64\home\l2edhcjt\ODMtools\ODMToolsPython\odmtools\lib\ObjectListView\CellEditor.py", line 406, in
class DateEditor(wx.DatePickerCtrl):
AttributeError: 'module' object has no attribute 'DatePickerCtrl'
Are there plans to update to pypubsub and modify program files as needed? If no, does anyone have a suggested work around? Thanks for any info!
The text was updated successfully, but these errors were encountered: