Hello everyone,

I used to create postscripts with rpy without any problem on my old
computer. This computer was on fedora 7 with python 2.5.1.
I was given a new computer with fedora 9, python 2.5.1 and 2.8.0, and
now, all my 'old' scripts for making postscripts or pdf do not work
anymore...
Here is a piece of code :
r.postscript("Effets.ps")
r.plot(ArrayB,ArrayC)
r.dev_off()

No error is raised in python. But my postscripts and pdf are just not
possible to open. Though they are not empty...
For postscripts, I have tried with evince and gs. Evince load without
ending and gs close with the error I put just after this message (for
more clarity) .
The same thing happens with pdf, acroread load open empty and Xpdf
(error message copy at the end).
I still can make png... but I need to do multiple figure documents.

Could anyone help? Does anyone see a reason for these problems ?
Thanks a lot !

Yours faithfully,
Aurélie Bornot.


Error message for gs :
GPL Ghostscript 8.63 (2008-08-01)
Copyright (C) 2008 Artifex Software, Inc.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Loading NimbusSanL-Regu font from
/usr/share/fonts/default/Type1/n019003l.pfb... 3961336 1948349 5845152
4548661 1 done.
Loading NimbusSanL-Bold font from
/usr/share/fonts/default/Type1/n019004l.pfb... 4002328 2066597 5845152
4554714 1 done.
Loading NimbusSanL-ReguItal font from
/usr/share/fonts/default/Type1/n019023l.pfb... 4041992 2182132 5845152
4560004 1 done.
Loading NimbusSanL-BoldItal font from
/usr/share/fonts/default/Type1/n019024l.pfb... 4081720 2298538 5865336
4568714 1 done.
Loading StandardSymL font from
/usr/share/fonts/default/Type1/s050000l.pfb... 4081720 2357428 5865336
4573945 1 done.
Error: /undefined in 595,00
Operand stack:

Execution stack:
  %interp_exit   .runexec2   --nostringval--   --nostringval--
--nostringval--   2   %stopped_push   --nostringval--
--nostringval--   --nostringval--   false   1   %stopped_push   1905
1   3   %oparray_pop   1904   1   3   %oparray_pop   1888   1   3
%oparray_pop   1771   1   3   %oparray_pop   --nostringval--
%errorexec_pop   .runexec2   --nostringval--   --nostringval--
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--
Dictionary stack:
  --dict:1146/1684(ro)(G)--   --dict:0/20(G)--   --dict:89/200(L)--
Current allocation mode is local
Current file position is 2289
GPL Ghostscript 8.63: Unrecoverable error, exit code 1

Error Message for xpdf : --> xpdf generate a large succession of errors
like these :
Error (4524): Too few (0) args to 're' operator
Error (4534): Unknown operator ',000'
Error (4540): Unknown operator ',000'
Error (4547): Unknown operator ',000'
Error (4550): Too few (0) args to 'RG' operator
Error (4556): Unknown operator ',88'
Error (4562): Unknown operator ',44'
Error (4565): Too few (0) args to 'm' operator
Error (4572): Unknown operator ',88'
Error (4576): Unknown operator ',96'
Error (4578): Too few (0) args to 'l' operator




-- 
Please note my new mail adress : <[EMAIL PROTECTED]>
---------------------------------------------------------------------------
Aurelie Bornot
EBGM, INSERM UMR-S 726, DSIMB team
INTS
6, rue Alexandre Cabanel
75739 Paris Cedex 15
FRANCE
--------------------------------------------------------------------------- 

Website : http://www.dsimb.inserm.fr/~bornot/

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to