You can subscribe to this list here.
2006 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: P. C. <p_c...@ho...> - 2011-05-10 13:14:46
|
On Monday 09 May 2011, you wrote: > Hi (I still don't know your name), It's "Panos" :) > I have no preferences concerning the repository. Using sourceforge is maybe > not too bad, because faces is already registered there. I've already added > you as a team member. You may see that I've enabled a git repository, clone of repo.or.cz's one. There, based on the 0.11.7 tag, I've merged our (openerp) work. > As a starting point I would use the 0.11.7 source code. You can see that we now have 4 main branches: the roc-* ones (from repo.or.cz) and our "openerp" one. All of them are based on existing work done during the past 2-3 years, my commits were merely to put the files there. Next step would be to see if these branches can be merged into one master, and publish that as 0.12 (so that all projects can share a common library). -- Say NO to spam and viruses. Stop using Microsoft Windows! |
From: Roman Y. <rom...@gm...> - 2008-01-07 10:07:10
|
Hi. I decided to split resources definition from the main project file. The "ais_team.py" content from faces import * from faces.lib import resource class AISDeveloper( Resource ): max_load = 1.00 class XXX(AISDeveloper): pass For some reason, when I try to add new resource I get next error on every key press Traceback (most recent call last): File "faces\gui\editor\editor.pyc", line 411, in _on_new_char File "faces\gui\editor\editor.pyc", line 984, in show_completion File "faces\gui\editor\context.pyc", line 1009, in get_main_completion_list AttributeError: 'CResourceOrTask' object has no attribute 'editor' The error also happens when I try to write "from ais_team import *" line. Thanks -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |
From: Roman Y. <rom...@gm...> - 2008-01-07 09:05:32
|
Hi. I am just starting with Faces and didn't completed even first project, but would like to share the editing experience. At the beginning "the start pop-up" is nice and gives you a lot of confidence, but after using it for 15 minutes I started to look for a way to disable it. It is too annoying. Is there is such way? Faces provides much better way: "Context ..." unfortunately for some reason this functionality doesn't have short-cut and I still forced to use mouse. Obviously it hurts my typing speed, which is important during initial project build. I think there is also a small error in documentation: min(attrib name) This method is like sum but calculates the maximum. The value of the attribute specified by attrib name my be any compareable type. --------------------------------------------------------------^^^^^^^^^^^ max(attrib name) This method is like sum but calculates the minimum. The value of the attribute specified by attrib name my be any compareable type. --------------------------------------------------------------^^^^^^^^^^^ Thanks -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |
From: Roman Y. <rom...@gm...> - 2008-01-07 08:43:05
|
Hi. I think I found bug. Here is what I am doing: 1. rename My_Project to Project42 2. copy Project42 and replace My_Project in Project(My_Project) to Project42 3. define new task and update its title 4. copy the title, I want to move it upper 5. paste from clipboard for some reason the the string I see is "Project42" instead of the title. Thanks. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |
From: Wolfgang K. <wol...@gm...> - 2006-05-05 18:50:59
|
Hello, I'm trying to run Faces (a project management application, see http://faces.homeip.net/) on my Mac (G5 with Mac OS X 10.4.6), but so far it won't work. Here's the traceback I get: "/Library/Frameworks/Python.framework/Versions/2.4/bin/python" -O "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/faces/bin/faces.py" && echo Exit status: $? && exit 1 Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/faces/bin/faces.py", line 5, in ? sys.exit(main()) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/faces/gui/plangui.py", line 1181, in main app = FacesApp(False) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/metapie/gui/controller.py", line 1136, in __init__ wx.App.__init__(self, *args, **kwargs) File "//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/wx-2.6-mac-unicode/wx/_core.py", line 7700, in __init__ self._BootstrapApp() File "//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/wx-2.6-mac-unicode/wx/_core.py", line 7352, in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/faces/gui/plangui.py", line 1089, in OnInit self.show_splash(True) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/faces/gui/plangui.py", line 1098, in show_splash text = RenderToBitmap(splash_text) File "//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/wx-2.6-mac-unicode/wx/lib/fancytext.py", line 353, in RenderToBitmap width, height, dy = GetFullExtent(str, dc, enclose) File "//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/wx-2.6-mac-unicode/wx/lib/fancytext.py", line 346, in GetFullExtent RenderToRenderer(str, renderer, enclose) File "//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/wx-2.6-mac-unicode/wx/lib/fancytext.py", line 329, in RenderToRenderer p.Parse(str, 1) File "//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/wx-2.6-mac-unicode/wx/lib/fancytext.py", line 137, in characterData self.y = self.mayY = self.maxY + self.dc.GetTextExtent("M")[1] File "//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/wx-2.6-mac-unicode/wx/_gdi.py", line 3435, in GetTextExtent return _gdi_.DC_GetTextExtent(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed in /Users/kevino/oss/wx26/wxWidgets/src/mac/carbon/dc.cpp(1482): Invalid DC Here is what I did: - Installed Python from http://pythonmac.org/packages/py24-fat/dmg/Universal-MacPython-2.4.3-2006-04- 07.dmg - Installed Numeric from http://prdownloads.sourceforge.net/numpy/Numeric-24.2.tar.gz?download - Installed Matplotlib from http://pythonmac.org/packages/py24-fat/mpkg/matplotlib-0.87.2-py2.4- macosx10.4.mpkg.zip - Installed wxPython from http://pythonmac.org/packages/py24-fat/dmg/wxPython2.6-osx-unicode-2.6.3.2rc2- universal10.4-py2.4.dmg - Installed Cheetah from http://prdownloads.sourceforge.net/cheetahtemplate/Cheetah- 1.0.tar.gz?download - Installed Faces from http://prdownloads.sourceforge.net/faces-project/faces-pm- 0.8.2.tar.gz?download - Renamed bin/faces to faces.py and opened it with PythonLauncher.app What did I wrong? TIA for any help, Sincerely, Wolfgang Keller |
From: Chen J. <hug...@gm...> - 2006-04-16 10:28:36
|
Hi, I just want to upgrade to 0.8.1. However,when I try to build it from the source,I got the error messages that said there are no "faces.gui.snapsot" and "flowtool" modules defined within the faces/gui/editor.py. But I can build 0.8.0 without any problems. Does 0.8.1 need additional packages to be installed? If yes,what're they and where can I get them? Thanks for your help in advance! Hugh |
From: Wolfgang K. <wol...@gm...> - 2006-02-18 20:03:46
|
Hello, is the part of the faces application which implements the gantt chart sufficiently separated from the rest of the application to use it outside of faces, for other wxwidgets applications? Because a "gantt widget" would be a nice high-level component for wxwidgets, I think... TIA, Sincerely, Wolfgang Keller |
From: Keith C. <klc...@ya...> - 2006-02-01 10:18:30
|
Hi, The Jan/Feb in the gantt was displayed wrong. See the screen shot. http://hk.pg.photos.yahoo.com/ph/klcheung0829/detail?.dir=/c161&.dnm=2be6scd.jpg Although I am in Hong Kong, I am using English Windows XP. Seems that faces try to display the Jan/Feb in Chinese char but in wrong encoding. I tried to start in cmd, with LANG=en. Still the same problem. Anywhere can I check/change the LANG/Encoding of Faces? _______________________________________ YM - 離線訊息 就算你沒有上網,你的朋友仍可以留下訊息給你,當你上網時就能立即看到,任何說話都冇走失。 http://messenger.yahoo.com.hk |
From: Wolfgang K. <wol...@gm...> - 2006-01-30 06:10:58
|
Hello, so, I repeat my question: Has anyone already managed to make faces work on MacOS X? And maybe put together an app bundle? Unfortunately I'm just a poor Python Scripting Dilettant (TM) who's hopelessly stuck when the make procedures throws an error messages in my face and won't complete. In my case, it was Matplotlib. TIA, Sincerely, Wolfgang Keller |