Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(7) |
Jun
(31) |
Jul
(50) |
Aug
(79) |
Sep
(45) |
Oct
(41) |
Nov
(56) |
Dec
(103) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(75) |
Feb
(37) |
Mar
(40) |
Apr
(41) |
May
(91) |
Jun
(41) |
Jul
(38) |
Aug
(48) |
Sep
(146) |
Oct
(98) |
Nov
(65) |
Dec
(64) |
2006 |
Jan
(40) |
Feb
(123) |
Mar
(57) |
Apr
(69) |
May
(49) |
Jun
(51) |
Jul
(50) |
Aug
(103) |
Sep
(89) |
Oct
(23) |
Nov
(73) |
Dec
(63) |
2007 |
Jan
(74) |
Feb
(76) |
Mar
(40) |
Apr
(46) |
May
(97) |
Jun
(45) |
Jul
(57) |
Aug
(74) |
Sep
(42) |
Oct
(15) |
Nov
(63) |
Dec
(10) |
2008 |
Jan
(40) |
Feb
(40) |
Mar
(25) |
Apr
(51) |
May
(34) |
Jun
(70) |
Jul
(52) |
Aug
(55) |
Sep
(44) |
Oct
(66) |
Nov
(44) |
Dec
(42) |
2009 |
Jan
(26) |
Feb
(32) |
Mar
(40) |
Apr
(81) |
May
(44) |
Jun
(49) |
Jul
(45) |
Aug
(58) |
Sep
(23) |
Oct
(62) |
Nov
(40) |
Dec
(48) |
2010 |
Jan
(24) |
Feb
(74) |
Mar
(62) |
Apr
(31) |
May
(42) |
Jun
(24) |
Jul
(39) |
Aug
(61) |
Sep
(21) |
Oct
(24) |
Nov
(26) |
Dec
(41) |
2011 |
Jan
(27) |
Feb
(27) |
Mar
(45) |
Apr
(15) |
May
(13) |
Jun
(26) |
Jul
(20) |
Aug
(52) |
Sep
(11) |
Oct
(32) |
Nov
(5) |
Dec
(5) |
2012 |
Jan
(7) |
Feb
(21) |
Mar
(2) |
Apr
(5) |
May
(9) |
Jun
|
Jul
(14) |
Aug
(20) |
Sep
(5) |
Oct
(8) |
Nov
(11) |
Dec
(4) |
2013 |
Jan
(7) |
Feb
(9) |
Mar
(8) |
Apr
(7) |
May
(22) |
Jun
(7) |
Jul
(4) |
Aug
(10) |
Sep
(7) |
Oct
(1) |
Nov
(17) |
Dec
(2) |
2014 |
Jan
(4) |
Feb
(2) |
Mar
(6) |
Apr
(6) |
May
(15) |
Jun
|
Jul
(9) |
Aug
(7) |
Sep
(21) |
Oct
(13) |
Nov
|
Dec
(2) |
2015 |
Jan
(5) |
Feb
|
Mar
(11) |
Apr
(3) |
May
(9) |
Jun
(5) |
Jul
(2) |
Aug
(2) |
Sep
(8) |
Oct
(9) |
Nov
(6) |
Dec
(1) |
2016 |
Jan
|
Feb
(5) |
Mar
(32) |
Apr
|
May
|
Jun
(10) |
Jul
(2) |
Aug
|
Sep
(5) |
Oct
(7) |
Nov
(3) |
Dec
|
2017 |
Jan
(5) |
Feb
|
Mar
(1) |
Apr
(1) |
May
(5) |
Jun
(1) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
2018 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
(2) |
2
|
3
(1) |
4
(2) |
5
(2) |
6
(1) |
7
(1) |
8
|
9
(1) |
10
(4) |
11
(5) |
12
(1) |
13
(3) |
14
(1) |
15
(1) |
16
(1) |
17
|
18
(2) |
19
(8) |
20
(20) |
21
(3) |
22
(8) |
23
(5) |
24
(9) |
25
(7) |
26
|
27
(2) |
28
|
29
|
30
|
31
(1) |
|
|
|
|
From: Yaroslav Samchuk <yarcat@an...> - 2005-05-01 08:53:20
|
Chris Cioffi wrote: > : [Errno 2] No such file or directory: > 'C:\\hepcat\\lib\\libhepcat.zip\\ZODB\\config.xml' > > I have looked in ZODB\config.py and I don't see a function that won't > try to load config.xml. > > Based on that, I manually added config.xml to the zipfile library that > py2exe generated and still no luck. Any ideas on what to try? I can advise to look to the PEAK project, which uses ZConfig and is able to zip-load configs and other stuff. I'm not sure, PEAK's ZConfig isn't patched to allow zip-loads, but you can try to read it's implementation (python 2.4 is required for zip-stuffing, if I'm not mistaken) http://peak.telecommunity.com/ -- Best regards, Yaroslav |
From: Chris Cioffi <evenprimes@gm...> - 2005-05-01 00:03:17
|
I'm cross posting this b/c I don't know where the solution will come from. I've got a app that I compile with py2exe. For various reasons I am=20 converting it from direct ZODB access to using ZEO.=20 To use ZEO I am calling ZODB.config.databaseFromURL() and passing in the= =20 config filename. This function attempts to load config.xml to parse the=20 config file I pass in. I get the following error trace. C:\hepcat>hepcatng -d1 -v Traceback (most recent call last): File "hepcatng.py", line 207, in ? File "hepcatng.py", line 135, in main File "ep\zdb.pyc", line 35, in open_zeo=20 File "ZODB\config.pyc", line 51, in databaseFromURL File "ZODB\config.pyc", line 34, in getDbSchema File "ZConfig\loader.pyc", line 31, in loadSchema File "ZConfig\loader.pyc", line 63, in loadURL=20 File "ZConfig\loader.pyc", line 102, in openResource File "ZConfig\loader.pyc", line 114, in _raise_open_error ZConfig.ConfigurationError: error opening file=20 C:\hepcat\lib\libhepcat.zip\ZODB\config.xml=20 : [Errno 2] No such file or directory:=20 'C:\\hepcat\\lib\\libhepcat.zip\\ZODB\\config.xml' I have looked in ZODB\config.py and I don't see a function that won't try= =20 to load config.xml. Based on that, I manually added config.xml to the zipfile library that=20 py2exe generated and still no luck. Any ideas on what to try? =20 --=20 "I was born not knowing and have had only a little time to change that here= =20 and there." -- Richard Feynman |