Does anyone know how to get shelve-s working on Win95. I presume that I would need a dbm version, but gdbm seems to exist for Win95. Still, it seems to me that there are some pieces missing. And pickle appears insufficient.<br>
<br>
I am quite new to Python, so I am not sure exactly what I am doing, but I would like to use some sort of database that I could package up and send out with an installer, and GadFly seems to be ram-resident. (<any of the machines that I will need my application to run on are several years old, and weren't top-of-the-line when new. I feel that I can expect limited memory.) I suppose that I could allow virtual memory to take care of things, but that feels sloppy (GadFly warns that it will slow down in such a situation). <br>
<br>
Any suggestions as to the appropriate method of proceeding? I want to convert a small database from MS Access to Python...I'm not sure that this is a good idea, but neither do I feel that staying with Access is a good idea. The database is small enough that it would be able to be RAM resident on most machines, which make this a good candidate to start with, but follow on projects could be expected to be larger if this is successful, so a file-based approach rather than strictly RAM based seems desireable. OTOH, if Python can do direct-access IO, I haven't run into it. Is Python for Windows compatible with code compiled by Ming32W, lcc, or gcc? All of the documentation keeps referring to VC++, which I find worrisome.<br>
<br>
I am quite new to Python, so I am not sure exactly what I am doing, but I would like to use some sort of database that I could package up and send out with an installer, and GadFly seems to be ram-resident. (<any of the machines that I will need my application to run on are several years old, and weren't top-of-the-line when new. I feel that I can expect limited memory.) I suppose that I could allow virtual memory to take care of things, but that feels sloppy (GadFly warns that it will slow down in such a situation). <br>
<br>
Any suggestions as to the appropriate method of proceeding? I want to convert a small database from MS Access to Python...I'm not sure that this is a good idea, but neither do I feel that staying with Access is a good idea. The database is small enough that it would be able to be RAM resident on most machines, which make this a good candidate to start with, but follow on projects could be expected to be larger if this is successful, so a file-based approach rather than strictly RAM based seems desireable. OTOH, if Python can do direct-access IO, I haven't run into it. Is Python for Windows compatible with code compiled by Ming32W, lcc, or gcc? All of the documentation keeps referring to VC++, which I find worrisome.<br>