Bugs item #2815132, was opened at 2009-07-01 13:25
Message generated for change (Comment added) made by lgautier
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2815132&group_id=48422

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
>Group: rpy2
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Shai Berger (shaiberger)
>Assigned to: lgautier (lgautier)
Summary: demos/radmin.py needs to import rpy2

Initial Comment:
~/rpy2-2.0.5/demos> python radmin.py
Traceback (most recent call last):
  File "radmin.py", line 654, in <module>
    splash = get_splash()
  File "radmin.py", line 634, in get_splash
    image.set_from_file(os.path.join(rpy2.__path__[0], "images", 
"rpy2_logo.png"))
NameError: global name 'rpy2' is not defined

(after editing the file and adding "import rpy2" near the top, all went well)

----------------------------------------------------------------------

>Comment By: lgautier (lgautier)
Date: 2009-07-11 08:55

Message:
Fixed. Thanks for reporting it.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2815132&group_id=48422

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to