|
POST
|
I am using a student license of ArcMap 10 (build 2414) and I would like to get Arcpy working. I did not install Python or Numpy before installing Arc. Is the only solution for me to completely uninstall Arc, install Python 2.6 & Numpy 1.3 and reinstall Arc? Thanks! Should be able to just install python and numpy, and then change the .pth file, rather than re installing ArcGIS.
... View more
01-03-2012
01:46 PM
|
0
|
0
|
1991
|
|
POST
|
Will there be a release for beta, or will it be after you get a couple of releases of the api before a 10.1 builder release beta happens?
... View more
01-03-2012
09:08 AM
|
0
|
0
|
664
|
|
POST
|
Currently, inside your app, I can only see folders, not data at my root, not in a folder. Also, I am unable to see services created with 10.1, or perhaps services associated with Hosted Maps. Will this be a capability, or does the service have to be on a map? Seeing services would be useful as well. Seems like there could be a Services Node in the app, or a Hosted Maps Node...
... View more
12-29-2011
03:11 PM
|
0
|
1
|
1099
|
|
POST
|
Nice to have a capability to manage lpk/mpk from inside of your app, perhaps as part of a hosted map rollout. Could be a useful feature for sure.
... View more
12-29-2011
03:07 PM
|
0
|
0
|
755
|
|
POST
|
Hi Ted, We spent some time refining the Python window experience for 10.1. Some of that was ported back to service pack 4 as well. -Dave Well that is good news on two fronts. A SP4... hmmmmmmmm.
... View more
12-14-2011
12:51 PM
|
0
|
0
|
840
|
|
POST
|
Problem - If I want to change the version, I have to select the transactional tab. This works as expected. If I select the Tree View Tab, and select a version there, I cannot change to a version that way. The dialog just closes and no change occurs. Is this expected? I would expect that if there are three tabs on a dialog for Changing Versions, I would be able to use all three tabs interactively, and not just visually. So, Transactional works. Tree View is great in that I see the tree view, but I want to connect (change) using this view. Unfortunately, I don't have a historic view for this database so I cannot test that right now. Why no filter with Tree View?
... View more
12-14-2011
08:57 AM
|
0
|
0
|
896
|
|
POST
|
Love the new dialog. Lots of great info now to preview. One thing off the top of my head, would be to give me the capability to add a version when inside the Change Version dialog. Maybe I forgot to add a version, so when I go and want to change, oops, forgot to add, but lone and behold, I can add one from inside the Change dialog. That would be handy addition to the tool. Also, first time opening the dialog, the display got really funky for the dialog, probably won't be able to repro on your end.
... View more
12-14-2011
08:51 AM
|
0
|
3
|
1332
|
|
POST
|
So, its cool that we can rename fields from the layer properties in Catalog, but will we also be able to change at some point from the Field properties in the Table, or even directly on the field in the table? A similar behavior that we can do with personal GDBs, by clicking on the field. double click, I think... What about Layer Properties from inside ArcMap?
... View more
12-05-2011
10:34 AM
|
0
|
0
|
632
|
|
POST
|
Bump. So, is reader going to get more functionality, or is Explorer Desktop going to start to see the same functionality that we get with Reader, but with services, because you cannot replace something with something else unless the replacement actually replaces the replaced functionality.
... View more
12-05-2011
10:12 AM
|
0
|
0
|
1666
|
|
POST
|
Hi Ted, I haven't used the r+b flag, i shall give that one a whirl at some point. I have always read original.txt and write to new.txt followed by using os.remove() cleanup if there are intermediate steps ot text file i do not want to hang onto. but i have smooshed a bit of text into csv. And i have always just passed the replaces back to the variable. e.g. data = txtFile.readline() while data: data = data.replace("/ ", "_").replace("/", "_").replace(" ", "_") outFile.write(data) data = txtFile.readline() i think it might be the r+ flag might be the sticking point. i should go read the notes on it. I will have to play with this a bit more, so cool, thanks for giving me an idea.
... View more
12-01-2011
03:57 PM
|
0
|
0
|
567
|
|
POST
|
just playing around with other third party modules, but figured I would attempt with arcpy. I have tried to install numpy through pip, but there have been issues, so I will play around with manually trying to get it to work. So, you think that once I get numpy up, I could conceivably run arcpy virtually?
... View more
11-28-2011
01:52 PM
|
0
|
0
|
1440
|
|
POST
|
Is arcpy expected to have no problems when running inside virtualenv? Definitely issues with numpy, but graphs as well... >>> import arcpy Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Program Files\ArcGIS\Desktop10.1\arcpy\arcpy\__init__.py", line 25, i n <module> from arcpy.toolbox import * File "C:\Program Files\ArcGIS\Desktop10.1\arcpy\arcpy\toolbox.py", line 342, i n <module> from management import Graph, GraphTemplate File "C:\Program Files\ArcGIS\Desktop10.1\arcpy\arcpy\management.py", line 22, in <module> import _management File "C:\Program Files\ArcGIS\Desktop10.1\arcpy\arcpy\_management.py", line 14 , in <module> import _graph File "C:\Program Files\ArcGIS\Desktop10.1\arcpy\arcpy\_graph.py", line 27, in <module> import numpy ImportError: No module named numpy >>>
... View more
11-28-2011
01:06 PM
|
0
|
4
|
2108
|
|
POST
|
So, not sure if this is a bug, but here it goes, more or less a consistency in behavior to what is described in text. If you chose to create a database user for an operating system login, no input is required. This is the text for the Database User Password. If I Select the Check box for enabling Sys Authentication, the text box for Database User Password gets grayed out, so input is impossible. Also, if I uncheck enabling Sys Authentication, and try and leave no password, I receive an error (Expected), so why then is the text box optional. To sum: Checked, Input is actually impossible, because the text box is inactive. Unchecked, the text box is active, but is mandatory, not optional
... View more
11-22-2011
03:48 PM
|
0
|
0
|
2106
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 08-01-2022 02:13 PM | |
| 1 | 08-04-2022 02:37 PM | |
| 1 | 08-01-2022 02:10 PM | |
| 1 | 08-01-2022 02:30 PM | |
| 3 | 06-21-2022 02:07 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|