Vision Egg (installing strange outside libraries)

Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Feb 2007
Posts: 77
Reputation: aot is an unknown quantity at this point 
Solved Threads: 1
aot's Avatar
aot aot is offline Offline
Junior Poster in Training

Vision Egg (installing strange outside libraries)

 
0
  #1
Jan 31st, 2008
I've just downloaded and installed Vision Egg, a library built for python that displays various common scientific stimuli. While I was able to install it according to their specifications and get it to run from the command line (Terminal in my case), I have not been able to get it running in Eclipse, my favorite IDE.

Does anyone have any experience with this particular install, or advice on how to get extra libraries like this one into IDEs? I tried telling Eclipse to add the Vision Egg folder to the system Pythonpath (where all the other libraries seem to be), but it still gives me the following error when I try to run a basic demo:

VisionEgg.start_default_logging(); VisionEgg.watch_exceptions()
AttributeError: 'module' object has no attribute 'start_default_logging'

I'm using Mac OSX 10.5.1 with python 2.5 (although Vision Egg seems to prefer 2.4 -- I have that installed too, but it isn't what is linked to Eclipse for an interpreter -- could this be my problem?).

Any help or insights at all would be appreciated...
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 1,546
Reputation: Ene Uran has a spectacular aura about Ene Uran has a spectacular aura about 
Solved Threads: 174
Ene Uran's Avatar
Ene Uran Ene Uran is offline Offline
Posting Virtuoso

Re: Vision Egg (installing strange outside libraries)

 
0
  #2
Feb 1st, 2008
It seems to find the module VisionEgg, but not the method/attribute start_default_logging()
Are you sure there is such a thing, and is it spelled correctly. Also, do you have to create an instance of class VisionEgg to make this work?

Sorry I am using 'wonderful' Windows Vista and shied away from using the huge Eclipse IDE.
drink her pretty
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 686 | Replies: 1
Thread Tools Search this Thread



Tag cloud for Python
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC