Re: excel library without COM

2007-06-03 Thread yuce
i think this one works pretty nice: http://www.python.org/pypi/xlrd Happy hacking, Yuce On Jun 4, 3:59 am, james_027 <[EMAIL PROTECTED]> wrote: > Hi, > > is there any library to help me write excel files without using win > com? because i'll be working on linux platf

Re: `yield` in a `try/finally` block, pre-Python 2.5

2007-06-03 Thread yuce
I had the same problem, you can see: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/130004 for a solution. Happy hacking, Yuce On Jun 4, 8:23 am, Adam Atlas <[EMAIL PROTECTED]> wrote: > I'm trying to emulate the Python 2.5 behaviour (PEP 342) of generator > functions

Re: python -- prolog bridge error

2007-05-30 Thread yuce
I've updated install doc for pyswip, you can have a look at: http://code.google.com/p/pyswip/wiki/INSTALL Happy hacking, Yuce -- http://mail.python.org/mailman/listinfo/python-list

Re: Creating a distro of python... What would you include in it?

2007-05-30 Thread yuce
d.org/tracker/psycopg - docutils : http://docutils.sourceforge.net/ - NumPy/Numeric : http://numpy.scipy.org/ - if it's for Win32 also pywin32 : http://www.python.net/crew/mhammond/win32/ Yuce -- http://mail.python.org/mailman/listinfo/python-list

Re: python -- prolog bridge error

2007-05-27 Thread yuce
That should solve the problem, happy hacking :) Yuce Tekol On 27 Mayıs, 03:08, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I am getting an error with pyswip on xp that says the .dll isn't > installed as a shared library. Is there a manual way to install >