yhat / rodeo

A data science IDE for Python
Other
3.93k stars 411 forks source link

Bad character breaks Rodeo #487

Open ben519 opened 7 years ago

ben519 commented 7 years ago

If you try to execute this text inside Rodeo, it will hang

['Friday’, 'Saturday']

Of course, I eventually realized the apostrophe at the end of Friday is the culprit, but I thought I'd report this anyways. When I execute this in an Anaconda shell in Terminal, I get a nice error message.

glamp commented 7 years ago

@ben519 not seeing this on my end. is this still an issue for you?

image

image

ben519 commented 7 years ago

Yes, this still hangs Rodeo for me. Forgot to mention that I'm using Rodeo 2.4.2 combined with an Anaconda virtual environment using Python 3.5.2. And I'm on mac osx 10.11.6

glamp commented 7 years ago

very weird. can you send over your logfile (or at least the last 2K lines of it)? ~/rodeo.log

ben519 commented 7 years ago

Interesting. I had two rodeo log files. They're both attached.

On Fri, Sep 30, 2016 at 12:30 PM, Greg Lamp notifications@github.com wrote:

very weird. can you send over your logfile (or at least the last 2K lines of it)? ~/rodeo.log

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/yhat/rodeo/issues/487#issuecomment-250804244, or mute the thread https://github.com/notifications/unsubscribe-auth/AAsIm8hl5d8kZ_4p28l_B-FzAmLTz9Y7ks5qvUccgaJpZM4KKr0W .

TakenPilot commented 7 years ago

(Off-topic: @ben519 Yeah, the log files roll to one additional file so we won't lose anything even after the file exceeds its limit and is cleared. I'm going to change the logging to something cheaper and manage it wiser in the future -- once everything becomes more obvious in the UI. )

aleszib commented 6 years ago

I have the same issue Rodeo 2.4.10 However, as I write in a language where "strange" characters, e.g. ščž are used all the time, this is very important to me (I can not use rodeo for what I want if this is not resolved).

Is this issue being worked on?

Otherwise, this would be my No.1 Python IDE.