We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a folder like this:
--------------------------- cb_utils/ __init__.py ... ..several py files.. ..several modules.. math/ __init__.py simplex.py -------------------------
I cannot load any file from cb_utils/ in emacs using python mode (with ropemacs/ropemode/autocomplete loaded in (eval-after-load "python-mode").
I get: "Pymacs loading ropemacs.....failed" and in Pymacs window:
<23 (version "0.24-beta2") >45 eval pymacs_load_helper("ropemacs", "rope-") <13 (return nil)
If I remove my math module I have no problem. Somehow this module (cb_utils.math) is giving naming problems with the python math module ???
(sorry for my english...)
The text was updated successfully, but these errors were encountered:
Maybe you should post it to [email protected]. The mailing list is more active than this issue tracker.
Sorry, something went wrong.
No branches or pull requests
I have a folder like this:
I cannot load any file from cb_utils/ in emacs using python mode (with ropemacs/ropemode/autocomplete loaded in (eval-after-load "python-mode").
I get: "Pymacs loading ropemacs.....failed" and in Pymacs window:
If I remove my math module I have no problem. Somehow this module (cb_utils.math) is giving naming problems with the python math module ???
(sorry for my english...)
The text was updated successfully, but these errors were encountered: