Hi
I try to run python script with these functions:
arcpy.ListTables()
, arcpy.ListFeatureClasses()
or
,arcpy.ListWorkspaces("*", "FileGDB")
but all the functions return right results on one computer and return "None" on another.
Folder with GDB files was copied to both of these computers and has access by ArcCatalog correctly from the both computers.
What might be the problem? May be any security?