Menu

#97 AttributeError

PHOEBE 2.0
closed
nobody
None
5
2014-08-07
2014-08-07
No

Hi all,

I'm an undergraduate looking to use PHOEBE for my senior thesis, however I am having difficulty getting it to run. I've set up a virtual Ubuntu environment (13.10 using VMWare player) and succesfully installed phoebe. It imports into python, but when I say "eb = phoebe.Bundle()", I get back:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'Bundle'

What am I doing wrong here? I've used UNIX based operating systems before, but not on any sort of deep level.

Thanks,
Deep Anand

Discussion

  • Andrej Prsa

    Andrej Prsa - 2014-08-07

    Hi Deep,

    Can you please let us know how you installed phoebe? Using pip or manually? Any error messages in the process?

    Thanks,
    Andrej

     
  • Gagandeep Anand

    Gagandeep Anand - 2014-08-07

    Hi Andrej,

    Thanks for the quick reply! I ended up going back and re-installing the development version using
    'pip install -e svn+http://svn.code.sf.net/p/phoebe/code/devel#egg=phoebe'
    and that seemed to do the trick! Must have missed something the first time along. This is very much a learning experience for me.

    Thanks,
    Deep

     
  • Andrej Prsa

    Andrej Prsa - 2014-08-07

    Awesome! If you run into any snags, please let us know.

    Cheers,
    Andrej

     
  • Andrej Prsa

    Andrej Prsa - 2014-08-07
    • status: open --> closed
     

Log in to post a comment.