Re: Problems returning data from embedded Python

2008-08-12 Thread Cromulent
On 2008-08-13 00:50:11 +0100, "Gabriel Genellina" <[EMAIL PROTECTED]> said: En Tue, 12 Aug 2008 19:48:54 -0300, Cromulent <[EMAIL PROTECTED]> escribi�: On 2008-08-12 05:37:53 +0100, "Gabriel Genellina" <[EMAIL PROTECTED]> said: Yes, forget ab

Re: Problems returning data from embedded Python

2008-08-12 Thread Cromulent
On 2008-08-12 05:37:53 +0100, "Gabriel Genellina" <[EMAIL PROTECTED]> said: En Mon, 11 Aug 2008 12:58:00 -0300, Cromulent <[EMAIL PROTECTED]> escribi�: Uh? You have a complete API for working with list objects, the functions named PyList_* See http

Re: Problems returning data from embedded Python

2008-08-12 Thread Cromulent
On 2008-08-12 05:37:53 +0100, "Gabriel Genellina" <[EMAIL PROTECTED]> said: En Mon, 11 Aug 2008 12:58:00 -0300, Cromulent <[EMAIL PROTECTED]> escribi�: Uh? You have a complete API for working with list objects, the functions named PyList_* See http

Problems returning data from embedded Python

2008-08-11 Thread Cromulent
Okay I'm having a few issues with this and I can't seem to get it sorted out (most likely due to my inexperience with Python). Here is my Python code: def fileInput(): data = [] s = raw_input("Please enter the filename to process (enter full path if not in current directory): ")

Re: Why is there no GUI-tools like this for Windows?

2008-07-15 Thread Cromulent
On 2008-07-12 22:35:58 +0100, maestro <[EMAIL PROTECTED]> said: http://www.youtube.com/watch?v=PXpwC1o5AcI I have done some GUI-programming for windows with Python but the Tkinter interface sucked and while it is the only one I tried I got the impression they are all the same. It's amazing how