Questions tagged [pyscripter]
A free, open-source Python development tool for Windows PCs.
48 questions
0 votes
0 answers
345 views
Cannot Edit ArcPy Script That is Within a Toolbox Using PyScriptor
There is a script within an ArcGIS toolbox (.tbx). The script must be within this toolbox due to company practices. I wish to edit a python (arcpy) script therein, Script1.py. I must use PyScripter ...
1 vote
0 answers
245 views
Making PyScripter to work with QGIS Python modules
I have been reading several other solutions, none of them seems to work and I don't know if it is because I am doing something wrong, or because they are for an older version. I have unistalled ...
3 votes
1 answer
306 views
Error with PyScripter and QGIS 3.22, can't find DLL
Since using the new installer for the x64 only version OSGeo4W/QGIS (new 3.22 LTR), I can't no longer use PyScripter with the bundled PyQt5. When I try to import QSettings for example, PyScripter can'...
1 vote
1 answer
979 views
Running ArcPy on PyScripter with ArcGIS Pro
Having PyScripter 4.0.0.6 x64 installed with ArcGIS Pro 2.5 I have set the I have add/set the arcgispro-py3-clone to Python Path like below but I am still getting this error message Traceback (most ...
1 vote
1 answer
71 views
arcpy.CheckExtension() Works in ArcMap but not in PyScripter
I've had no trouble with using similar licensing in Python scripts previously, so I'm wondering if a recent upgrade/replacement of my PyScripter environment may have caused it to stop working. I'm ...
1 vote
1 answer
230 views
Download zip file from ArcGIS Online
from arcgis.gis import GIS import sys import urllib.request as req from pathlib import Path from zipfile import ZipFile import os import trace import urllib.request as req Zip_Loc = r'C:\Folder' ...
1 vote
1 answer
4k views
No module named 'arcgis' for import GIS
I have ArcGIS API for Python installed and when I use below line, am getting error as ModuleNotFoundError: No module named arcgis from arcgis.gis import GIS Please refer to Image
0 votes
1 answer
142 views
Python- Make use table from a MDB with name changes every week (name+date)
I have been trying to make a script to automate some steps in a process that uses tables from different databases. One of them changes its name every week - name+date eg: "MegaDataBase_16062019.mdb" ...
2 votes
2 answers
2k views
replaceDataSource() works in ArcMap but not as stand-alone script
I have one script (and one alternative) that I want to use to replace a broken data source. Neither is working outside of the ArcMap Python Window. Has it something to do with the MapDocument object? ...
4 votes
3 answers
6k views
Getting PyScripter to recognize Python installed with ArcGIS Pro
I am trying to get PyScripter 3.3 64-bit to run on my desktop computer. I was successful in getting PyScripter 32-bit to run, but I require the 64-bit version. It seems that it is unable to ...
1 vote
0 answers
66 views
Pyscripter crashes with EOFError timed out
I am not sure whether someone ran into similar problem. I've been using PyScripter with Arcpy for the past two years and I have been happy with it most of the time. Yesterday I ran into a kind of ...
1 vote
1 answer
339 views
pyscripter reclassify error
I am new to python, so bear with me. Trying running reclassify in pyscripter returns the error: Message File Name Line Position Traceback 21 Reclassify C:\Program Files (x86)\...
2 votes
2 answers
1k views
Error in response to "import arcpy" - RuntimeError: NotInitialized
I am setting up a new computer and installed ArcGIS 10.4 with Python 2.7.10. I then downloaded PyScripter to use as an editor. When I try import arcpy, I get the following error: Traceback (most ...
1 vote
1 answer
335 views
Batch JSON to Features script needed [closed]
I have a folder on my local drive with 1,500+ JSON files (lines) that I need converted to shapefiles. I've tried creating a batch model in Python and ModelBuilder without success. I'm using ArcGIS 10....
0 votes
0 answers
123 views
Geocoding fails in script with Acces violation error
I'm trying to run geocoding in a python script with arcpy. However, I'm always getting an application error: I've run the script in PyScripter, ArcMap Python window and Idle, and on several different ...