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

not compatible with ninja IDE? #4

Open
andeepeabody opened this issue Jun 19, 2013 · 9 comments
Open

not compatible with ninja IDE? #4

andeepeabody opened this issue Jun 19, 2013 · 9 comments

Comments

@andeepeabody
Copy link

Hello!

I downloaded your plug-in for Ninja and it's not working.

Traceback (most recent call last):
File "ninja_ide\core\plugin_manager.pyc", line 319, in load
File "ninja_ide\core\plugin_manager.pyc", line 297, in _load_module
PluginManagerException: Error loading "debugger_plugin.Debugger": No module named SimpleXMLRPCServer

I have python 2.7 installed.

Please help!
Thanks!
andee

@jsargiot
Copy link
Owner

I assume you're running on windows... but which version of Ninja-IDE are you using? Do you install it with the MSI or you running the source?

@andeepeabody
Copy link
Author

MSI. could that be the issue? Should I use the source code instead?
On Jun 19, 2013 11:05 AM, "Joaquin Sargiotto" notifications@github.com
wrote:

I assume you're running on windows... but which version of Ninja-IDE are
you using? Do you install it with the MSI or you running the source?


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-19689903
.

@jsargiot
Copy link
Owner

There some issues with the packaging of ninja not containing that specific
library... could you try with the source of ninja?

Joaquin Sargiotto
El jun 19, 2013 1:41 p.m., "andeepeabody" notifications@github.com
escribió:

MSI. could that be the issue? Should I use the source code instead?
On Jun 19, 2013 11:05 AM, "Joaquin Sargiotto" notifications@github.com
wrote:

I assume you're running on windows... but which version of Ninja-IDE are
you using? Do you install it with the MSI or you running the source?


Reply to this email directly or view it on GitHub<
https://github.com/jsargiot/ninja-debugger-plugin/issues/4#issuecomment-19689903>

.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-19696336
.

@andeepeabody
Copy link
Author

ok, got the source to install, and the debugger issue is now resolved. now
on to the git and kai issues! thanks!

On Wednesday, June 19, 2013, Joaquin Sargiotto wrote:

There some issues with the packaging of ninja not containing that specific
library... could you try with the source of ninja?

Joaquin Sargiotto
El jun 19, 2013 1:41 p.m., "andeepeabody" <notifications@github.com<javascript:_e({}, 'cvml', 'notifications@github.com');>>

escribió:

MSI. could that be the issue? Should I use the source code instead?
On Jun 19, 2013 11:05 AM, "Joaquin Sargiotto" <notifications@github.com<javascript:_e({}, 'cvml', 'notifications@github.com');>>

wrote:

I assume you're running on windows... but which version of Ninja-IDE
are
you using? Do you install it with the MSI or you running the source?


Reply to this email directly or view it on GitHub<

https://github.com/jsargiot/ninja-debugger-plugin/issues/4#issuecomment-19689903>

.


Reply to this email directly or view it on GitHub<
https://github.com/jsargiot/ninja-debugger-plugin/issues/4#issuecomment-19696336>

.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-19703627
.

@jsargiot
Copy link
Owner

Good to hear! Whatever feedback you have on the debugger is more than
welcome :)

Joaquin Sargiotto
El jun 19, 2013 5:40 p.m., "andeepeabody" notifications@github.com
escribió:

ok, got the source to install, and the debugger issue is now resolved. now
on to the git and kai issues! thanks!

On Wednesday, June 19, 2013, Joaquin Sargiotto wrote:

There some issues with the packaging of ninja not containing that
specific
library... could you try with the source of ninja?

Joaquin Sargiotto
El jun 19, 2013 1:41 p.m., "andeepeabody" <notifications@github.com<javascript:_e({},
'cvml', 'notifications@github.com');>>

escribió:

MSI. could that be the issue? Should I use the source code instead?
On Jun 19, 2013 11:05 AM, "Joaquin Sargiotto" <
notifications@github.com<javascript:_e({}, 'cvml', '
notifications@github.com');>>

wrote:

I assume you're running on windows... but which version of Ninja-IDE
are
you using? Do you install it with the MSI or you running the source?


Reply to this email directly or view it on GitHub<

https://github.com/jsargiot/ninja-debugger-plugin/issues/4#issuecomment-19689903>

.


Reply to this email directly or view it on GitHub<

https://github.com/jsargiot/ninja-debugger-plugin/issues/4#issuecomment-19696336>

.


Reply to this email directly or view it on GitHub<
https://github.com/jsargiot/ninja-debugger-plugin/issues/4#issuecomment-19703627>

.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-19713291
.

@Jean-Marie
Copy link

Hello !

I have the same problem as andeepeabody, same traceback message, Python 2.7, I am running under Windows XP, Ninja 2.3 installed through the msi file.
I have tried reinstalling Ninja from source files, but I am not a Python expert, I hardly know Linux, and I installed setuptools, that was OK, after which it said it needed the sip module, and I got lost there (needing to launch a make file... no explanation for windows), and my friends who know a little of Python & Linux sait I should abandon.
Do you have another solution for solving the SimpleXMLRPCServer module issue ?
Thank you

@jsargiot
Copy link
Owner

Sorry, There is no solution, and since the Ninja-IDE team is working on a new version with a fresh architecture I don't think it is possible to fix it. We'll have to wait for the next release I guess...

@Jean-Marie
Copy link

OK, I will have to do with another IDE for the moment, I will test Ninja with debugger plug-in when the next release of Ninja comes out
Thank you for your answer and, most of all, for the great work which you provide

@emwa
Copy link

emwa commented Aug 31, 2014

Hi,
I'm trying to use the plugin but seems that I can't make it work properly.

1)put the break points
2) start de debugging file
... it doesn't stop on the break points but appear all the debugging options active

On Debian with:
python 2.7
ninja-ide 2.3
ninja-debugger-plugin 0.4.2

same issue or a new one? don't have any visible error...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants