<?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: Import arcpy in 10.1 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586310#M46015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello Simon!&lt;BR /&gt;&lt;BR /&gt;A few Notes:&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;First off, I think 'Task Manager' and 'Task Scheduler' are different things. It sounds like you're looking for 'Task Scheduler'.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Secondly, unless you doing really fancy stuff with python, you don't need to download your own copy. ArcMap 10 (and 10.1) come with a copy. Since you have multiple copies of Python, the wrong one is getting used by default. This version being run is not the ArcGIS version and therefore can't find "&lt;SPAN style="font-style:italic;"&gt;arcpy&lt;/SPAN&gt;". You should uninstall all copies of python &lt;STRONG&gt;except&lt;/STRONG&gt; the one that came with ArcGIS (it should be located here: &lt;SPAN style="font-style:italic;"&gt;C:\Python27\ArcGIS10.1&lt;/SPAN&gt;). Note that there may be a different copy of python installed here: &lt;SPAN style="font-style:italic;"&gt;C:\Python27&lt;/SPAN&gt;.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Third, are you copying the entire geodatabase? If so, you can just use the &lt;A href="http://technet.microsoft.com/en-us/library/cc733145.aspx"&gt;robocopy&lt;/A&gt; command (or another similar windows based command). You would do this by creating a ".bat" file instead of a ".py" file. This may be easier since it would it a simple windows command.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;Let us know if you have any questions or need any help scripting. Good luck Simon!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Joshua!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did mean Task Scheduler, you're right. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would love Scripting help as I am almost illiterate when it comes to programming. I do want to copy an entire geodatabase into a different one to act as a "backup". I'm not sure whether Python or Windows Command is better but my geodatabases contain shapfiles in which I do not want to loose any attributes. I'm looking for a simple way to do this and automate it so I don't have to think about it anymore. I've deleted all other versions of Python but I'm not sure what comes next. I found the "C:\Python27\ArcGIS10.1" folder and I believe it to now be the only version of Python on my computer. I don't think my task is an impossible one but I'm stuck when it comes to finding a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your expertise is highly appreciated,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2014 18:19:25 GMT</pubDate>
    <dc:creator>SimonLarkin</dc:creator>
    <dc:date>2014-02-26T18:19:25Z</dc:date>
    <item>
      <title>Import arcpy in 10.1</title>
      <link>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586308#M46013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been shuffling along on multiple threads trying to find a solution to the "import arcpy" function. I'm not a programmer or do I understand python very well. I'm essentially trying to create a model which I can run in task manager. From my limited understanding, I have to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Create a model in Model Builder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Export the code as Python script&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Schedule a task in Task Manager&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've read that using different version of Python will mess with how my Python interface interacts with Arc. I currently have Python 2.7 installed along with ArcGIS Desktop 10.1. I previously had Python 3.4 installed but I read something about Arc 10.1 not being compatible with the 64-bit Python 3.4.. I'm not sure if I have any residual files messing with Python but importing arcpy doesn't work. I get the following error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "&amp;lt;pyshell#0&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ImportError: No module named arcpy[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a simple way to solve this problem. (Maybe a step by step?) Simply put, I want to copy files from a geodatabase to a "backup" version on a weekly basis. Maybe I'm taking the wrong approach?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 17:00:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586308#M46013</guid>
      <dc:creator>SimonLarkin</dc:creator>
      <dc:date>2014-02-26T17:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Import arcpy in 10.1</title>
      <link>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586309#M46014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Simon!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A few Notes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;First off, I think 'Task Manager' and 'Task Scheduler' are different things. It sounds like you're looking for 'Task Scheduler'.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Secondly, unless you doing really fancy stuff with python, you don't need to download your own copy. ArcMap 10 (and 10.1) come with a copy. Since you have multiple copies of Python, the wrong one is getting used by default. This version being run is not the ArcGIS version and therefore can't find "&lt;SPAN style="font-style:italic;"&gt;arcpy&lt;/SPAN&gt;". You should uninstall all copies of python &lt;STRONG&gt;except&lt;/STRONG&gt; the one that came with ArcGIS (it should be located here: &lt;SPAN style="font-style:italic;"&gt;C:\Python27\ArcGIS10.1&lt;/SPAN&gt;). Note that there may be a different copy of python installed here: &lt;SPAN style="font-style:italic;"&gt;C:\Python27&lt;/SPAN&gt;.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Third, are you copying the entire geodatabase? If so, you can just use the &lt;A href="http://technet.microsoft.com/en-us/library/cc733145.aspx"&gt;robocopy&lt;/A&gt; command (or another similar windows based command). You would do this by creating a ".bat" file instead of a ".py" file. This may be easier since it would it a simple windows command.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;Let us know if you have any questions or need any help scripting. Good luck Simon!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 18:01:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586309#M46014</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2014-02-26T18:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Import arcpy in 10.1</title>
      <link>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586310#M46015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello Simon!&lt;BR /&gt;&lt;BR /&gt;A few Notes:&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;First off, I think 'Task Manager' and 'Task Scheduler' are different things. It sounds like you're looking for 'Task Scheduler'.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Secondly, unless you doing really fancy stuff with python, you don't need to download your own copy. ArcMap 10 (and 10.1) come with a copy. Since you have multiple copies of Python, the wrong one is getting used by default. This version being run is not the ArcGIS version and therefore can't find "&lt;SPAN style="font-style:italic;"&gt;arcpy&lt;/SPAN&gt;". You should uninstall all copies of python &lt;STRONG&gt;except&lt;/STRONG&gt; the one that came with ArcGIS (it should be located here: &lt;SPAN style="font-style:italic;"&gt;C:\Python27\ArcGIS10.1&lt;/SPAN&gt;). Note that there may be a different copy of python installed here: &lt;SPAN style="font-style:italic;"&gt;C:\Python27&lt;/SPAN&gt;.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Third, are you copying the entire geodatabase? If so, you can just use the &lt;A href="http://technet.microsoft.com/en-us/library/cc733145.aspx"&gt;robocopy&lt;/A&gt; command (or another similar windows based command). You would do this by creating a ".bat" file instead of a ".py" file. This may be easier since it would it a simple windows command.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;Let us know if you have any questions or need any help scripting. Good luck Simon!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Joshua!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did mean Task Scheduler, you're right. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would love Scripting help as I am almost illiterate when it comes to programming. I do want to copy an entire geodatabase into a different one to act as a "backup". I'm not sure whether Python or Windows Command is better but my geodatabases contain shapfiles in which I do not want to loose any attributes. I'm looking for a simple way to do this and automate it so I don't have to think about it anymore. I've deleted all other versions of Python but I'm not sure what comes next. I found the "C:\Python27\ArcGIS10.1" folder and I believe it to now be the only version of Python on my computer. I don't think my task is an impossible one but I'm stuck when it comes to finding a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your expertise is highly appreciated,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 18:19:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586310#M46015</guid>
      <dc:creator>SimonLarkin</dc:creator>
      <dc:date>2014-02-26T18:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Import arcpy in 10.1</title>
      <link>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586311#M46016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Simon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This won't be a problem at all. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I'm being a bit of a jerk on technicalities, but I want to make sure I'm understanding you correctly. I don't think a geodatabase can store shapefiles. You likely mean feature classes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a few more quick questions too:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Are you copying one GDB or a much of GDBs? If the latter, are they all in the same folder?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;For the backup, do you want one backup (from the most recent time the backup was ran)? Or do you want a each backup in a folder named after the date of the backup. The latter might be a more secure method, but would take up a lot more space.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know and we'll be able to figure something out!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 19:10:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586311#M46016</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2014-02-26T19:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Import arcpy in 10.1</title>
      <link>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586312#M46017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your pythonpath system variable is most likely set to your Python 3 version. Try following the steps in the following link, depending on how you want to resolve this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/7472436/add-a-directory-to-python-sys-path-so-that-its-included-each-time-i-use-python"&gt;https://stackoverflow.com/questions/7472436/add-a-directory-to-python-sys-path-so-that-its-included-each-time-i-use-python&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would recommend uninstalling and reinstalling your entire ArcGIS and Python installations.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 19:51:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586312#M46017</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2014-02-26T19:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Import arcpy in 10.1</title>
      <link>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586313#M46018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello Simon,&lt;BR /&gt;&lt;BR /&gt;This won't be a problem at all. &lt;BR /&gt;&lt;BR /&gt;I think I'm being a bit of a jerk on technicalities, but I want to make sure I'm understanding you correctly. I don't think a geodatabase can store shapefiles. You likely mean feature classes.&lt;BR /&gt;&lt;BR /&gt;I have a few more quick questions too:&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Are you copying one GDB or a much of GDBs? If the latter, are they all in the same folder?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;For the backup, do you want one backup (from the most recent time the backup was ran)? Or do you want a each backup in a folder named after the date of the backup. The latter might be a more secure method, but would take up a lot more space.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;Let me know and we'll be able to figure something out!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I've spoke to a colleague and here's what I understand. We have a bunch of feature classes (you were right again) on a "postgress" server that we want to backup into a file geodatabase. New copies can overwrite old ones. Does this help clarify?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 21:04:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586313#M46018</guid>
      <dc:creator>SimonLarkin</dc:creator>
      <dc:date>2014-02-26T21:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import arcpy in 10.1</title>
      <link>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586314#M46019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Simmon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, so given that you're going between two data types (SQL SDE and GDB), robocopy (windows command) is out. arcpy it is!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested this for a gdb to gdb transfer. I think it should for a SQL SDE too, but let me know if you run into problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;print "Starting Backup..."
import arcpy

#arcpy.env.workspace = r"Database Connections\NameOfYourDataBase.sde"
backupFolder=r"C:\Path\To\backupFolder"
backupGDB="DataBackup.gdb"
if not arcpy.Exists(backupFolder+'\\'+backupGDB):
 arcpy.CreateFileGDB_management(backupFolder, backupGDB)

featureClasses=arcpy.ListFeatureClasses() 

for fc in featureClasses:
&amp;nbsp;&amp;nbsp;&amp;nbsp; print "Backuping up: "+fc
&amp;nbsp;&amp;nbsp;&amp;nbsp; if arcpy.Exists(backupFolder+'\\'+backupGDB+'\\'+fc):
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.Delete_management(backupFolder+'\\'+backupGDB+'\\'+fc)
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.FeatureClassToFeatureClass_conversion(fc, backupFolder+'\\'+backupGDB,fc)

print "Backup complete!"&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if it works out!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586314#M46019</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2021-12-12T01:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Import arcpy in 10.1</title>
      <link>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586315#M46020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joshua,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry about the slow response, I've been swamped for the last two weeks. I can finally get back to this project. So, today I've discovered our geodatabase comes from an online source. I have a data Type: (query feature class), a server: (IP), a client: (posgresql), a connection properties: (same IP as server), a database: (postgis20), a user name, a feature type: (Simple), a Geometry Type: (Points and Lines and Polygons), Coordinates have Z values: (Yes), and coordinates have measures: (No). I'm told we have a "mapped drive" (which I'm not entirely sure what that means). I'm not sure how all this fits into the equation but I'm guessing it does. When I tried running the code you've written, I get "Starting Backup..." and nothing else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I really do appreciate you taking the time to help me, I'd +1 you if this were Google+.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 19:58:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586315#M46020</guid>
      <dc:creator>SimonLarkin</dc:creator>
      <dc:date>2014-03-12T19:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Import arcpy in 10.1</title>
      <link>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586316#M46021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Simon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the kind words. If we do sort this out you can give me a green check! My appologizes in advance, I'm a little rusty with SDE connections.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first thing we need to do is to make sure you have a connection to the database. Open ArcCatalog and go to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Database Connections&lt;/SPAN&gt;&lt;SPAN&gt;. Hopefully you'll already be connected to the geodatabase. If you can not find the connection, click &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Add Database Connection&lt;/SPAN&gt;&lt;SPAN&gt;. Either way, make sure the right data is coming through and take note of the name of the connection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Secondly, check if that connection exists in this folder (it should): &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;C:\Users\[username]\AppData\Roaming\ESRI\Desktop10.1\ArcCatalog&lt;/SPAN&gt;&lt;SPAN&gt;. I &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;think&lt;/SPAN&gt;&lt;SPAN&gt; it will be a '.sde' file, but please tell me exactly how it shows up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know how this goes and we'll continue from there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 12:42:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/import-arcpy-in-10-1/m-p/586316#M46021</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2014-03-14T12:42:41Z</dc:date>
    </item>
  </channel>
</rss>

