You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(4) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
|
Feb
|
Mar
(8) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(8) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
(1) |
Feb
(8) |
Mar
(2) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2010 |
Jan
|
Feb
(4) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
(9) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
|
29
|
30
(1) |
31
(1) |
|
|
|
|
|
From: yuri m. <yu...@e-...> - 2009-03-31 06:06:32
|
Works fine with 3.1.106 but failed with 3.1.107rc3. The directory structure of session manager script looks a lot different between 3.1.106 and 3.1.107rc1. Might this have something to do with the problem? I have not traced the problem further. Any ideas anyone? Yuri 2009/3/31 giuseppe aprea <apr...@gm...>: > Hallo, > I am using the ecell release 3.1.107rc3 and I have some problem in > running ecell3-session-manager. > > I send you just an example code. > > When I try to run the attached scripts (ecell3-session-manager esm.py) > I get the following error: > > Traceback (most recent call last): > File "/afs/.enea.it/project/cresco/LA2/cresco_sp21_bionet/soft/cresco1x/bin/ecell3-session-manager", > line 278, in <module> > sys.exit( main( sys.argv ) ) > File "/afs/.enea.it/project/cresco/LA2/cresco_sp21_bionet/soft/cresco1x/bin/ecell3-session-manager", > line 271, in main > aConsole.loadScript( anEsmFile, aParameters ) > File "/afs/.enea.it/project/cresco/LA2/cresco_sp21_bionet/soft/cresco1x/bin/ecell3-session-manager", > line 89, in loadScript > execfile( esmfile, aContext ) > File "esm.py", line 14, in <module> > class RCGA: > TypeError: Error when calling the metaclass bases > __metaclass__() takes exactly 3 arguments (4 given) > > > unfortunately I am not a very skilled python programmer but I think > that the problem is triggered when I try to run sessions > from my own class in the script esm.py (if I run everything from the > main function it runs fine). Is there a workaround to > keep the program structure and avoid the error? > > Thanks, > > giuseppe |
|
From: giuseppe a. <apr...@gm...> - 2009-03-30 17:27:10
|
Hallo,
I am using the ecell release 3.1.107rc3 and I have some problem in
running ecell3-session-manager.
I send you just an example code.
When I try to run the attached scripts (ecell3-session-manager esm.py)
I get the following error:
Traceback (most recent call last):
File "/afs/.enea.it/project/cresco/LA2/cresco_sp21_bionet/soft/cresco1x/bin/ecell3-session-manager",
line 278, in <module>
sys.exit( main( sys.argv ) )
File "/afs/.enea.it/project/cresco/LA2/cresco_sp21_bionet/soft/cresco1x/bin/ecell3-session-manager",
line 271, in main
aConsole.loadScript( anEsmFile, aParameters )
File "/afs/.enea.it/project/cresco/LA2/cresco_sp21_bionet/soft/cresco1x/bin/ecell3-session-manager",
line 89, in loadScript
execfile( esmfile, aContext )
File "esm.py", line 14, in <module>
class RCGA:
TypeError: Error when calling the metaclass bases
__metaclass__() takes exactly 3 arguments (4 given)
unfortunately I am not a very skilled python programmer but I think
that the problem is triggered when I try to run sessions
from my own class in the script esm.py (if I run everything from the
main function it runs fine). Is there a workaround to
keep the program structure and avoid the error?
Thanks,
giuseppe
|