hallo,
kann mir jemand sage wie ich testen/nachschaun kann ob die Installation von Python bzw. genauergesagt Python mapscript korrekt installiert wurde?
habe eine web mapping anwendung die Python mapscript benötigt, hab Python mapscript auch installiert aber bin nicht sicher ob das geklapt hat ...
Die Suche ergab 2 Treffer
- Mittwoch 16. Januar 2008, 08:01
- Forum: Installation/Konfigurieren
- Thema: mapscript testen
- Antworten: 1
- Zugriffe: 2678
- Freitag 7. Dezember 2007, 11:51
- Forum: Installation/Konfigurieren
- Thema: python mapscript
- Antworten: 1
- Zugriffe: 2648
python mapscript
Hallo,
ich habe folgendes Problem mit meiner Pythoninstallation. Wenn ich folgendes Skript aufrufe:
#!/usr/local/bin/python
import mapscript
# Set the map file to use
mapfile = "geoland_test.map"
# Create a mapObj, initialized with the mapfile above
mapobject = mapscript.mapObj(mapfile ...
ich habe folgendes Problem mit meiner Pythoninstallation. Wenn ich folgendes Skript aufrufe:
#!/usr/local/bin/python
import mapscript
# Set the map file to use
mapfile = "geoland_test.map"
# Create a mapObj, initialized with the mapfile above
mapobject = mapscript.mapObj(mapfile ...
