Create a .lua fle from Python

2015-09-29 Thread Ariel Argañaraz
ython.org/pypi/lupa)?? In the docs I read that you can create lua tables but I did not see if there is a way to create a .lua file with that table. I could do it with python writing to a file line per line but i want some more elegant. Can anyone give some help? Thanks. -- Ariel Argañaraz -- https://mail.python.org/mailman/listinfo/python-list

Problems with ZODB, I can not persist and object accessed from 2 threads

2014-04-29 Thread Ariel Argañaraz
succesfully but it doest save the changes to the DB. -- Ariel Argañaraz main.py Description: application/download objects.py Description: application/download -- https://mail.python.org/mailman/listinfo/python-list

Persist python objects without a relational DB

2014-02-28 Thread Ariel Argañaraz
Hi, I would like to know which is the best framework to persist my python objects in disk. I heard about ZODB (http://www.zodb.org/en/latest/index.html) is this the best or there is another ? -- Ariel Argañaraz -- https://mail.python.org/mailman/listinfo/python-list