Skip to main content

Questions tagged [pyscripter]

A free, open-source Python development tool for Windows PCs.

0 votes
0 answers
345 views

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 ...
acolls_badger's user avatar
1 vote
0 answers
245 views

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 ...
Ricardo's user avatar
  • 23
3 votes
1 answer
306 views

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'...
Andreas Müller's user avatar
1 vote
1 answer
979 views

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 ...
Suffii's user avatar
  • 588
1 vote
1 answer
71 views

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 ...
Son of a Beach's user avatar
1 vote
1 answer
230 views

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' ...
Mr_gemini's user avatar
  • 111
1 vote
1 answer
4k views

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
Mr_gemini's user avatar
  • 111
0 votes
1 answer
142 views

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" ...
FTeixeira's user avatar
2 votes
2 answers
2k views

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? ...
Pfalbaum's user avatar
  • 941
4 votes
3 answers
6k views

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 ...
Rosemary's user avatar
  • 140
1 vote
0 answers
66 views

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 ...
jesuiselysee's user avatar
1 vote
1 answer
339 views

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)\...
Jeppe Olsen's user avatar
2 votes
2 answers
1k views

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 ...
mmoore's user avatar
  • 1,011
1 vote
1 answer
335 views

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....
Daniel's user avatar
  • 31
0 votes
0 answers
123 views

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 ...
recurvata's user avatar
  • 2,290

15 30 50 per page