Le 12/04/2012 19:10, Dan Stromberg a écrit :
I wonder if this'll do what you need:
https://trac.calendarserver.org/browser/CalendarServer/trunk/twext/python/sendfd.py
The problem is that this is Linux-only solution, and I would like to
keep a multi-platform compatibility.
There are other wa
Hi,
I would like to work with PyQt / PySide, but there is a small problem :
methods arguments are not completed by IDE's autocompletion.
When, typing "PySide.", I correctly get the module's attributes, but
when I want to see what arguments are expected to a constructor /
method, all I get is
Hi everybody,
I'm looking for a way to migrate SQLAlchemy based database easily. I
found Migrate, but finally it's almost the same as doing the migration
by hand.
If this doesn't exists, do you think that it would be hard to do a
simple migration tool which would :
- Add/Delete columns