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

Error with preamble and exc_clear #59

Closed
marcelm opened this issue Mar 13, 2015 · 2 comments
Closed

Error with preamble and exc_clear #59

marcelm opened this issue Mar 13, 2015 · 2 comments
Labels

Comments

@marcelm
Copy link
Owner

marcelm commented Mar 13, 2015

From Levy...@gmail.com on August 22, 2012 22:41:11

What steps will reproduce the problem? 1. running cutadapt with any files What is the expected output? What do you see instead? Instead of proper cutadapt running, I see the code copied below

Traceback (most recent call last):
File "/home/rnaseq/programs/execute/cutadapt", line 5, in
import _preamble
ImportError: No module named _preamble

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "$HOME/programs/execute/cutadapt", line 7, in
sys.exc_clear()
AttributeError: 'module' object has no attribute 'exc_clear' What version of the product are you using? On what operating system? cutadapt 1.1 on linux with python 3.2 Please provide any additional information below. I'm sorry if this is a simple question but I am new to linux and having errors trying to use cutadapt. Please help me determine what is incorrect about my installation or coding. Thank you.

Original issue: http://code.google.com/p/cutadapt/issues/detail?id=49

@marcelm
Copy link
Owner Author

marcelm commented Mar 13, 2015

From marcel.m...@tu-dortmund.de on August 23, 2012 00:33:16

Please edit the file $HOME/programs/execute/cutadapt and replace the line "sys.exc_clear()" with "pass". That command isn't available in Python 3 and the fix isn't included in cutadapt 1.1.

@marcelm
Copy link
Owner Author

marcelm commented Mar 13, 2015

From marcel.m...@tu-dortmund.de on October 12, 2012 04:16:40

Status: Fixed

@marcelm marcelm closed this as completed Mar 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant