× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



To the best of my knowledge, the Python stuff is completely abandoned. The guy who was developing it hasn't touched it in 6 years, in fact, I'm not sure he's even still on the mailing list. Actually, I'm kinda surprised that the stuff is still in CVS, I thought James was going to remove it since nobody keeps it up to date anyway.

So, unless you're interested in updating it and maintaining it, I'd call it dead.

Christian Klein wrote:
Hello,

I just tried to compile Python module from the CVS repository.
I'm using FreeBSD 6.2-RELEASE, gcc version 3.4.6 [FreeBSD] 20060305 and Python Python 2.4.4.

These are the error messages:
tn5250-python.c: In function `tn5250_DisplayBuffer_del':
tn5250-python.c:888: error: too few arguments to function `tn5250_dbuffer_del'
tn5250-python.c: In function `tn5250_DisplayBuffer_ins':
tn5250-python.c:905: error: too few arguments to function `tn5250_dbuffer_ins'
tn5250-python.c: In function `tn5250_Field_valid_char':
tn5250-python.c:2633: error: too few arguments to function `tn5250_field_valid_char'
tn5250-python.c: In function `tn5250_Field_getattr':
tn5250-python.c:2915: error: structure has no member named `FCW'
tn5250-python.c: In function `tn5250_Field_setattr':
tn5250-python.c:2961: error: structure has no member named `FCW'
tn5250-python.c:2961: error: structure has no member named `FCW'



For example:
In tn5250_DisplayBuffer_del, there's a call:
tn5250_dbuffer_del (self->dbuffer, shiftcount);

but the function is declared:
void tn5250_dbuffer_del (Tn5250DBuffer * This, int fieldid, int shiftcount);


Is somebody at the moment working on the module?
Does somebody USE the module?

Thanks,
Chris


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.