Peter Otten wrote:
> Jean-François Piéronne wrote:
>
>> I'm looking for a module name tinter (not tkinter...)
>>
>> from http://www.vex.net/parnassus/apyllo.py?i=97497223
>> status: Dead and Gone
>>
>> Google return no location to download it, on
I'm looking for a module name tinter (not tkinter...)
from http://www.vex.net/parnassus/apyllo.py?i=97497223
status: Dead and Gone
Google return no location to download it, only a few
articles mentionned it, for example:
http://www.ibm.com/developerworks/linux/library/l-python6.html
Does someon
Sebastian Bassi a écrit :
> Hello,
>
> I found http://www2.sfk.nl/svg as a Python module for writing SVG.
> Last update was in 2004 and I am not sure if there is something
> better.
> Any recommendation for generating SVG graphics?
I have ported to Python the Ruby SVG graph generation library
htt
Irmen de Jong wrote:
> Martin v. Löwis wrote:
[snip]
>> Perhaps you had some different work-around in mind?
>
> Nope, I was indeed thinking about splitting up the recv() into
> smaller blocks internally.
> Maybe a more elaborate check in Python's build system (to remove
> the MSG_WAITALL on VMS) w
Irmen de Jong a écrit :
> Jean-François Piéronne wrote:
>
>> Which Python version, OpenVMS version, IP stack and stack version?
>
> OpenVMS 7.3-2, Python 2.3.5, no idea about IP stack version.
>
Thanks, may be upgrade to Python 2.5 will solve the problem.
>> If yo
> Hi,
>
> Recently I was bitten by an apparent bug in the BSD socket layer
> on Open VMS. Specifically, it appears that VMS defines MSG_WAITALL
> in socket.h but does not implement it (it is not in the documentation).
> And I use the socket.MSG_WAITALL flag on my recv() calls... and
> then they cr