openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #23866
[Bug 1089801] Re: [Windows] Project dashboard errors : no module named numbers
A number of Python source files are missing in the Windows package, from
inside the "babel" module, among which the "babel/numbers.py". This is
because they are not directly imported by babel but only used at runtime
to interpret the "locale" data. We need to fix the windows packaging to
force py2exe to include these files nevertheless.
See also:
http://www.py2exe.org/index.cgi/FAQ#How_does_py2exe_decide_which_modules_you_need.3F
In the mean time you can fix the issue by copying the "babel/numbers.py" into the "server\babel\" directory in your Windows installation. You can grab a copy of the number.py file from the babel source directly here:
http://babel.edgewall.org/export/596/tags/0.9.6/babel/numbers.py
** Changed in: openobject-server
Status: Confirmed => In Progress
** Changed in: openobject-server
Milestone: None => 7.0
** Summary changed:
- [Windows] Project dashboard errors : no module named numbers
+ [7.0] [Windows] Project dashboard errors : no module named numbers
** Summary changed:
- [7.0] [Windows] Project dashboard errors : no module named numbers
+ [7.0] [Windows] Error "no module named numbers" on views that group by date/datetime fields (e.g project dashboard, some graph views, etc.)
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1089801
Title:
[7.0] [Windows] Error "no module named numbers" on views that group by
date/datetime fields (e.g project dashboard, some graph views, etc.)
Status in OpenERP Server:
In Progress
Bug description:
Hi all,
After setup a database with project module and OpenERP default demo
data. Then I go to "Reporting\Dashboards\Project" to see Project
dashboard, but it display an errors with the latest line is "no module
named numbers" (The error dialog display 4 times).
This bug is just occur on windows environment, not on runbot server.
Thanks & Best regards,
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1089801/+subscriptions
References