<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>PyCharm</title>
<link>http://forum.jetbrains.com/forum/PyCharm</link>
<description>Posts + Comments</description>
<item>
<title>Re: PyCharm Reports Behave Decorators as Unresolved References</title>
<link>http://forum.jetbrains.com/message/PyCharm-1320-3</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1320">PyCharm Reports Behave Decorators as Unresolved References</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-unresolved">unresolved</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-bdd">bdd</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-behave">behave</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span class="date fresh24" title="Sun, May 19, 2013 4:35:07 AM EDT -04:00 (&lt;= 24 hours)"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1320?message=PyCharm-1320-3">4:35 am</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text"><div class="wiki quote"><a href="http://youtrack.jetbrains.net/issue/PY-8427" target="_blank">PY-8427</a></div> +1 to support behave. RubyMine did it very well. I think Pycharm  should catch up on this feature. That&#39;s very useful for the people who play BDD often.</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/l.jones">Lawrence Jones</a>
@
<span title="Mon, Feb 4, 2013 11:31:16 AM EST -05:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1320">Feb 04</a>
</span>
</p>
<p><div class="wiki text">I used the Python package behave to perform functional testing of my Python project.<br/><br/>When I open the directory containing my file steps.py, PyCharm reports &quot;unresolved reference &#39;given&#39;&quot; (or &#39;then&#39; or &#39;when&#39;) for all the decorators of my steps.<br/><br/>How do I configure PyCharm to resolve these references?<br/><br/>Thanks.</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1320-3</guid>
<pubDate>Sun, 19 May 2013 08:35:07 UT</pubDate>
</item>
<item>
<title>Multiple Django Settings files</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1500</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1500">Multiple Django Settings files</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-django">django</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-settings.py">settings.py</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-manage.py">manage.py</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Fri, May 17, 2013 6:18:38 PM EDT -04:00, updated: Fri, May 17, 2013 6:22:53 PM EDT -04:00">May 17
</span>
</span>
<span title="User online" class="userStatus online"></span>
<a class="" href="http://forum.jetbrains.com/user/deggor">Deggor Deggor</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hello, first off, my apologies if this question has already been answered:<br/><br/>I starting to work on a new Django project for which there are multiple settings files.<br/><br/>My project structure looks like:<br/><span class="wiki text monospace"><br/>    &lt;project dir&gt;/<br/>        &lt;configuration dir&gt;/<br/>            &lt;settings&gt;/<br/>                __init__.py<br/>                base.py<br/>                dev.py<br/>                prod.py</span><br/><br/>The <span class="wiki text monospace">base.py</span> file contains almost all of the necessary settings except the DATABASES variable.  The children (<span class="wiki text monospace">dev.py, prod.py,</span> etc.) import from <span class="wiki text monospace">base.py</span> then continue to set additional variables, like the database it&#39;s connecting to, whether any additional apps are installed, whether DEBUG is enabled, etc.<br/><br/>I&#39;ve manage to create multiple run configurations for each of the settings files I have, in which I&#39;ve modified the environment variable <span class="wiki text monospace">DJANGO_SETTINGS_MODULE</span> to point to the desired file.  This all works great.<br/><br/>However, if I try and do any manage.py tasks using the menu option, i run into the following error:<br/><br/><span class="wiki text monospace"><font color="maroon">django.core.exceptions.ImproperlyConfigured: Requested setting DATABASES, but settings are not <br/>    configured. You must either define the environment variable DJANGO_SETTINGS_MODULE<br/>    or call settings.configure() before accessing settings.</font></span><br/><br/>I&#39;m assuming that the &quot;run manage.py task&quot; just uses the manage.py specified in the Settings, and doesn&#39;t add any environment variables. Is there any way to have the &quot;run manage.py task&quot; use the environment variables that are setup for that specific run configuration?  Or is there any other alternative beyond editing either the<span class="wiki text monospace">Settings -&gt; Django Support -&gt; Settings / Manage script</span> options (as I don&#39;t want to change it every time I change a run configuration)?<br/><br/>Thanks in advance.<br/><br/>+<font color="green"><strong>EDIT</strong>: I realize I can use <span class="wiki text monospace">Shift + Enter</span>, and use the options <span class="wiki text monospace">--settings=path.to.settings</span>, but that seems to be rather big pain to need to do <em>every</em> time I need to use a manage.py task.</font>+</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Deggor Deggor</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1500</guid>
<pubDate>Fri, 17 May 2013 22:18:38 UT</pubDate>
</item>
<item>
<title>Re: Wrong path with new release</title>
<link>http://forum.jetbrains.com/message/PyCharm-1317-5</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1317">Wrong path with new release</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-run">run</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-path">path</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-manage.py">manage.py</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Fri, May 17, 2013 4:28:16 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1317?message=PyCharm-1317-5">May 17</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">I had the same problem with a different settings file - your suggestion solved the problem.  I think my problem started when I had to downgrade to a previous version of Pycharm.  Thanks.</div>

</p>
<blockquote>
<p>
<span title="User online" class="userStatus online"></span>
<a class="" href="http://forum.jetbrains.com/user/yole">Dmitry Jemerov</a>
@
<span title="Fri, Feb 1, 2013 11:42:23 AM EST -05:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1317?message=PyCharm-1317-1">Feb 01</a>
</span>
</p>
<p><div class="wiki text">Please make sure that the &quot;src&quot; directory is marked as a source root in Settings | Project Structure. Note that, as long as you keep the .idea directory, you won&#39;t need to configure the project again.<br/><br/><br/>--<br/>Dmitry Jemerov, Chief Technology Officer, JetBrains</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1317-5</guid>
<pubDate>Fri, 17 May 2013 20:28:16 UT</pubDate>
</item>
<item>
<title>Re: can compile MIPS programs in PyCharm?</title>
<link>http://forum.jetbrains.com/message/PyCharm-1497-2</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1497">can compile MIPS programs in PyCharm?</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-MIPS%20architecture">MIPS architecture</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Fri, May 17, 2013 3:26:43 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1497?message=PyCharm-1497-2">May 17</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hi,<br/>thanks, But what you mean by &quot;patch my python interpreter&quot;? Could you please explain more?</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/Dmitry.Filippov@jetbrains.com">Dmitry Filippov</a>
@
<span title="Thu, May 16, 2013 12:41:57 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1497?message=PyCharm-1497-1">May 16</a>
</span>
</p>
<p><div class="wiki text">Hi, <br/>Sure. But you need to patch your python interpreter manually.<br/><br/><br/>Dmitry Filippov<br/>Product Marketing Manager<br/>Jetbrains, Inc<br/><a href="http://www.jetbrains.com">http://www.jetbrains.com</a><br/>&quot;Develop with pleasure!&quot;</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1497-2</guid>
<pubDate>Fri, 17 May 2013 19:26:43 UT</pubDate>
</item>
<item>
<title>Re: sudden crash</title>
<link>http://forum.jetbrains.com/message/PyCharm-1366-13</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1366">sudden crash</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-2.7">2.7</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Fri, May 17, 2013 2:37:18 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1366?message=PyCharm-1366-13">May 17</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/sztosz">Bartosz  Nowak</a>
</p>

<p class="restricted-width">
<div class="wiki text">Pycharm ceased to crash for me when i stopped using chrome. And i do seem to remember that i did almost always had chrome opened at the times of crash. Now when i don&#39;t use chrome pycharm does not crash. I would not relate Pycharm(well python itself to be exact) with chrome, if not a friend that had lot of python heavy using eve online game crashing with chrome in background. When chrome does not run there is not problems with pycharm and also with eve online. Can anyone confirm having chrome running when crashes does appear?</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/sztosz">Bartosz  Nowak</a>
@
<span title="Fri, Feb 22, 2013 12:48:45 PM EST -05:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1366">Feb 22</a>
</span>
</p>
<p><div class="wiki text">I upgraded to 2.7 recently. I never (almost) shut down my machine, having so much cheap ram around i never run out of it and run 10-30 apps on my desktop all the time. One of them is constantly open Pycharm. I use Win 8 Pro and Kaspesrsky Pure 2.0. The situation written below did not ever happen before upgrading to 2.7<br/><br/>Since updating to 2.7 pycharm randomly once in a while just shuts itself down. I can happen sometimes every two days, sometimes once a day. I cannot find any error log to post. The most scary thing is that when pycharm goes down, it takes down few other apps. Once it took down Thunderbird, Miranda-IM and few tray icons i don&#39;t remember. Today few minutes ago it was all windows of Excel, some background uploading program for my work that sits in tray and synchronize folders, and Steam (you can&#39;t work 24h a day ;). There is nothing in .PyCharm20\system\log\idea.log (it&#39;s modified date is 2 day old). Not a single event in windows event viewer that could be even remotely connected to pycharm or any other program that shuts down. One suspicious entry in kaspesky log (but pointing to python.exe not java or pycharm). The machine works flawlessly after the pycharm crash, although the programs shout down along pycharm did not exit clean. For example Excel allows me to recover documents i had open etc.<br/><br/>I am clueless. It started day after upgrading to pycharm 2.7. And i did not install or change anything in the software or hardware from that time.</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Bartosz  Nowak</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1366-13</guid>
<pubDate>Fri, 17 May 2013 18:37:18 UT</pubDate>
</item>
<item>
<title>Re: sudden crash</title>
<link>http://forum.jetbrains.com/message/PyCharm-1366-12</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1366">sudden crash</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-2.7">2.7</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Fri, May 17, 2013 2:19:24 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1366?message=PyCharm-1366-12">May 17</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">Just happened again to me whilst editing code.</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/sztosz">Bartosz  Nowak</a>
@
<span title="Fri, Feb 22, 2013 12:48:45 PM EST -05:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1366">Feb 22</a>
</span>
</p>
<p><div class="wiki text">I upgraded to 2.7 recently. I never (almost) shut down my machine, having so much cheap ram around i never run out of it and run 10-30 apps on my desktop all the time. One of them is constantly open Pycharm. I use Win 8 Pro and Kaspesrsky Pure 2.0. The situation written below did not ever happen before upgrading to 2.7<br/><br/>Since updating to 2.7 pycharm randomly once in a while just shuts itself down. I can happen sometimes every two days, sometimes once a day. I cannot find any error log to post. The most scary thing is that when pycharm goes down, it takes down few other apps. Once it took down Thunderbird, Miranda-IM and few tray icons i don&#39;t remember. Today few minutes ago it was all windows of Excel, some background uploading program for my work that sits in tray and synchronize folders, and Steam (you can&#39;t work 24h a day ;). There is nothing in .PyCharm20\system\log\idea.log (it&#39;s modified date is 2 day old). Not a single event in windows event viewer that could be even remotely connected to pycharm or any other program that shuts down. One suspicious entry in kaspesky log (but pointing to python.exe not java or pycharm). The machine works flawlessly after the pycharm crash, although the programs shout down along pycharm did not exit clean. For example Excel allows me to recover documents i had open etc.<br/><br/>I am clueless. It started day after upgrading to pycharm 2.7. And i did not install or change anything in the software or hardware from that time.</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1366-12</guid>
<pubDate>Fri, 17 May 2013 18:19:24 UT</pubDate>
</item>
<item>
<title>Re: sudden crash</title>
<link>http://forum.jetbrains.com/message/PyCharm-1366-11</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1366">sudden crash</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-2.7">2.7</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Fri, May 17, 2013 1:54:43 PM EDT -04:00, updated: Fri, May 17, 2013 1:55:11 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1366?message=PyCharm-1366-11">May 17</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">Same here - sudden crash on PyCharm 2.7.2.  Sudden crash without trace. PyCharm just disappears.+<font color="green"> Windows 8 64-bit.</font>+</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/sztosz">Bartosz  Nowak</a>
@
<span title="Fri, Feb 22, 2013 12:48:45 PM EST -05:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1366">Feb 22</a>
</span>
</p>
<p><div class="wiki text">I upgraded to 2.7 recently. I never (almost) shut down my machine, having so much cheap ram around i never run out of it and run 10-30 apps on my desktop all the time. One of them is constantly open Pycharm. I use Win 8 Pro and Kaspesrsky Pure 2.0. The situation written below did not ever happen before upgrading to 2.7<br/><br/>Since updating to 2.7 pycharm randomly once in a while just shuts itself down. I can happen sometimes every two days, sometimes once a day. I cannot find any error log to post. The most scary thing is that when pycharm goes down, it takes down few other apps. Once it took down Thunderbird, Miranda-IM and few tray icons i don&#39;t remember. Today few minutes ago it was all windows of Excel, some background uploading program for my work that sits in tray and synchronize folders, and Steam (you can&#39;t work 24h a day ;). There is nothing in .PyCharm20\system\log\idea.log (it&#39;s modified date is 2 day old). Not a single event in windows event viewer that could be even remotely connected to pycharm or any other program that shuts down. One suspicious entry in kaspesky log (but pointing to python.exe not java or pycharm). The machine works flawlessly after the pycharm crash, although the programs shout down along pycharm did not exit clean. For example Excel allows me to recover documents i had open etc.<br/><br/>I am clueless. It started day after upgrading to pycharm 2.7. And i did not install or change anything in the software or hardware from that time.</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1366-11</guid>
<pubDate>Fri, 17 May 2013 17:54:43 UT</pubDate>
</item>
<item>
<title>Re: remote debug issue - port 53025 not open?</title>
<link>http://forum.jetbrains.com/message/PyCharm-1469-1</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1469">remote debug issue - port 53025 not open?</a>
</strong>
<span style="margin-left: .5em;margin-right: .5em"><span title="Fri, May 17, 2013 1:35:29 PM EDT -04:00, updated: Fri, May 17, 2013 1:36:40 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1469?message=PyCharm-1469-1">May 17</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/msusol">Mark Susol</a>
</p>

<p class="restricted-width">
<div class="wiki text"><div class="wiki quote">pydevd.settrace(&#39;localhost&#39;</div><br/><br/>I needed to set &#39;localhost&#39; to an actual IP address my laptop was assigned on the router.+<font color="green"> Also, in my vhosts localhost was aliased to the actual site I was debugging</font>+</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/msusol">Mark Susol</a>
@
<span title="Fri, May 3, 2013 11:34:14 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1469">May 03</a>
</span>
</p>
<p><div class="wiki text">Actually using IntelliJ but this seems to be the appropriate forum. I&#39;m trying to setup remote python debug on a polyglot site. I&#39;m following the instructions I believe, but not having any luck..<br/><br/>in my python file to set debug breakpoint:<br/><br/>import sys<br/>sys.path.append(&quot;.../cgi-bin/pycharm-debug.egg&quot;)<br/>import pydevd<br/>pydevd.settrace(&#39;localhost&#39;, port=53025, stdoutToServer=True, stderrToServer=True)<br/><br/>so I start the debugger<br/><br/>debugger says:<br/><br/>Starting debug server at port 53025<br/>Use the following code to connect to the debugger:<br/>Waiting for connection...<br/>import pydevd<br/>pydevd.settrace(&#39;localhost&#39;, port=53025, stdoutToServer=True, stderrToServer=True)<br/><br/>in the site, I access a php file, that in the stack will call the python file where I have set the breakpoint<br/><br/>error_log file says:<br/>Could not connect to localhost: 53025<br/>Traceback (most recent call last):<br/>File &quot;..../cgi-bin/pycharm-debug.egg/pydevd_comm.py&quot;, line 428, in StartClient</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Mark Susol</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1469-1</guid>
<pubDate>Fri, 17 May 2013 17:35:29 UT</pubDate>
</item>
<item>
<title>Re: How do I activate the HTML/CSS editor in Pycharm?</title>
<link>http://forum.jetbrains.com/message/PyCharm-1482-2</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1482">How do I activate the HTML/CSS editor in Pycharm?</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-pycharm">pycharm</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-autocomplete">autocomplete</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-html%20css%20editor">html css editor</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Thu, May 16, 2013 7:08:50 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1482?message=PyCharm-1482-2">May 16</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">If CTRL-Q had brought up the message &quot;You are in power save mode&quot;, I&#39;d have nailed it right away.</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/brycenesbitt">Bryce Nesbitt</a>
@
<span title="Sat, May 11, 2013 12:10:08 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1482">May 11</a>
</span>
</p>
<p><div class="wiki text">Ok, this is a really really dumb question:<br/>How do I activate the HTML/CSS editor in Pycharm?<br/><br/>The documentation at <a href="http://www.jetbrains.com/editors/html_xhtml_css_editor.jsp">http://www.jetbrains.com/editors/html_xhtml_css_editor.jsp</a> describes wonderful HTML editing capabilities which I just don&#39;t see in my projects.<br/><br/>For example I create a file &quot;xxx.html&quot; with:<br/><br/><span class="wiki text monospace"><br/>&lt;!DOCTYPE HTML&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>  &lt;script&gt;function foo() {}&lt;/script&gt;<br/>  &lt;/head&gt;<br/>&lt;/html&gt;</span><br/><br/>And get no hints.  Pressing CTRL-Q brings up the unhelpful &#39;No documentation found.&#39; message.  Right clicking on the xxx.html gives no hint what type file pycharm thinks it is dealing with.  Nothing inside the &lt;script&gt; block says that pycharm is detecting javascript as opposed to html...  how can I track this down?</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1482-2</guid>
<pubDate>Thu, 16 May 2013 23:08:50 UT</pubDate>
</item>
<item>
<title>Re: How do I activate the HTML/CSS editor in Pycharm?</title>
<link>http://forum.jetbrains.com/message/PyCharm-1482-1</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1482">How do I activate the HTML/CSS editor in Pycharm?</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-pycharm">pycharm</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-autocomplete">autocomplete</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-html%20css%20editor">html css editor</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Thu, May 16, 2013 4:17:47 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1482?message=PyCharm-1482-1">May 16</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/bouncing">bouncing</a>
</p>

<p class="restricted-width">
<div class="wiki text">For me, if I just open up an HTML file, it works. If you start to type a JavaScript function in the script tag, doesn&#39;t it show a completion? ctrl+space manually brings up the completion if it isn&#39;t triggered.</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/brycenesbitt">Bryce Nesbitt</a>
@
<span title="Sat, May 11, 2013 12:10:08 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1482">May 11</a>
</span>
</p>
<p><div class="wiki text">Ok, this is a really really dumb question:<br/>How do I activate the HTML/CSS editor in Pycharm?<br/><br/>The documentation at <a href="http://www.jetbrains.com/editors/html_xhtml_css_editor.jsp">http://www.jetbrains.com/editors/html_xhtml_css_editor.jsp</a> describes wonderful HTML editing capabilities which I just don&#39;t see in my projects.<br/><br/>For example I create a file &quot;xxx.html&quot; with:<br/><br/><span class="wiki text monospace"><br/>&lt;!DOCTYPE HTML&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>  &lt;script&gt;function foo() {}&lt;/script&gt;<br/>  &lt;/head&gt;<br/>&lt;/html&gt;</span><br/><br/>And get no hints.  Pressing CTRL-Q brings up the unhelpful &#39;No documentation found.&#39; message.  Right clicking on the xxx.html gives no hint what type file pycharm thinks it is dealing with.  Nothing inside the &lt;script&gt; block says that pycharm is detecting javascript as opposed to html...  how can I track this down?</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>bouncing</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1482-1</guid>
<pubDate>Thu, 16 May 2013 20:17:47 UT</pubDate>
</item>
<item>
<title>Custom template tag marked as error</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1499</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1499">Custom template tag marked as error</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-django%20template%20python">django template python</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Thu, May 16, 2013 2:33:12 PM EDT -04:00">May 16
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/hugotox">Hugo Pineda</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hello!<br/><br/>I have a custom template tag to check permissions. The use is like this:<br/><br/>{% haspermission PERMISSIONS.PENDING_FORMS %}<br/>    &lt;div&gt;Some restricted content&lt;/div&gt;<br/>{% end_haspermission %}<br/><br/>The implementation was taken from the django docs and goes like this:<br/><br/>@register.tag(&#39;haspermission&#39;)<br/>def do_haspermission(parser, token):<br/>    nodelist = parser.parse((&#39;end_haspermission&#39;,))<br/>    ...<br/><br/>So, the template tag works perfect for django however Pycharm does not detect the closing &quot;end_haspermission&quot; tag and marks it as an error, I know this is not preventing me for work but the error mark on the html can bring some confusion to people.<br/><br/>How can I solve this?<br/><br/>Thanks and thank you for this awesome software!!!</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Hugo Pineda</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1499</guid>
<pubDate>Thu, 16 May 2013 18:33:12 UT</pubDate>
</item>
<item>
<title>Any way to force a refresh of external libraries on a remote interpreter?</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1498</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1498">Any way to force a refresh of external libraries on a remote interpreter?</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote_interpreter">remote_interpreter</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-external_libraries">external_libraries</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Thu, May 16, 2013 2:14:31 PM EDT -04:00">May 16
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/bouncing">bouncing</a>
</p>

<p class="restricted-width">
<div class="wiki text">Certainly I&#39;m not the only one who&#39;s encountered this.<br/><br/>I have a remote interpreter (ssh), which is also the project interpreter, filled in from deployment settings. I upgraded one of the libraries on the server, but the stubs PyCharm shows in the external libraries section is still the old version. I tried deleting the remote interpreter and recreating it, but unfortunately it seems to have just reused a cached version of the stubs.<br/><br/>What I need is for PyCharm to realize that the file is updated. I can look at a file in PyCharm, and see that it&#39;s simply not been updated.<br/><br/>Is there a way to purge PyCharm&#39;s cache of libraries on a remote interpreter?</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>bouncing</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1498</guid>
<pubDate>Thu, 16 May 2013 18:14:31 UT</pubDate>
</item>
<item>
<title>Re: can compile MIPS programs in PyCharm?</title>
<link>http://forum.jetbrains.com/message/PyCharm-1497-1</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1497">can compile MIPS programs in PyCharm?</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-MIPS%20architecture">MIPS architecture</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Thu, May 16, 2013 12:41:57 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1497?message=PyCharm-1497-1">May 16</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/Dmitry.Filippov@jetbrains.com">Dmitry Filippov</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hi, <br/>Sure. But you need to patch your python interpreter manually.<br/><br/><br/>Dmitry Filippov<br/>Product Marketing Manager<br/>Jetbrains, Inc<br/><a href="http://www.jetbrains.com">http://www.jetbrains.com</a><br/>&quot;Develop with pleasure!&quot;</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
@
<span title="Thu, May 16, 2013 11:17:43 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1497">May 16</a>
</span>
</p>
<p><div class="wiki text">Hello all<br/>Can I use PyCharm 2.7.2 for compile MIPS architecture (<a href="http://en.wikipedia.org/wiki/Mipsel">http://en.wikipedia.org/wiki/Mipsel</a>) programs? (like enigma2: <a href="http://en.wikipedia.org/wiki/Dreambox">http://en.wikipedia.org/wiki/Dreambox</a>)</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Dmitry Filippov</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1497-1</guid>
<pubDate>Thu, 16 May 2013 16:41:57 UT</pubDate>
</item>
<item>
<title>can compile MIPS programs in PyCharm?</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1497</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1497">can compile MIPS programs in PyCharm?</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-MIPS%20architecture">MIPS architecture</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Thu, May 16, 2013 11:17:43 AM EDT -04:00">May 16
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hello all<br/>Can I use PyCharm 2.7.2 for compile MIPS architecture (<a href="http://en.wikipedia.org/wiki/Mipsel">http://en.wikipedia.org/wiki/Mipsel</a>) programs? (like enigma2: <a href="http://en.wikipedia.org/wiki/Dreambox">http://en.wikipedia.org/wiki/Dreambox</a>)</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1497</guid>
<pubDate>Thu, 16 May 2013 15:17:43 UT</pubDate>
</item>
<item>
<title>Re: Run manage.py Task problem</title>
<link>http://forum.jetbrains.com/message/PyCharm-1488-1</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1488">Run manage.py Task problem</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-django">django</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Thu, May 16, 2013 9:56:02 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1488?message=PyCharm-1488-1">May 16</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/Dmitry.Filippov@jetbrains.com">Dmitry Filippov</a>
</p>

<p class="restricted-width">
<div class="wiki text">Please check settings | Django support. Specify correct manage script.<br/><br/><br/>Dmitry Filippov<br/>Product Marketing Manager<br/>Jetbrains, Inc<br/><a href="http://www.jetbrains.com">http://www.jetbrains.com</a><br/>&quot;Develop with pleasure!&quot;</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
@
<span title="Tue, May 14, 2013 11:21:07 PM EDT -04:00, updated: Tue, May 14, 2013 11:30:43 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1488">May 14</a>
</span>
</p>
<p><div class="wiki text">Hello,<br/><br/>In my Django project, for any reason, when I try to perform &quot;Run manage.py Task&quot;, I only get the following three stataments: collectstatic, findstatic and runserver.<br/><br/>For example: At the DropDownList there is no syncdb command. <br/><br/>Mac OSx, PyCharm 2.7.2, Python 2.7.4<br/><br/>Thanks for any help.<br/><br/>Rick<br/><br/><div class="wiki picture"><a href="http://forum.jetbrains.com/_persistent/image1?file=29-2736&v=0&c=true" target="_blank"><img src="http://forum.jetbrains.com/_persistent/image1?file=29-2736&v=0&w=220&c=false" alt="image1"/></a></div></div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Dmitry Filippov</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1488-1</guid>
<pubDate>Thu, 16 May 2013 13:56:02 UT</pubDate>
</item>
<item>
<title>Re: transition in phpstrom</title>
<link>http://forum.jetbrains.com/message/PyCharm-1496-1</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1496">transition in phpstrom</a>
</strong>
<span style="margin-left: .5em;margin-right: .5em"><span title="Thu, May 16, 2013 9:52:14 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1496?message=PyCharm-1496-1">May 16</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/Dmitry.Filippov@jetbrains.com">Dmitry Filippov</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hi, please ask this question in PhpStorm forum <a href="http://forum.jetbrains.com/forum/webide">http://forum.jetbrains.com/forum/webide</a><br/><br/><br/>Dmitry Filippov<br/>Product Marketing Manager<br/>Jetbrains, Inc<br/><a href="http://www.jetbrains.com">http://www.jetbrains.com</a><br/>&quot;Develop with pleasure!&quot;</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
@
<span title="Wed, May 15, 2013 1:08:57 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1496">May 15</a>
</span>
</p>
<p><div class="wiki text">why transition doesnt work in phpstrom6(in autocomplete)</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Dmitry Filippov</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1496-1</guid>
<pubDate>Thu, 16 May 2013 13:52:14 UT</pubDate>
</item>
<item>
<title>Re: Break points not working</title>
<link>http://forum.jetbrains.com/message/PyCharm-465-9</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-465">Break points not working</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-pycharm">pycharm</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-debugger">debugger</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Thu, May 16, 2013 9:37:32 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-465?message=PyCharm-465-9">May 16</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">Problem was the same. Breakpoints don’t work for my project but work for default django project. For me problem solved after I have added mysite actual directory to content root (Settings -&gt; Project Structure). I misconfigure PyCharm from start because I have files that are helpers for project (like makefile, procfile, requirements.txt), that is why I created additional folder level for my site and breakpoints stop working.<br/>Hope this helps and don’t give up cause Pycharm has a great debugger)</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/russellneufeld">Russell Neufeld</a>
@
<span title="Wed, Apr 20, 2011 4:35:22 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-465">04/20/11</a>
</span>
</p>
<p><div class="wiki text"><p>Hi all,</p><p></p><p>     I'm having a problem with the PyCharm debugger - break points have stopped working.  Specifically - execution no longer stops at any break point in a django project.  I created a simple non-django project and was able to use break points just fine, however in my old and any new django projects break points simply do not work.  I think this problem started when I created a new virtualenv and added that new virtualenv as a new Python Interpreter in the PyCharm settings.  Not 100% sure, but it seems that after that my break points stopped working.  I have removed that virtualenv/Python Interpreter and things still don't work.</p><p></p><p>     Has anyone else run into a problem like this and solved it?  Any help would be greatly appreciated.</p><p></p><p>     I'm running PyCharm 1.2.1 (although the problem started in 1.2) on the latest Mac OS X with python 2.6.1.</p><p></p><p>     Thanks,</p><p></p><p>          Russ</p></div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-465-9</guid>
<pubDate>Thu, 16 May 2013 13:37:32 UT</pubDate>
</item>
<item>
<title>Re: PyCharm fonts don&#39;t respect system DPI</title>
<link>http://forum.jetbrains.com/message/PyCharm-1394-1</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1394">PyCharm fonts don&#39;t respect system DPI</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-linux">linux</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-fonts">fonts</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Thu, May 16, 2013 6:13:10 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1394?message=PyCharm-1394-1">May 16</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">Same issue is on Windows. PyCharm does not respect the custom DPI setting set in &quot;Control Panel\Appearance and Personalization\Display&quot; - &quot;Change the size of all items&quot; option. Mine is set to &quot;Medium - 125%&quot; Has no effect on menu and all the rest of the fonts in PyCharm 2.7.2</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/demalexx">Aleksey Demidyuk</a>
@
<span title="Mon, Mar 11, 2013 2:06:52 AM EDT -04:00, updated: Mon, Mar 11, 2013 5:30:22 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1394">Mar 11</a>
</span>
</p>
<p><div class="wiki text">Hello,<br/><br/>Linux Mint 14, MATE.<br/><br/>The problem is seems PyCharm doesn&#39;t respect system DPI settings. Or it may be Java-related, I&#39;m not sure. So all fonts are too small. Also when I hover PyCharm window mouse cursor gets smaller than it should be.<br/><br/>Is there a way to make PyCharm respect sysem DPI?<br/><br/>Thank you.</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1394-1</guid>
<pubDate>Thu, 16 May 2013 10:13:10 UT</pubDate>
</item>
<item>
<title>Re: Perforce integration has suddenly stopped working</title>
<link>http://forum.jetbrains.com/message/PyCharm-1487-1</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1487">Perforce integration has suddenly stopped working</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-Perforce">Perforce</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Wed, May 15, 2013 1:50:43 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1487?message=PyCharm-1487-1">May 15</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/Mathieson">Mathieson</a>
</p>

<p class="restricted-width">
<div class="wiki text">Just figured it out. I have multiple projects set up in my current window. I added one a while ago that was not located under the checked out directory and not under version control. Seems having this project added was leading to Perforce not working at all. Since I had the option for &quot;Switch to offline mode automatically if Perforce is unavailable&quot; enabled, it was automatically going to offline mode and not giving any feedback as to why it was having connection issues and when using the test connection button in the preferences, it was working successfully. As soon as I disabled this &quot;automatic offline&quot; option I got some feedback that lead to solving the problem.</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/Mathieson">Mathieson</a>
@
<span title="Tue, May 14, 2013 7:20:49 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1487">May 14</a>
</span>
</p>
<p><div class="wiki text">My Perforce integration was set up and working great. Suddenly, today, I notice that it is no longer working. I am permanently stuck in offline mode. I&#39;ve tried restarting my computer, with no luck. I have gone in to the settings for Perforce in PyCharm and everything looks correct. I clicked the &quot;Test Connection&quot; button and it is succeeding, but I am still unable to use any Perforce commands through the GUI.<br/><br/>What else can I try in order to fix this?</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Mathieson</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1487-1</guid>
<pubDate>Wed, 15 May 2013 17:50:43 UT</pubDate>
</item>
<item>
<title>transition in phpstrom</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1496</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1496">transition in phpstrom</a>
</strong>
<span style="margin-left: .5em;margin-right: .5em"><span title="Wed, May 15, 2013 1:08:57 PM EDT -04:00">May 15
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">why transition doesnt work in phpstrom6(in autocomplete)</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1496</guid>
<pubDate>Wed, 15 May 2013 17:08:57 UT</pubDate>
</item>
<item>
<title>Re: How can I refresh remote Git branches?</title>
<link>http://forum.jetbrains.com/message/PyCharm-1495-1</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1495">How can I refresh remote Git branches?</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-git">git</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-2.7.2">2.7.2</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Wed, May 15, 2013 1:00:22 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1495?message=PyCharm-1495-1">May 15</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/jmahoney">Joshua Mahoney</a>
</p>

<p class="restricted-width">
<div class="wiki text">Of course, I found the answer right after posting this question (I swear I looked around for an answer before asking!)<br/><br/>I had to use the &quot;VCS &gt; Git &gt; Fetch&quot; command</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/jmahoney">Joshua Mahoney</a>
@
<span title="Wed, May 15, 2013 12:54:51 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1495">May 15</a>
</span>
</p>
<p><div class="wiki text">Hi,<br/><br/>There is a new branch in the remote repository, but it does not appear in the branches pop-up. How can I refresh that list to show the new branch?<br/><br/>Thanks,<br/>Josh</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Joshua Mahoney</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1495-1</guid>
<pubDate>Wed, 15 May 2013 17:00:22 UT</pubDate>
</item>
<item>
<title>How can I refresh remote Git branches?</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1495</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1495">How can I refresh remote Git branches?</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-git">git</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-2.7.2">2.7.2</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Wed, May 15, 2013 12:54:51 PM EDT -04:00">May 15
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/jmahoney">Joshua Mahoney</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hi,<br/><br/>There is a new branch in the remote repository, but it does not appear in the branches pop-up. How can I refresh that list to show the new branch?<br/><br/>Thanks,<br/>Josh</div>

</p>

<p><table width="80%" cellspacing="5" cellpadding="0" border="1" style="width: 80%;background-color: #e5e5e5;border: 1px solid #CCCCCC">
<tbody>
<tr>
<td style="border: none;padding: 0">
<table width="100%" cellspacing="0" cellpadding="0" border="0" style="width: 100%">
<tbody>
<tr>
<td style="padding: 4px;background-color: white">

Answered question
</td>
</tr>
<tr>
<td style="padding: 4px">
<div>
best answer by
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/jmahoney">Joshua Mahoney</a>
</div>
<div>
<div class="wiki text">Of course, I found the answer right after posting this question (I swear I looked around for an answer before asking!)<br/><br/>I had to use the &quot;VCS &gt; Git &gt; Fetch&quot; command</div>

</div>

</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</p>
<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Joshua Mahoney</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1495</guid>
<pubDate>Wed, 15 May 2013 16:54:51 UT</pubDate>
</item>
<item>
<title>Re: how can I always show the command line in the console?</title>
<link>http://forum.jetbrains.com/message/PyCharm-595-3</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-595">how can I always show the command line in the console?</a>
</strong>
<span style="margin-left: .5em;margin-right: .5em"><span title="Wed, May 15, 2013 11:03:23 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-595?message=PyCharm-595-3">May 15</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/FraserL">FraserL</a>
</p>

<p class="restricted-width">
<div class="wiki text">For anyone else looking for it since this was fixed -<br/><br/>File -&gt; Settings -&gt; Console -&gt; Always show debug console.</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/foolfoolz">fool foolz</a>
@
<span title="Wed, Aug 3, 2011 2:27:26 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-595">08/03/11</a>
</span>
</p>
<p><div class="wiki text"><p>Every time i look at the Console tab, I want the command line to already be open. Is it possible to always show it?</p></div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>FraserL</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-595-3</guid>
<pubDate>Wed, 15 May 2013 15:03:23 UT</pubDate>
</item>
<item>
<title>Is it possible to make custom JavaScript class implementions known to PyCharm&#39;s class search?</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1494</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1494">Is it possible to make custom JavaScript class implementions known to PyCharm&#39;s class search?</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-javascript">javascript</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-autocomplete">autocomplete</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Wed, May 15, 2013 10:56:38 AM EDT -04:00">May 15
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/ThiefMaster">Adrian M</a>
</p>

<p class="restricted-width">
<div class="wiki text">I&#39;m working on a project that is using some obscure custom javascript class implementation. It basicalls consists of <span class="wiki text monospace">type(&quot;classname&quot;, ...)</span> calls to define a new class. <span class="wiki text monospace">classname</span> is then available globally.<br/><br/>Is it somehow possible to make pycharm&#39;s autocompletion/class search understand this?<br/><br/>Maybe with a plugin? If yes, how complicated would it be? I have some java knowledge but never looked at the plugin APIs etc. yet.</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Adrian M</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1494</guid>
<pubDate>Wed, 15 May 2013 14:56:38 UT</pubDate>
</item>
<item>
<title>Re: Break Points no longer stop execution</title>
<link>http://forum.jetbrains.com/message/PyCharm-1493-1</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1493">Break Points no longer stop execution</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-appengine">appengine</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Wed, May 15, 2013 10:12:49 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1493?message=PyCharm-1493-1">May 15</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/JoshJ">Josh Johnston</a>
</p>

<p class="restricted-width">
<div class="wiki text">Here is my console output<br/><br/><span class="wiki text monospace">/usr/local/bin/python /Applications/PyCharm.app/helpers/pydev/pydevd.py --multiproc --save-signatures --client 127.0.0.1 --port 56175 --file /usr/local/google_appengine/dev_appserver.py --admin_port=9081 --storage_path=storage --datastore_path=db/site.sqlite3 --host=www.site.local --skip_sdk_update_check=True --port 8081 .
pydev debugger: process 3046 is connecting
Connected to pydev debugger (build 129.314)

/Users/Josh/Developer/site/pytz/__init__.py:34: UserWarning: Module google was already imported from /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/__init__.pyc, but /usr/local/lib/python2.7/site-packages is being added to sys.path
  from pkg_resources import resource_stream
INFO     2013-05-15 14:09:01,767 devappserver2.py:498] Skipping SDK update check.
INFO     2013-05-15 14:09:01,863 api_server.py:152] Starting API server at: http://localhost:56180
INFO     2013-05-15 14:09:06,914 dispatcher.py:150] Starting server &quot;default&quot; running at: http://www.site.local:8081
INFO     2013-05-15 14:09:06,935 admin_server.py:117] Starting admin server at: http://localhost:9081
pydev debugger: process 3048 is connecting

pydev debugger: warning: trying to add breakpoint to file that does not exist: /Users/Josh/Developer/site/web/handlers.py (will have no effect)
pydev debugger: warning: trying to add breakpoint to file that does not exist: /Users/Josh/Developer/site/web/handlers.py (will have no effect)
pydev debugger: warning: trying to add breakpoint to file that does not exist: /Users/Josh/Developer/site/web/handlers.py (will have no effect)
pydev debugger: warning: trying to add breakpoint to file that does not exist: /Users/Josh/Developer/site/web/handlers.py (will have no effect)</span></div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/JoshJ">Josh Johnston</a>
@
<span title="Wed, May 15, 2013 10:01:55 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1493">May 15</a>
</span>
</p>
<p><div class="wiki text">Hi,<br/>I am not sure what is happening here but some time yesterday PyCharm started giving me an error message about pydev debugger: warning: trying to add breakpoint to file that does not exist: blah/blah/blah.py (will have no effect)<br/><br/>This file is a file full of my app engine request handlers. I know the file exists because the handlers would respond to web requests.<br/><br/>Today that error went away but now pycharm is not stopping at breakpoints in the handlers.<br/><br/>Any ideas on how to solve this?</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Josh Johnston</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1493-1</guid>
<pubDate>Wed, 15 May 2013 14:12:49 UT</pubDate>
</item>
<item>
<title>Break Points no longer stop execution</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1493</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1493">Break Points no longer stop execution</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-appengine">appengine</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Wed, May 15, 2013 10:01:55 AM EDT -04:00">May 15
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/JoshJ">Josh Johnston</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hi,<br/>I am not sure what is happening here but some time yesterday PyCharm started giving me an error message about pydev debugger: warning: trying to add breakpoint to file that does not exist: blah/blah/blah.py (will have no effect)<br/><br/>This file is a file full of my app engine request handlers. I know the file exists because the handlers would respond to web requests.<br/><br/>Today that error went away but now pycharm is not stopping at breakpoints in the handlers.<br/><br/>Any ideas on how to solve this?</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Josh Johnston</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1493</guid>
<pubDate>Wed, 15 May 2013 14:01:55 UT</pubDate>
</item>
<item>
<title>File Template - Variables from version control</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1492</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1492">File Template - Variables from version control</a>
</strong>
<span style="margin-left: .5em;margin-right: .5em"><span title="Wed, May 15, 2013 3:12:15 AM EDT -04:00">May 15
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/asallamon">Alexander Sallamon</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hi,<br/><br/>does anyone know whether there are some variables to use in a file template (Settings -&gt; File and Code templates) to get information from version control, e.g. the latest version number?<br/>I&#39;m trying to set the version number in the header information (__version__=&#39;x.x.x&#39;) automatically.<br/><br/>Best,<br/>Alex</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Alexander Sallamon</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1492</guid>
<pubDate>Wed, 15 May 2013 07:12:15 UT</pubDate>
</item>
<item>
<title>How to create project path and project reference like elipse</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1491</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1491">How to create project path and project reference like elipse</a>
</strong>
<span style="margin-left: .5em;margin-right: .5em"><span title="Wed, May 15, 2013 3:01:47 AM EDT -04:00">May 15
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">I wanna ask about project path and project reference in eclipse in pycharm.<br/>How to config project like this.<br/>I work on OpenERP.</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1491</guid>
<pubDate>Wed, 15 May 2013 07:01:47 UT</pubDate>
</item>
<item>
<title>Quick Reference</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1490</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1490">Quick Reference</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-feature">feature</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-documentation">documentation</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Wed, May 15, 2013 3:00:05 AM EDT -04:00">May 15
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hi. I&#39;ve recently tried Spyder scientific IDE and found a great feature there. It allows to get quick <a href="https://www.dropbox.com/s/ysf1pa3l881p1q1/spyder.png">documentation</a> for module, class or function right from editor or console.<br/>And as I know pycharm only allows a web documentation for stdlib (via View &gt; External Documentation) and automatic function signature.<br/>Or am I wrong? Is there something similar to show documentation inline?</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1490</guid>
<pubDate>Wed, 15 May 2013 07:00:05 UT</pubDate>
</item>
<item>
<title>Howto create a new Branch within pyCharm when using Mercurial</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1489</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1489">Howto create a new Branch within pyCharm when using Mercurial</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-vcs">vcs</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-mercurial">mercurial</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-branching">branching</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-windows">windows</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-pycharm%202.7">pycharm 2.7</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Wed, May 15, 2013 12:59:41 AM EDT -04:00">May 15
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hi,<br/><br/>how can i make a new branch in pycharm, when i commit my changes?<br/>In hg workbench, i have to rename the branch, where i want to commit to. Is there a similar way inside pycharm?<br/><br/>Thanks<br/>Regards Steffen</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1489</guid>
<pubDate>Wed, 15 May 2013 04:59:41 UT</pubDate>
</item>
<item>
<title>Run manage.py Task problem</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1488</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1488">Run manage.py Task problem</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-django">django</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Tue, May 14, 2013 11:21:07 PM EDT -04:00, updated: Tue, May 14, 2013 11:30:43 PM EDT -04:00">May 14
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hello,<br/><br/>In my Django project, for any reason, when I try to perform &quot;Run manage.py Task&quot;, I only get the following three stataments: collectstatic, findstatic and runserver.<br/><br/>For example: At the DropDownList there is no syncdb command. <br/><br/>Mac OSx, PyCharm 2.7.2, Python 2.7.4<br/><br/>Thanks for any help.<br/><br/>Rick+<font color="green"><br/><br/><div class="wiki picture"><a href="http://forum.jetbrains.com/_persistent/image1?file=29-2736&v=0&c=true" target="_blank"><img src="http://forum.jetbrains.com/_persistent/image1?file=29-2736&v=0&w=220&c=false" alt="image1"/></a></div></font>+</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1488</guid>
<pubDate>Wed, 15 May 2013 03:21:07 UT</pubDate>
</item>
<item>
<title>Perforce integration has suddenly stopped working</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1487</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1487">Perforce integration has suddenly stopped working</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-Perforce">Perforce</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Tue, May 14, 2013 7:20:49 PM EDT -04:00">May 14
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/Mathieson">Mathieson</a>
</p>

<p class="restricted-width">
<div class="wiki text">My Perforce integration was set up and working great. Suddenly, today, I notice that it is no longer working. I am permanently stuck in offline mode. I&#39;ve tried restarting my computer, with no luck. I have gone in to the settings for Perforce in PyCharm and everything looks correct. I clicked the &quot;Test Connection&quot; button and it is succeeding, but I am still unable to use any Perforce commands through the GUI.<br/><br/>What else can I try in order to fix this?</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Mathieson</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1487</guid>
<pubDate>Tue, 14 May 2013 23:20:49 UT</pubDate>
</item>
<item>
<title>Re: Remote Django support</title>
<link>http://forum.jetbrains.com/message/PyCharm-1432-6</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1432">Remote Django support</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-django">django</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote">remote</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote_interpreter">remote_interpreter</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Tue, May 14, 2013 4:52:21 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1432?message=PyCharm-1432-6">May 14</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/gm_kavi">Gordon Morehouse</a>
</p>

<p class="restricted-width">
<div class="wiki text">I&#39;ve created a ticket for this: <a href="http://youtrack.jetbrains.com/issue/PY-9792">http://youtrack.jetbrains.com/issue/PY-9792</a><br/><br/>The remaining problem is that &quot;Django support&quot; in the Project Settings cannot accept a remote filesystem as a &quot;Django project root.&quot;  There are screenshots attached to the ticket.</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/desdrury">Des Drury</a>
@
<span title="Thu, Apr 11, 2013 3:39:47 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1432">Apr 11</a>
</span>
</p>
<p><div class="wiki text">Hi,<br/><br/>I just found PyCharm and as soon as I read about the remote execution ability I immediately downloaded it.  <br/><br/>I&#39;ve managed to configure a remote interpreter but I&#39;m having issues with both the &#39;Run Python Console&#39; and the &#39;Run Django Console&#39;.  Both of them are including my local paths in the sys.path, rather than the remote paths.  As such I cannot run code remotely.  And when I configure Django support it only lets me select the project root from the local filesystem.  Is this a bug or am I missing some important configuration step?  I&#39;ve gone through all the documentation I can find and none of it is providing the answer.<br/><br/>Thanks for your help.<br/><br/>Des</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Gordon Morehouse</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1432-6</guid>
<pubDate>Tue, 14 May 2013 20:52:21 UT</pubDate>
</item>
<item>
<title>Re: Remote Django support</title>
<link>http://forum.jetbrains.com/message/PyCharm-1432-5</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1432">Remote Django support</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-django">django</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote">remote</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote_interpreter">remote_interpreter</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Tue, May 14, 2013 4:19:32 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1432?message=PyCharm-1432-5">May 14</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/gm_kavi">Gordon Morehouse</a>
</p>

<p class="restricted-width">
<div class="wiki text">Maybe faintly related: <a href="http://youtrack.jetbrains.com/issue/PY-5920">http://youtrack.jetbrains.com/issue/PY-5920</a></div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/desdrury">Des Drury</a>
@
<span title="Thu, Apr 11, 2013 3:39:47 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1432">Apr 11</a>
</span>
</p>
<p><div class="wiki text">Hi,<br/><br/>I just found PyCharm and as soon as I read about the remote execution ability I immediately downloaded it.  <br/><br/>I&#39;ve managed to configure a remote interpreter but I&#39;m having issues with both the &#39;Run Python Console&#39; and the &#39;Run Django Console&#39;.  Both of them are including my local paths in the sys.path, rather than the remote paths.  As such I cannot run code remotely.  And when I configure Django support it only lets me select the project root from the local filesystem.  Is this a bug or am I missing some important configuration step?  I&#39;ve gone through all the documentation I can find and none of it is providing the answer.<br/><br/>Thanks for your help.<br/><br/>Des</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Gordon Morehouse</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1432-5</guid>
<pubDate>Tue, 14 May 2013 20:19:32 UT</pubDate>
</item>
<item>
<title>Re: VCS Refresh never ends after time machine restore</title>
<link>http://forum.jetbrains.com/message/PyCharm-1486-1</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1486">VCS Refresh never ends after time machine restore</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-2.7.2">2.7.2</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Tue, May 14, 2013 12:04:00 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1486?message=PyCharm-1486-1">May 14</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">This was resolved by removing the PyCharm application, and re-installing it from jetbrains.com.</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
@
<span title="Tue, May 14, 2013 9:54:30 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1486">May 14</a>
</span>
</p>
<p><div class="wiki text">I&#39;m running PyCharm 2.7.2 Build 129.314 on OS X 10.8.3<br/>I restored a time machine backup onto a new MacBook Pro (15&quot; Retina, Mid 2012).<br/>When I try to commit changes to git in PyCharm, a dialog box titled &quot;Commit dialog: Local Changes Refresh&quot; appears, with an animated progress bar mentioning, &quot;Performing VCS Refresh...&quot;. This dialog never closes, and forces me to cancel the operation and commit my changes from a shell. This happens for any and all repositories.<br/>Please advise on how to solve this. <br/><div class="wiki picture"><a href="http://forum.jetbrains.com/_persistent/Screen%20Shot%202013-05-14%20at%209.51.44%20AM.png?file=29-2733&v=0&c=true" target="_blank"><img src="http://forum.jetbrains.com/_persistent/Screen%20Shot%202013-05-14%20at%209.51.44%20AM.png?file=29-2733&v=0&w=220&c=false" alt="Screen Shot 2013-05-14 at 9.51.44 AM.png"/></a></div><br/><div class="wiki picture"><a href="http://forum.jetbrains.com/_persistent/Screen%20Shot%202013-05-14%20at%209.51.53%20AM.png?file=29-2734&v=0&c=true" target="_blank"><img src="http://forum.jetbrains.com/_persistent/Screen%20Shot%202013-05-14%20at%209.51.53%20AM.png?file=29-2734&v=0&w=220&c=false" alt="Screen Shot 2013-05-14 at 9.51.53 AM.png"/></a></div></div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1486-1</guid>
<pubDate>Tue, 14 May 2013 16:04:00 UT</pubDate>
</item>
<item>
<title>VCS Refresh never ends after time machine restore</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1486</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1486">VCS Refresh never ends after time machine restore</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-2.7.2">2.7.2</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Tue, May 14, 2013 9:54:30 AM EDT -04:00">May 14
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">I&#39;m running PyCharm 2.7.2 Build 129.314 on OS X 10.8.3<br/>I restored a time machine backup onto a new MacBook Pro (15&quot; Retina, Mid 2012).<br/>When I try to commit changes to git in PyCharm, a dialog box titled &quot;Commit dialog: Local Changes Refresh&quot; appears, with an animated progress bar mentioning, &quot;Performing VCS Refresh...&quot;. This dialog never closes, and forces me to cancel the operation and commit my changes from a shell. This happens for any and all repositories.<br/>Please advise on how to solve this. <br/><div class="wiki picture"><a href="http://forum.jetbrains.com/_persistent/Screen%20Shot%202013-05-14%20at%209.51.44%20AM.png?file=29-2733&v=0&c=true" target="_blank"><img src="http://forum.jetbrains.com/_persistent/Screen%20Shot%202013-05-14%20at%209.51.44%20AM.png?file=29-2733&v=0&w=220&c=false" alt="Screen Shot 2013-05-14 at 9.51.44 AM.png"/></a></div><br/><div class="wiki picture"><a href="http://forum.jetbrains.com/_persistent/Screen%20Shot%202013-05-14%20at%209.51.53%20AM.png?file=29-2734&v=0&c=true" target="_blank"><img src="http://forum.jetbrains.com/_persistent/Screen%20Shot%202013-05-14%20at%209.51.53%20AM.png?file=29-2734&v=0&w=220&c=false" alt="Screen Shot 2013-05-14 at 9.51.53 AM.png"/></a></div></div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1486</guid>
<pubDate>Tue, 14 May 2013 13:54:30 UT</pubDate>
</item>
<item>
<title>Re: crash at startup</title>
<link>http://forum.jetbrains.com/message/PyCharm-1485-2</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1485">crash at startup</a>
</strong>
<span style="margin-left: .5em;margin-right: .5em"><span title="Tue, May 14, 2013 4:28:58 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1485?message=PyCharm-1485-2">May 14</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/Dmitry.Filippov@jetbrains.com">Dmitry Filippov</a>
</p>

<p class="restricted-width">
<div class="wiki text">Does it happen with Oracle JRE? why are you using Open JDK instead of recommended?<br/><br/><br/>Dmitry Filippov<br/>Product Marketing Manager<br/>Jetbrains, Inc<br/><a href="http://www.jetbrains.com">http://www.jetbrains.com</a><br/>&quot;Develop with pleasure!&quot;</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/lucazade">luca forina</a>
@
<span title="Mon, May 13, 2013 12:24:45 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1485">May 13</a>
</span>
</p>
<p><div class="wiki text">Hi<br/><br/>On a 32bit linux machine PyCharm crashes at startup,<br/>this is the output:<br/><br/><pre class="prettyprint">
$ ./pycharm.sh 
OpenJDK Runtime Environment (IcedTea 2.3.9) (ArchLinux build 7.u21_2.3.9-2-i686)
OpenJDK Server VM (build 23.7-b01, mixed mode)
WARNING: You are launching the IDE using OpenJDK Java runtime.

         ITS KNOWN TO HAVE PERFORMANCE AND GRAPHICS ISSUES!
         SWITCH TO THE ORACLE(SUN) JDK BEFORE REPORTING PROBLEMS!

NOTE:    If you have both Oracle (Sun) JDK and OpenJDK installed
         please validate either PYCHARM_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation.
         See http://ow.ly/6TuKQ for more info on switching default JDK.

Press Enter to continue.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7e00a7a9, pid=2209, tid=2139704128
#
# JRE version: 7.0_21-b02
# Java VM: OpenJDK Server VM (23.7-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libGL.so.1+0x707a9]  glXChooseVisual+0xaf69
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try &quot;ulimit -c unlimited&quot; before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid2209.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
./pycharm.sh: line 189:  2209 Annullato               (core dumped) /usr/lib/jvm/java-7-openjdk/bin/java -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Djb.vmOptionsFile=&quot;./pycharm.vmoptions&quot; &quot;-Xbootclasspath/a:./../lib/boot.jar&quot; -Didea.paths.selector=PyCharm20 -Didea.platform.prefix=Python -Didea.no.jre.check=true -Djb.restart.code=88 com.intellij.idea.Main 
</pre><br/><br/>Instead on a 64bit linux machine it works correctly.<br/>Any idea?</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Dmitry Filippov</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1485-2</guid>
<pubDate>Tue, 14 May 2013 08:28:58 UT</pubDate>
</item>
<item>
<title>Re: Split pane and cursor position reset</title>
<link>http://forum.jetbrains.com/message/PyCharm-699-2</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-699">Split pane and cursor position reset</a>
</strong>
<span style="margin-left: .5em;margin-right: .5em"><span title="Mon, May 13, 2013 4:24:58 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-699?message=PyCharm-699-2">May 13</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">is this an accross the board fix?  This problem still happens in Webstorm 6.0.1...</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/herve-poly">H C</a>
@
<span title="Mon, Nov 7, 2011 3:09:01 AM EST -05:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-699">11/07/11</a>
</span>
</p>
<p><div class="wiki text"><p>Hi,</p><p></p><p>One of the (very) few annoyance with PyCharm is when you're editing a file and you want another file aside for reference.</p><p></p><p>So you split the tab either vertically or horizontally but then pyCharm is resetting the position in the file and you're back at the top.</p><p></p><p>Then you have to scroll back to the same position as the original tab to be able to Cmd+B to open the other file you were interested in.</p><p></p><p>I did not find in settings how to deactivate that position reset. It is even more annoying for a Vim user used to the sane behaviour of :vsplit.</p><p></p><p>Thanks for any tip.</p></div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-699-2</guid>
<pubDate>Mon, 13 May 2013 20:24:58 UT</pubDate>
</item>
<item>
<title>Re: Remote Django support</title>
<link>http://forum.jetbrains.com/message/PyCharm-1432-4</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1432">Remote Django support</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-django">django</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote">remote</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote_interpreter">remote_interpreter</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Mon, May 13, 2013 2:17:35 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1432?message=PyCharm-1432-4">May 13</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/gm_kavi">Gordon Morehouse</a>
</p>

<p class="restricted-width">
<div class="wiki text">This still isn&#39;t fully working.<br/><br/>I reported a related problem to Serge Baranov and he forwarded it to the developers, but I don&#39;t have an issue tracker number.<br/><br/>&quot;...[we created] a Run configuration, but we could not create a Django Server configuration because Django Support was not set up.  But when going to set up Django support, the file browser only opens on the local file system - there&#39;s no way to specify that Django is installed remotely using the given remote interpreter.  However, running the console on the remote interpreter works perfectly.&quot;</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/desdrury">Des Drury</a>
@
<span title="Thu, Apr 11, 2013 3:39:47 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1432">Apr 11</a>
</span>
</p>
<p><div class="wiki text">Hi,<br/><br/>I just found PyCharm and as soon as I read about the remote execution ability I immediately downloaded it.  <br/><br/>I&#39;ve managed to configure a remote interpreter but I&#39;m having issues with both the &#39;Run Python Console&#39; and the &#39;Run Django Console&#39;.  Both of them are including my local paths in the sys.path, rather than the remote paths.  As such I cannot run code remotely.  And when I configure Django support it only lets me select the project root from the local filesystem.  Is this a bug or am I missing some important configuration step?  I&#39;ve gone through all the documentation I can find and none of it is providing the answer.<br/><br/>Thanks for your help.<br/><br/>Des</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Gordon Morehouse</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1432-4</guid>
<pubDate>Mon, 13 May 2013 18:17:35 UT</pubDate>
</item>
<item>
<title>Re: crash at startup</title>
<link>http://forum.jetbrains.com/message/PyCharm-1485-1</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1485">crash at startup</a>
</strong>
<span style="margin-left: .5em;margin-right: .5em"><span title="Mon, May 13, 2013 12:26:16 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1485?message=PyCharm-1485-1">May 13</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/lucazade">luca forina</a>
</p>

<p class="restricted-width">
<div class="wiki text"><br/><a class="attachment link" href="http://forum.jetbrains.com/_persistent/hs_err_pid1952.log?file=29-2732&v=0&c=true">hs_err_pid1952.log (49KB)</a></div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/lucazade">luca forina</a>
@
<span title="Mon, May 13, 2013 12:24:45 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1485">May 13</a>
</span>
</p>
<p><div class="wiki text">Hi<br/><br/>On a 32bit linux machine PyCharm crashes at startup,<br/>this is the output:<br/><br/><pre class="prettyprint">
$ ./pycharm.sh 
OpenJDK Runtime Environment (IcedTea 2.3.9) (ArchLinux build 7.u21_2.3.9-2-i686)
OpenJDK Server VM (build 23.7-b01, mixed mode)
WARNING: You are launching the IDE using OpenJDK Java runtime.

         ITS KNOWN TO HAVE PERFORMANCE AND GRAPHICS ISSUES!
         SWITCH TO THE ORACLE(SUN) JDK BEFORE REPORTING PROBLEMS!

NOTE:    If you have both Oracle (Sun) JDK and OpenJDK installed
         please validate either PYCHARM_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation.
         See http://ow.ly/6TuKQ for more info on switching default JDK.

Press Enter to continue.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7e00a7a9, pid=2209, tid=2139704128
#
# JRE version: 7.0_21-b02
# Java VM: OpenJDK Server VM (23.7-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libGL.so.1+0x707a9]  glXChooseVisual+0xaf69
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try &quot;ulimit -c unlimited&quot; before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid2209.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
./pycharm.sh: line 189:  2209 Annullato               (core dumped) /usr/lib/jvm/java-7-openjdk/bin/java -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Djb.vmOptionsFile=&quot;./pycharm.vmoptions&quot; &quot;-Xbootclasspath/a:./../lib/boot.jar&quot; -Didea.paths.selector=PyCharm20 -Didea.platform.prefix=Python -Didea.no.jre.check=true -Djb.restart.code=88 com.intellij.idea.Main 
</pre><br/><br/>Instead on a 64bit linux machine it works correctly.<br/>Any idea?</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>luca forina</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1485-1</guid>
<pubDate>Mon, 13 May 2013 16:26:16 UT</pubDate>
</item>
<item>
<title>crash at startup</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1485</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1485">crash at startup</a>
</strong>
<span style="margin-left: .5em;margin-right: .5em"><span title="Mon, May 13, 2013 12:24:45 PM EDT -04:00">May 13
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/lucazade">luca forina</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hi<br/><br/>On a 32bit linux machine PyCharm crashes at startup,<br/>this is the output:<br/><br/><pre class="prettyprint">
$ ./pycharm.sh 
OpenJDK Runtime Environment (IcedTea 2.3.9) (ArchLinux build 7.u21_2.3.9-2-i686)
OpenJDK Server VM (build 23.7-b01, mixed mode)
WARNING: You are launching the IDE using OpenJDK Java runtime.

         ITS KNOWN TO HAVE PERFORMANCE AND GRAPHICS ISSUES!
         SWITCH TO THE ORACLE(SUN) JDK BEFORE REPORTING PROBLEMS!

NOTE:    If you have both Oracle (Sun) JDK and OpenJDK installed
         please validate either PYCHARM_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation.
         See http://ow.ly/6TuKQ for more info on switching default JDK.

Press Enter to continue.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7e00a7a9, pid=2209, tid=2139704128
#
# JRE version: 7.0_21-b02
# Java VM: OpenJDK Server VM (23.7-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libGL.so.1+0x707a9]  glXChooseVisual+0xaf69
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try &quot;ulimit -c unlimited&quot; before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid2209.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
./pycharm.sh: line 189:  2209 Annullato               (core dumped) /usr/lib/jvm/java-7-openjdk/bin/java -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Djb.vmOptionsFile=&quot;./pycharm.vmoptions&quot; &quot;-Xbootclasspath/a:./../lib/boot.jar&quot; -Didea.paths.selector=PyCharm20 -Didea.platform.prefix=Python -Didea.no.jre.check=true -Djb.restart.code=88 com.intellij.idea.Main 
</pre><br/><br/>Instead on a 64bit linux machine it works correctly.<br/>Any idea?</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>luca forina</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1485</guid>
<pubDate>Mon, 13 May 2013 16:24:45 UT</pubDate>
</item>
<item>
<title>Django console not working - manage.py fails</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1484</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1484">Django console not working - manage.py fails</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-django">django</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Sun, May 12, 2013 4:00:22 PM EDT -04:00">May 12
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/makthrow">Alan Jaw</a>
</p>

<p class="restricted-width">
<div class="wiki text">i&#39;m trying to use django console.<br/><br/>manage.py runserver    (Works)<br/><br/>but<br/><br/>manage.py shell     (Fails)<br/><br/>error message:<br/><br/>/Users/airjaw/.virtualenvs/mysite/bin/python -u /Users/airjaw/Library/Application Support/IntelliJIdea12/python/helpers/pydev/pydevconsole.py 64614 64615<br/>PyDev console: starting.<br/>import sys; print(&#39;Python %s on %s&#39; % (sys.version, sys.platform))<br/>Python 2.7.3 (v2.7.3:70274d53c1dd, Apr  9 2012, 20:52:43) <br/>[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin<br/>sys.path.extend([&#39;/Users/airjaw/dev/mysite/mysite&#39;, &#39;/Users/airjaw/Library/Application Support/IntelliJIdea12/python/helpers/pycharm&#39;, &#39;/Users/airjaw/Library/Application Support/IntelliJIdea12/python/helpers/pydev&#39;])<br/>import django_manage_shell; django_manage_shell.run(&quot;/Users/airjaw/dev/mysite/mysite&quot;)<br/>Traceback (most recent call last):<br/>  File &quot;&lt;console&gt;&quot;, line 1, in &lt;module&gt;<br/>  File &quot;/Users/airjaw/Library/Application Support/IntelliJIdea12/python/helpers/pycharm/django_manage_shell.py&quot;, line 31, in run<br/>    run_module(manage_file, None, &#39;__main__&#39;, True)<br/>  File &quot;/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py&quot;, line 170, in run_module<br/>    mod_name, loader, code, fname = _get_module_details(mod_name)<br/>  File &quot;/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py&quot;, line 103, in _get_module_details<br/>    raise ImportError(&quot;No module named %s&quot; % mod_name)<br/>ImportError: No module named manage</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Alan Jaw</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1484</guid>
<pubDate>Sun, 12 May 2013 20:00:22 UT</pubDate>
</item>
<item>
<title>Re: Remote Django support</title>
<link>http://forum.jetbrains.com/message/PyCharm-1432-3</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1432">Remote Django support</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-django">django</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote">remote</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote_interpreter">remote_interpreter</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Sun, May 12, 2013 2:15:41 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1432?message=PyCharm-1432-3">May 12</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">Ok, solved this (at least for me).<br/>I have a Windows Host + Linux VirtualBox where I put my projects.<br/>If you map a network drive via samba and try to use these Consoles it simply won&#39;t work and it&#39;s probably not the desired method to use PyCharm. What I did was set up the Deployment Configuration (SFTP server). When everything is setup correctly you just download your project from your server, write code locally (but with remote interpreter!) and just set it to auto-upload. If you did this right then the Django Console aswell as mangage.py tasks use the correct path.</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/desdrury">Des Drury</a>
@
<span title="Thu, Apr 11, 2013 3:39:47 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1432">Apr 11</a>
</span>
</p>
<p><div class="wiki text">Hi,<br/><br/>I just found PyCharm and as soon as I read about the remote execution ability I immediately downloaded it.  <br/><br/>I&#39;ve managed to configure a remote interpreter but I&#39;m having issues with both the &#39;Run Python Console&#39; and the &#39;Run Django Console&#39;.  Both of them are including my local paths in the sys.path, rather than the remote paths.  As such I cannot run code remotely.  And when I configure Django support it only lets me select the project root from the local filesystem.  Is this a bug or am I missing some important configuration step?  I&#39;ve gone through all the documentation I can find and none of it is providing the answer.<br/><br/>Thanks for your help.<br/><br/>Des</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1432-3</guid>
<pubDate>Sun, 12 May 2013 18:15:41 UT</pubDate>
</item>
<item>
<title>Import django project and choose SDK? Can&#39;t get past this step</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1483</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1483">Import django project and choose SDK? Can&#39;t get past this step</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-sdk">sdk</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-django">django</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Sun, May 12, 2013 12:37:10 PM EDT -04:00, updated: Sun, May 12, 2013 12:38:14 PM EDT -04:00">May 12
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">I&#39;m trying to get started on a django project and I&#39;m unsure as to how to set everything up.<br/><br/>I&#39;ve made a virtualenv already, installed django in it, then imported the project into IntelliJ.<br/>It wants me to specify an SDK.<br/><br/>But the default path is to a python interpreter in another virtualenv.<br/><br/>At the top it says &quot;This SDK will be used by default by all project modules&quot;.<br/><br/>So I&#39;m unsure as to how this all works. Does each django project use it&#39;s own SDK in it&#39;s own virtualenv folder?<br/><br/>Right now I&#39;ve specified for my +<font color="green">&quot;myproject&quot; </font>+SDK:<br/>~/.virtualenvs/myproject/bin/python        <br/><br/><br/>If I work on another project<del><font color="red">, does</font></del>+<font color="green"> called &quot;myproject2&quot;, should</font>+ that project use it&#39;s own virtual env&#39;s python? eg.<br/>~/.virtualenvs/myproject2/bin/python<br/><br/><br/>Thank you.</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1483</guid>
<pubDate>Sun, 12 May 2013 16:37:10 UT</pubDate>
</item>
<item>
<title>Re: Remote Django support</title>
<link>http://forum.jetbrains.com/message/PyCharm-1432-2</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1432">Remote Django support</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-django">django</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote">remote</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote_interpreter">remote_interpreter</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Sun, May 12, 2013 8:02:04 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1432?message=PyCharm-1432-2">May 12</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">Having the same issue here.</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/desdrury">Des Drury</a>
@
<span title="Thu, Apr 11, 2013 3:39:47 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1432">Apr 11</a>
</span>
</p>
<p><div class="wiki text">Hi,<br/><br/>I just found PyCharm and as soon as I read about the remote execution ability I immediately downloaded it.  <br/><br/>I&#39;ve managed to configure a remote interpreter but I&#39;m having issues with both the &#39;Run Python Console&#39; and the &#39;Run Django Console&#39;.  Both of them are including my local paths in the sys.path, rather than the remote paths.  As such I cannot run code remotely.  And when I configure Django support it only lets me select the project root from the local filesystem.  Is this a bug or am I missing some important configuration step?  I&#39;ve gone through all the documentation I can find and none of it is providing the answer.<br/><br/>Thanks for your help.<br/><br/>Des</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1432-2</guid>
<pubDate>Sun, 12 May 2013 12:02:04 UT</pubDate>
</item>
<item>
<title>How do I activate the HTML/CSS editor in Pycharm?</title>
<link>http://forum.jetbrains.com/thread/PyCharm-1482</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1482">How do I activate the HTML/CSS editor in Pycharm?</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-pycharm">pycharm</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-autocomplete">autocomplete</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-html%20css%20editor">html css editor</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Sat, May 11, 2013 12:10:08 PM EDT -04:00">May 11
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/brycenesbitt">Bryce Nesbitt</a>
</p>

<p class="restricted-width">
<div class="wiki text">Ok, this is a really really dumb question:<br/>How do I activate the HTML/CSS editor in Pycharm?<br/><br/>The documentation at <a href="http://www.jetbrains.com/editors/html_xhtml_css_editor.jsp">http://www.jetbrains.com/editors/html_xhtml_css_editor.jsp</a> describes wonderful HTML editing capabilities which I just don&#39;t see in my projects.<br/><br/>For example I create a file &quot;xxx.html&quot; with:<br/><br/><span class="wiki text monospace"><br/>&lt;!DOCTYPE HTML&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>  &lt;script&gt;function foo() {}&lt;/script&gt;<br/>  &lt;/head&gt;<br/>&lt;/html&gt;</span><br/><br/>And get no hints.  Pressing CTRL-Q brings up the unhelpful &#39;No documentation found.&#39; message.  Right clicking on the xxx.html gives no hint what type file pycharm thinks it is dealing with.  Nothing inside the &lt;script&gt; block says that pycharm is detecting javascript as opposed to html...  how can I track this down?</div>

</p>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Bryce Nesbitt</dc:creator>
<guid>http://forum.jetbrains.com/thread/PyCharm-1482</guid>
<pubDate>Sat, 11 May 2013 16:10:08 UT</pubDate>
</item>
<item>
<title>Re: How to format a &quot;Git Repository URL&quot; for a private, remote, ssh repository</title>
<link>http://forum.jetbrains.com/message/PyCharm-1480-1</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1480">How to format a &quot;Git Repository URL&quot; for a private, remote, ssh repository</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-git">git</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote">remote</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Sat, May 11, 2013 11:56:58 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1480?message=PyCharm-1480-1">May 11</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/jemenake">Joe Emenaker</a>
</p>

<p class="restricted-width">
<div class="wiki text">Okay, it appears that PyCharm (and I suppose other Jetbrains IDE&#39;s) don&#39;t like relative folder names in the URL. I had to use the full path to my repo, as in...<br/>ssh://username@hostname.com/top-level-folder/subfolder/git/myproject.git</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/jemenake">Joe Emenaker</a>
@
<span title="Thu, May 9, 2013 9:30:06 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1480">May 09</a>
</span>
</p>
<p><div class="wiki text">I&#39;ve got a repo on my own, private server, and I&#39;m trying to use PyCharm&#39;s &quot;Check out from Version Control&quot; to clone from it. I&#39;ve tried several different formats in the &quot;Git Repository URL&quot; box, like:<br/><br/>git:username@hostname.com:somefolder/git/myproject.git<br/>git://username@hostname.com:somefolder/git/myproject.git<br/>ssh:username@hostname.com:somefolder/git/myproject.git<br/>ssh://username@hostname.com:somefolder/git/myproject.git<br/><br/>but all of these fail the repository test (It didn&#39;t even ask me for a password).<br/><br/>Suggestions?</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Joe Emenaker</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1480-1</guid>
<pubDate>Sat, 11 May 2013 15:56:58 UT</pubDate>
</item>
<item>
<title>Re: Directories created in file system don&#39;t show in project window without restart</title>
<link>http://forum.jetbrains.com/message/PyCharm-1467-6</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1467">Directories created in file system don&#39;t show in project window without restart</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-2.7.2">2.7.2</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Sat, May 11, 2013 10:12:36 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1467?message=PyCharm-1467-6">May 11</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/eisensheng">Arthur Skowronek</a>
</p>

<p class="restricted-width">
<div class="wiki text">Depends on your platform and how you&#39;ve installed pycharm. You can download an older Version from the website by copying the download url to the tarball and adjust the version information. </div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/jmahoney">Joshua Mahoney</a>
@
<span title="Thu, May 2, 2013 5:52:56 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1467">May 02</a>
</span>
</p>
<p><div class="wiki text">Prior to 2.7.2 I didn&#39;t have this issue. Now, when I create a directory via the file system outside of PyCharm the change is not picked up in the project window. I have to restart the IDE to pick up the change. Any thoughts on why this is happening?<br/><br/>I&#39;m running 2.7.2 on Fedora 17 (3.8.4-102.fc17.x86_64)</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Arthur Skowronek</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1467-6</guid>
<pubDate>Sat, 11 May 2013 14:12:36 UT</pubDate>
</item>
<item>
<title>Re: Directories created in file system don&#39;t show in project window without restart</title>
<link>http://forum.jetbrains.com/message/PyCharm-1467-5</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1467">Directories created in file system don&#39;t show in project window without restart</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-2.7.2">2.7.2</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Sat, May 11, 2013 9:49:05 AM EDT -04:00, updated: Sat, May 11, 2013 9:49:17 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1467?message=PyCharm-1467-5">May 11</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/guest%20(oldguest)">guest (oldguest)</a>
</p>

<p class="restricted-width">
<div class="wiki text">Hey guys, i&#39;m experiencing this issue to+<font color="green">o</font>+. How to downgrade to latest stable version?</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/jmahoney">Joshua Mahoney</a>
@
<span title="Thu, May 2, 2013 5:52:56 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1467">May 02</a>
</span>
</p>
<p><div class="wiki text">Prior to 2.7.2 I didn&#39;t have this issue. Now, when I create a directory via the file system outside of PyCharm the change is not picked up in the project window. I have to restart the IDE to pick up the change. Any thoughts on why this is happening?<br/><br/>I&#39;m running 2.7.2 on Fedora 17 (3.8.4-102.fc17.x86_64)</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>guest (oldguest)</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1467-5</guid>
<pubDate>Sat, 11 May 2013 13:49:05 UT</pubDate>
</item>
<item>
<title>Re: Remote Django support</title>
<link>http://forum.jetbrains.com/message/PyCharm-1432-1</link>
<description><![CDATA[
<p>
<strong>
<a href="http://forum.jetbrains.com/forum/PyCharm">PyCharm</a>
</strong>
&gt;
<strong>
<a href="http://forum.jetbrains.com/thread/PyCharm-1432">Remote Django support</a>
</strong>
[
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-django">django</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote">remote</a>
</strong>
+
<strong>
<a href="http://forum.jetbrains.com/tag/PyCharm-remote_interpreter">remote_interpreter</a>
</strong>
]
<span style="margin-left: .5em;margin-right: .5em"><span title="Fri, May 10, 2013 6:01:30 PM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1432?message=PyCharm-1432-1">May 10</a>
</span>
</span>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/gm_kavi">Gordon Morehouse</a>
</p>

<p class="restricted-width">
<div class="wiki text">Same here. This is still a problem on PyCharm 2.7.2.</div>

</p>
<blockquote>
<p>
<span title="User offline" class="userStatus "></span>
<a class="" href="http://forum.jetbrains.com/user/desdrury">Des Drury</a>
@
<span title="Thu, Apr 11, 2013 3:39:47 AM EDT -04:00"><a class="navLink" href="http://forum.jetbrains.com/thread/PyCharm-1432">Apr 11</a>
</span>
</p>
<p><div class="wiki text">Hi,<br/><br/>I just found PyCharm and as soon as I read about the remote execution ability I immediately downloaded it.  <br/><br/>I&#39;ve managed to configure a remote interpreter but I&#39;m having issues with both the &#39;Run Python Console&#39; and the &#39;Run Django Console&#39;.  Both of them are including my local paths in the sys.path, rather than the remote paths.  As such I cannot run code remotely.  And when I configure Django support it only lets me select the project root from the local filesystem.  Is this a bug or am I missing some important configuration step?  I&#39;ve gone through all the documentation I can find and none of it is providing the answer.<br/><br/>Thanks for your help.<br/><br/>Des</div>
</p>
</blockquote>

<p style="border-top: 1px solid #abb2c3;margin: 2em 0 0;padding-top: 1em;font-size: 75%">
JetBrains Forum
|
Build #143
(Nov/16/2012 5:22PM)
|
<a target="_blank" href="http://confluence.jetbrains.net/display/JETF/Feedback">Feedback</a>
</p>

]]></description>
<dc:creator>Gordon Morehouse</dc:creator>
<guid>http://forum.jetbrains.com/message/PyCharm-1432-1</guid>
<pubDate>Fri, 10 May 2013 22:01:30 UT</pubDate>
</item>
</channel>
</rss>
