[ZODB-Dev] zodbpickle claim (but OS X is not unix)

2013-07-02 Thread Christian Tismer
fix and I would actually like to do it. And while we are at it: How about completion of the module, to let it define things like DEFAULT_PROTOCOL ? cheers - Chris -- Christian Tismer :^) mailto:tis...@stackless.com Software Consulting : Have a break! Take a ride

Re: [ZODB-Dev] zodbpickle claim (but OS X is not unix)

2013-07-02 Thread Christian Tismer
On 03.07.13 00:41, Christian Tismer wrote: sorry, I hit the send button while refining my text. Here it goes: So on OS X Mountain lion, I get with $ pip install zodbpickle: cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv

Re: [ZODB-Dev] zodbpickle claim (but OS X is not unix)

2013-07-03 Thread Christian Tismer
, On Wednesday, July 03, 2013 01:01:14 AM Christian Tismer wrote: I would appreciate if that simple-to-fix bug could be removed, and I would be happy to help with this. I am not a C expert, so I cannot comment. And while we are at it: How about completion of the module, to let it define

[ZODB-Dev] zodb-dev mail problem

2013-07-03 Thread Christian Tismer
someone please inject the messages again but in a way that preserves the headers? Thanks cheers -- chris -- Christian Tismer :^) mailto:tis...@stackless.com Software Consulting : Have a break! Take a ride on Python's Karl-Liebknecht-Str. 121 :*Starship* http

Re: [ZODB-Dev] zodb-dev mail problem

2013-07-03 Thread Christian Tismer
with the latest Thunderbird update that found old, malformed messages from my archive. ... yes! So then please forget what I said. I'm happy that this was just old stuff. Cheers - Chris On 7/3/13 10:27 PM, Christian Tismer wrote: Hi friends, I just saw about 16 messages on this list without

Re: [ZODB-Dev] zodbpickle claim (but OS X is not unix)

2013-07-05 Thread Christian Tismer
On 04.07.13 17:52, Stephan Richter wrote: On Thursday, July 04, 2013 05:47:39 AM Christian Tismer wrote: there is now a pull request, completely tested on OS X, ready to be applied with no other work involved. Yeah, I saw that. thanks. It would be nice if that version could be uploaded, soon

Re: [ZODB-Dev] zodbpickle claim (but OS X is not unix)

2013-07-09 Thread Christian Tismer
On 7/4/13 9:40 PM, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/04/2013 11:52 AM, Stephan Richter wrote: On Thursday, July 04, 2013 05:47:39 AM Christian Tismer wrote: there is now a pull request, completely tested on OS X, ready to be applied with no other work

[ZODB-Dev] zodbpickle: need a new tag (0.5.1)

2013-07-16 Thread Christian Tismer
0.5.1 ? Thanks cheers -- chris -- Christian Tismer :^) mailto:tis...@stackless.com Software Consulting : Have a break! Take a ride on Python's Karl-Liebknecht-Str. 121 :*Starship* http://starship.python.net/ 14482 Potsdam: PGP key - http

[ZODB-Dev] zodbpickle: need a new tag

2013-07-16 Thread Christian Tismer
0.5.1 ? Thanks cheers -- chris -- Christian Tismer :^) mailto:tis...@stackless.com Software Consulting : Have a break! Take a ride on Python's Karl-Liebknecht-Str. 121 :*Starship* http://starship.python.net/ 14482 Potsdam: PGP key - http

[ZODB-Dev] zc.zlibstorage missing from zodb package

2013-07-20 Thread Christian Tismer
, there are bugs in the BTrees package, which I will report next time. Meant in a friendly, collaborative sense -- Chris -- Christian Tismer :^) mailto:tis...@stackless.com Software Consulting : Have a break! Take a ride on Python's Karl-Liebknecht-Str. 121

[ZODB-Dev] BTrees package problems

2013-07-20 Thread Christian Tismer
rant about ZODB. Not finished as it seems. please, see this again as my kraut way of showing interest in improving very good things. cheers -- chris -- Christian Tismer :^) mailto:tis...@stackless.com Software Consulting : Have a break! Take a ride on Python's Karl

[ZODB-Dev] BTrees and ZODB simplicity

2013-07-20 Thread Christian Tismer
should either be a ZODB sub-package in its current state, - or a real stand-alone package with some way of adding persistence as an option. * there is a conclusion following as well. Thanks for audience this far ;-) cheers - chris -- Christian Tismer :^) mailto:tis

[ZODB-Dev] make ZODB as small and compact as expected

2013-07-20 Thread Christian Tismer
to start such a project. Proposing the name david, as opposed to goliath. cheers -- chris -- Christian Tismer :^) mailto:tis...@stackless.com Software Consulting : Have a break! Take a ride on Python's Karl-Liebknecht-Str. 121 :*Starship* http://starship.python.net

Re: [ZODB-Dev] zc.zlibstorage missing from zodb package

2013-07-22 Thread Christian Tismer
On 22.07.13 11:54, Adam GROSZER wrote: On 07/21/2013 05:09 AM, Christian Tismer wrote: - discussion zc.zlibstorage requites a wrapper to add it to filestorage. I consider this an option, instead, and a simple boolean flag to switch it on and off. The module is way too simple

Re: [ZODB-Dev] BTrees and ZODB simplicity

2013-07-22 Thread Christian Tismer
On 22.07.13 13:13, Jim Fulton wrote: On Sat, Jul 20, 2013 at 11:43 PM, Christian Tismer tis...@stackless.com wrote: Third rant, dear Zope-Friends (and I mean it as friends!). In an attempt to make the ZODB a small, independant package, ZODB has been split into many modules. Maybe not as many

Re: [ZODB-Dev] BTrees package problems

2013-07-22 Thread Christian Tismer
On 22.07.13 16:38, Patrick Strawderman wrote: On Jul 20, 2013, at 11:27 PM, Christian Tismer tis...@stackless.com wrote: - BTrees has a serious bug, see the following example: from BTrees import OOBTree as BT t = BT.BTree() for num in range(100): ... k = str(num) ... t[k] = k ... t

Re: [ZODB-Dev] make ZODB as small and compact as expected

2013-07-22 Thread Christian Tismer
On 22.07.13 15:15, Stephan Richter wrote: On Sunday, July 21, 2013 06:12:34 AM Christian Tismer wrote: BTrees I agree, this could be part of ZODB and it would be fine. ... ZODB3 (zlibstorage) Well, this package is deprecated. It is available for backward-compatibility. Yes

Re: [ZODB-Dev] make ZODB as small and compact as expected

2013-07-22 Thread Christian Tismer
, separate projects. This is just plugged in, like zlibstorage (if it were not ZODB3 ;-) ) Minor point, anyway ;-) -- Christian Tismer :^) mailto:tis...@stackless.com Software Consulting : Have a break! Take a ride on Python's Karl-Liebknecht-Str. 121 :*Starship

Re: [ZODB-Dev] BTrees package problems

2013-07-22 Thread Christian Tismer
On 22.07.13 13:08, Jim Fulton wrote: On Sat, Jul 20, 2013 at 11:27 PM, Christian Tismer tis...@stackless.com wrote: The BTrees package is an attempt to isolate certain things from ZODB. While I appreciate the general intent, I cannot see the advantage at this point: - BTrees can be imported

Re: [ZODB-Dev] BTrees package problems

2013-07-23 Thread Christian Tismer
Hey Jim, On 23.07.13 19:18, Jim Fulton wrote: On Mon, Jul 22, 2013 at 9:06 PM, Christian Tismer tis...@stackless.com wrote: ... Actually, I would like to add a callable-check instead, to allow for more flexible derivatives. I don't understand this. Simple: I am writing BTree forests

Re: [ZODB-Dev] make ZODB as small and compact as expected

2013-07-29 Thread Christian Tismer
On 29.07.13 13:22, Lennart Regebro wrote: On Mon, Jul 22, 2013 at 8:44 PM, Christian Tismer tis...@stackless.com wrote: Yes, I understand this intention and see no problem: Just the namespace might be ZODB.Btrees which would not change the split. They would still live alone, separate projects

Re: [ZODB-Dev] zodbpickle: need a new tag

2013-08-16 Thread Christian Tismer
03:33 PM, Christian Tismer wrote: Hi Stephan, thanks a lot that you merged my work! Now there is a little bit missing: For some reason, the 0.5.1 tag was not merget from the clone. All files there, but the tag is still 0.5.0. I would like to push it on PyPI, but for that I need a new tag. Can you

Re: [ZODB-Dev] polite advice request

2013-08-18 Thread Christian Tismer
nice to explore. Utilizing a tuple cache (also as zodb/durus), I can create and save the database in 20 minutes, resulting in compressed size of 300 MB. Quite a starter... cheers - chris On Aug 18, 2013, at 12:17 PM, Christian Tismer tis...@stackless.com wrote: On 18.08.13 17:09, Jim Fulton

Re: [ZODB-Dev] polite advice request

2013-08-18 Thread Christian Tismer
the table lauout changed a bit three times, which creates a huge update. cheers - chris p.s.: I needed to patch zlibstorage for Python 3. Where can I put a pull request? Jim On 08/18/2013 06:34 PM, Jim Fulton wrote: On Sun, Aug 18, 2013 at 12:17 PM, Christian Tismer tis...@stackless.com wrote

Re: [ZODB-Dev] polite advice request

2013-08-18 Thread Christian Tismer
, at 12:17 PM, Christian Tismer tis...@stackless.com wrote: On 18.08.13 17:09, Jim Fulton wrote: On Fri, Aug 16, 2013 at 11:49 PM, Christian Tismer tis...@stackless.com wrote: snip Explaining very concisely, now. I don't think I/we understand your problem well enough to answer. If data has a very

Re: [ZODB-Dev] polite advice request

2013-08-18 Thread Christian Tismer
On 18.08.13 18:34, Jim Fulton wrote: On Sun, Aug 18, 2013 at 12:17 PM, Christian Tismer tis...@stackless.com wrote: ... We get a medication prescription database in a certain serialized format which is standard in Germany for all pharmacy support companies. This database comes in ~25 files

Re: [ZODB-Dev] polite advice request

2013-08-19 Thread Christian Tismer
calculate every two weeks, together with an index database. cheers - chris -- Christian Tismer :^) mailto:tis...@stackless.com Software Consulting : Have a break! Take a ride on Python's Karl-Liebknecht-Str. 121 :*Starship* http://starship.python.net/ 14482 Potsdam

[ZODB-Dev] https://github.com/zopefoundation/zc.beforestorage

2013-09-27 Thread Christian Tismer
object. Has that been discussed, and can someone please point me at it? cheers - chris -- Christian Tismer :^) mailto:tis...@stackless.com Software Consulting : Have a break! Take a ride on Python's Karl-Liebknecht-Str. 121 :*Starship* http://starship.python.net

Re: [ZODB-Dev] https://github.com/zopefoundation/zc.beforestorage

2013-09-28 Thread Christian Tismer
Hi Jim, On 27.09.13 20:12, Jim Fulton wrote: ... versions were removed in 3.9. Ok, that was my newbie-question, and the answer. I was unsure if beforestorage was still working and had to sort out that the removed versions are a different thing. thanks cheers - chris -- Christian Tismer