Future of the Python Linux Distribution

Alex cut_me_out at hotmail.com
Wed May 10 08:27:52 EDT 2000


> <let-me-know-if-it-works>-ly y'rs,

'Fraid not.  It seems to have a problem with the "M" function.  Perhaps
this is a standard postscript command, but it's a little hard to search
for, gets too many false positives. :)

Error: /undefined in M
Operand stack:
   70   614
Execution stack:
   %interp_exit () --nostringval-- --nostringval-- --nostringval-- false
   --nostringval-- --nostringval-- %runexec_finish --nostringval--
   --nostringval-- --nostringval--
Dictionary stack:
   --dict:682/701--   --dict:0/20--   --dict:49/200--
Current allocation mode is local
Current file position is 436

This is with the program 

/rgt { _rbar exch get } bind def
/p4 { 4 { pop } repeat } bind def
/ism { { rgt } forall arcto p4 } bind def
/stuff { _rbar exch 3 -1 roll put } bind def
/Rbbx { gsave [ 6 1 roll ] /_rbar exch def
 3 rgt 1 rgt add 1 stuff 2 rgt 0 rgt add 0 stuff
 2 rgt 3 rgt 4 rgt add newpath M
 [ [ 2 1 0 1 4 ] [ 0 1 0 3 4 ] [ 0 3 2 3 4 ] [ 2 3 2 1 4 ] ]
 { ism } forall gsave Sg fill grestore
 Sg S stroke grestore } bind def
200 200 moveto
70 614 M 2 0.5 0.82 313 136 currentpoint 9 Rbbx

Alex.



More information about the Python-list mailing list