-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
"Add Path" fails with "AttributeError: startswith " #12
Comments
From pierre.raybaut on 2009-08-27T22:52:41Z That is a simple error indeed... unfortunately this kind of error is OS-dependent Anyway, it will be really easy to fix in v1.0.0beta4. Thanks for reporting this bug! Status: Accepted |
From pierre.raybaut on 2009-08-29T01:52:29Z Fixed in v1.0.0beta4 (as well as another similar bug in findinfiles.py) Status: Fixed |
…spector while editing it (pull request #12)
Update theme to Alabaster and configure; add updated logo
From [email protected] on 2009-08-27T18:29:01Z
A rather simple error occurs when using the "Add Path" dialog box (File ->
Add Path). The add_path function (pathmanager.py:202) calls abspath() with
the selected directory, which is a PyQt4.QtCore.QString.
Calling str or unicode on the 'directory' variable resolves the issue.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=12
The text was updated successfully, but these errors were encountered: