<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to install Drobox SDK for Python in Windows 7? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154186#M5143</link>
    <description>&lt;P&gt;Did you try "python setup.py install"? If so, what happened?&lt;/P&gt;
&lt;P&gt;Also, you mentioned you have pip, so you can just run "pip install dropbox" as it says in the next paragraph on that page.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Oct 2015 23:38:27 GMT</pubDate>
    <dc:creator>Steve M.</dc:creator>
    <dc:date>2015-10-05T23:38:27Z</dc:date>
    <item>
      <title>How to install Drobox SDK for Python in Windows 7?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154185#M5142</link>
      <description>&lt;P&gt;Hi, I am trying to install Dropbox SDK for Python through this page:&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/core/sdks/python" rel="nofollow noreferrer" target="_blank"&gt;https://www.dropbox.com/developers/core/sdks/python&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have downloaded Dropbox SDK for Python and&amp;nbsp;uncompressed it at my Desktop folder. Currently I use&amp;nbsp;Python SDK 2.7.9 (which includes pip) on my Windows 7 computer, but the next step says,&lt;/P&gt;
&lt;P&gt;"To install the &lt;CODE&gt;dropbox&lt;/CODE&gt; module and any dependencies, run the setup script (you may need &lt;CODE&gt;sudo&lt;/CODE&gt;).&lt;/P&gt;
&lt;PRE class="prettyprint dbprettyprint command-line"&gt;&lt;SPAN class="pln"&gt;$ python setup&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;py install"&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Here's my problem. I tried to use python command line and Python GUI from Python SDK 2.7.9 and entered the command above. It didn't work. I also doubled clicked the setup.py file and comand prompt opened and closed quickly. I am not sure &amp;nbsp;if this is right way :S&lt;/P&gt;
&lt;P&gt;Does anyone knows how it works&amp;nbsp;in Windows 7?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:39:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154185#M5142</guid>
      <dc:creator>ChrisAPI</dc:creator>
      <dc:date>2019-05-29T09:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Drobox SDK for Python in Windows 7?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154186#M5143</link>
      <description>&lt;P&gt;Did you try "python setup.py install"? If so, what happened?&lt;/P&gt;
&lt;P&gt;Also, you mentioned you have pip, so you can just run "pip install dropbox" as it says in the next paragraph on that page.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 23:38:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154186#M5143</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-10-05T23:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Drobox SDK for Python in Windows 7?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154187#M5144</link>
      <description>&lt;P&gt;When I open python (command line), type "python setup.py install"and press Enter, it says the following text:&lt;BR /&gt;&lt;BR /&gt;SyntaxError: Invalaid syntax&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; pip install dropbox&lt;BR /&gt;&amp;nbsp;File "&amp;lt;stdin&amp;gt;", line 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; python setup.py install&lt;/P&gt;
&lt;P&gt;When I open command prompt from Windows in C:// and type "python setup.py install", it says the following:&lt;BR /&gt;"Python is not recognized as an internal or external command, operable program or batch file."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 00:26:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154187#M5144</guid>
      <dc:creator>ChrisAPI</dc:creator>
      <dc:date>2015-10-06T00:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Drobox SDK for Python in Windows 7?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154188#M5145</link>
      <description>&lt;P&gt;It sounds like you don't have the&amp;nbsp;Python executable in your path then? That would be the first thing to fix. Once typing "python" actually succeeds, rather than saying "python is not recognized..."&amp;nbsp;you're ready to try&amp;nbsp;installing the Dropbox SDK.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 00:29:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154188#M5145</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-10-06T00:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Drobox SDK for Python in Windows 7?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154189#M5146</link>
      <description>&lt;P&gt;I have installed python 2.7.11 in &amp;nbsp;my windows 8.1 . i want to install dropbox for my python.&lt;/P&gt;
&lt;P&gt;My question is that where i have to write&amp;nbsp;&lt;/P&gt;
&lt;PRE class="prettyprint dbprettyprint command-line"&gt;&lt;SPAN class="pln"&gt;python setup&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;py install -this command? &lt;/SPAN&gt;on command prompt?and if yes in which folder?&lt;BR /&gt;&lt;BR /&gt;Or should i have to follow this command?- pip install dropbox&lt;BR /&gt;And same where i have to write it?&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 27 Feb 2016 15:39:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154189#M5146</guid>
      <dc:creator>Jasmina V.1</dc:creator>
      <dc:date>2016-02-27T15:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Drobox SDK for Python in Windows 7?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154190#M5147</link>
      <description>&lt;P&gt;Using pip to install the&amp;nbsp;Dropbox library is recommended. The official instructions are here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/python#install" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/python#install&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The "pip install dropbox" command would be run in your command prompt, but you need to have pip installed. The installation instructions for pip itself can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://pip.pypa.io/en/stable/installing/" rel="nofollow noreferrer"&gt;https://pip.pypa.io/en/stable/installing/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note that pip is made by a third party though, so we can't support pip itself.&lt;/P&gt;
&lt;P&gt;Alternatively, instead of using pip, you should be able to download the library itself and install the library by using the setup.py file included with the library, using the command you mentioned in your command prompt:&lt;/P&gt;
&lt;P&gt;python setup.py install&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 02:15:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154190#M5147</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-03-01T02:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Drobox SDK for Python in Windows 7?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154191#M5148</link>
      <description>&lt;P&gt;how can i upload images and videos on dropbox using python?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 14:39:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154191#M5148</guid>
      <dc:creator>Jasmina V.1</dc:creator>
      <dc:date>2016-03-04T14:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Drobox SDK for Python in Windows 7?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154192#M5149</link>
      <description>&lt;P&gt;Once you have the library installed, I&amp;nbsp;recommend working through the tutorial, which covers uploading files:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/python#tutorial" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/python#tutorial&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you're still having trouble, open a new thread with the details of the new issue:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropboxforum.com/hc/en-us/community/posts/new?community_post%5Btopic_id%5D=200209245" rel="nofollow noreferrer"&gt;https://www.dropboxforum.com/hc/en-us/community/posts/new?community_post%5Btopic_id%5D=200209245&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 02:41:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-install-Drobox-SDK-for-Python-in-Windows-7/m-p/154192#M5149</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-03-05T02:41:18Z</dc:date>
    </item>
  </channel>
</rss>

