Having trouble running remote dubeg Follow
I am using PyCharm 2.6.3 on Windows 7. I have a Django project on a remote CentOS 6 machine. I am trying to run/debug that project remotely.
On my CentOS machine, I have my home directory setup like this:
I have my home directory shared. On my Windows computer, I have the Linux share mapped to my N: drive:
I opened the project I want to work on:
Then I configured the remote interpreter:
and I setup the Django support:
This is how I setup my debug config and path mappings:
Now when I go debug the project, this is the error I get:
How do I resolve this error? Thanks!
On my CentOS machine, I have my home directory setup like this:
I have my home directory shared. On my Windows computer, I have the Linux share mapped to my N: drive:
I opened the project I want to work on:
Then I configured the remote interpreter:
and I setup the Django support:
This is how I setup my debug config and path mappings:
Now when I go debug the project, this is the error I get:
How do I resolve this error? Thanks!
2 comments
Sort by
Date
Votes

Comment actions
Permalink
Please try adding a trailing slash to the "Remote path" mappings you have specified.

Comment actions
Permalink
That worked, thanks!
Please sign in to leave a comment.