Bugs item #2815132, was opened at 2009-07-01 14:25
Message generated for change (Tracker Item Submitted) made by shaiberger
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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Shai Berger (shaiberger)
Assigned to: Nobody/Anonymous (nobody)
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)

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

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

------------------------------------------------------------------------------
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to