← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 671715] Re: [5.15] openerp-client: 'module' object has no attribute 'datetime'

 

Eric,

I have been observing few of your posting since few days and I would
like to say that something has gone wrong with your sourcecode.

Either you have updated wrong repository(RC1) for your updation(5.0.x)
or you use the same Database(5.0.x) for RC1 testing.

The traceback says that this is the code of trunk RC1 and you are
reporting it for 5.0.15.

Make sure you checked everything well.

Thanks.

** Changed in: openobject-client
       Status: Won't Fix => Invalid

** Changed in: openobject-client
   Importance: High => Undecided

** Summary changed:

- [5.15] openerp-client: 'module' object has no attribute 'datetime'
+ openerp-client: 'module' object has no attribute 'datetime'

-- 
openerp-client: 'module' object has no attribute 'datetime'
https://bugs.launchpad.net/bugs/671715
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject GTK Client: Invalid

Bug description:
I upgraded to client 5.15 and receive the following error when launching the client app in Ubuntu 10.10/server 5.15:

Traceback (most recent call last):
  File "./openerp-client.py", line 103, in <module>
    import modules
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/modules/__init__.py", line 23, in <module>
    import gui
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/modules/gui/__init__.py", line 22, in <module>
    import main
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/modules/gui/main.py", line 39, in <module>
    from window import win_preference, win_extension
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/modules/gui/window/__init__.py", line 25, in <module>
    import form
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/modules/gui/window/form.py", line 31, in <module>
    import win_search
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/modules/gui/window/win_search.py", line 31, in <module>
    from widget.screen import Screen
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/widget/screen/__init__.py", line 22, in <module>
    from screen import Screen
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/widget/screen/screen.py", line 35, in <module>
    import widget_search
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/widget_search/__init__.py", line 22, in <module>
    from form import form
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/widget_search/form.py", line 420, in <module>
    'datetime': (calendar.datetime, 2),

I do not have any problem with client 5.12.
Eric





Follow ups

References