Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up #25

Closed
matsonjr opened this issue May 31, 2016 · 7 comments
Closed

Setting up #25

matsonjr opened this issue May 31, 2016 · 7 comments

Comments

@matsonjr
Copy link

matsonjr commented May 31, 2016

Is there something else to do to set this up besides installing SeaBreeze and the given .msi? Where am I supposed to put the module? Because when I try to test it in Idle or in a python file I get errors

@matsonjr matsonjr reopened this May 31, 2016
@ap--
Copy link
Owner

ap-- commented May 31, 2016

Here are the Windows installation instructions.

@matsonjr
Copy link
Author

Okay, I've done all that. Everything went smoothly but Idle says there's no module to use, and I can't find one. Is that supposed to be installed by the .whl? I installed it in cmd, but I can't say I noticed that anything changed

@matsonjr
Copy link
Author

Do I need to download the master file and put it somewhere to be able to use?

@ap--
Copy link
Owner

ap-- commented May 31, 2016

Since you are not providing any detailed description of what you are doing and/or the resulting error message, I would only be able to guess what's wrong.

If this is the first time you are using python, please consider reading the pip documentation and IDLE documentation.

@matsonjr
Copy link
Author

Oh wow I'm sorry my bad. I'm on a windows 7 system. I followed all the installation instructions for windows. However, trying to import the module on IDLE told me it couldn't find the modules, so I redownloaded the master file from the homepage and tried running idle from there, and instead I got an error saying it couldn't get the backend working�. I've used python a bit in the past, but not really in this way, and I'm not sure what the steps are to get it working after installation. Sorry to bother you, I really appreciate your time

@ap--
Copy link
Owner

ap-- commented Jun 1, 2016

You still haven't told me what you typed in IDLE, and you haven't copied the error message here. I am really sorry, but I currently don't have the time to take you by the hand an walk you through every single command of the installation process. Here are the things I would tell you to do to debug this. Every single step here needs to work:

1.) Install numpy and type import numpy in a python interpreter.
2.) Use pip to install the correct python-seabreeze wheel. import seabreeze should work now.
3.) Install the seabreeze C-library from the ocean-optics sourceforge site. import seabreeze.cseabreeze should work now.

If you can't get step 1 and 2 working, you really need to read some Python tutorials. The issue is then most likely on your side. If step 3 fails, look at the Windows Installation instructions and do the thing that tells you to add the folder that contains the seabreeze.dll to your %PATH% environment variable.

If you are 100% sure that you did step 3 correctly, but it didn't work, AND you added the Seabreeze.dll folder to your %PATH% and it still didn't work, give a very very very detailed summary of what you were doing (copy your code and error messages) and report back here. I might be able to help you then.

All the best,
-Andreas

@ap--
Copy link
Owner

ap-- commented May 27, 2017

Now that anaconda packages are provided, this should not be an issue anymore.

@ap-- ap-- closed this as completed May 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants