c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03685
[Bug 673697] Re: [6.0RC1] No module named future
Sorry, the bug was noticed only after pushing, for some reason the import typo did not show up in all circumstances.
Continuous integration server notified us and you did too ;-) Fix was pushed in the next revision, 3000.
PS: At the moment we'd like to ask the drivers not to assign milestones
themselves, we are trying to use them as part of our bug resolution
process, in order to indicate when a team plans to solve a given issue
(see http://doc.openerp.com/contribute/11_bug_tracker.html#bug-
processing)
Thanks!
** Changed in: openobject-server
Status: New => Fix Released
** Changed in: openobject-server
Milestone: 6.0-rc2 => None
--
[6.0RC1] No module named future
https://bugs.launchpad.net/bugs/673697
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Server: Fix Released
Bug description:
Using revision 2999, I got :
Traceback (most recent call last):
File "openobject-server/bin/openerp-server.py", line 58, in <module>
import netsvc
File "/home/max/openerp/openobject-server/bin/netsvc.py", line 292, in <module>
import tools
File "/home/max/openerp/openobject-server/bin/tools/__init__.py", line 31, in <module>
from pdf_utils import *
File "/home/max/openerp/openobject-server/bin/tools/pdf_utils.py", line 36, in <module>
from future import with_statement
ImportError: No module named future
References