View Issue Details

IDProjectCategoryView StatusLast Update
0003174DarkRadiantScriptingpublic19.07.2014 07:13
ReporterAluminumHaste Assigned To 
PrioritynormalSeveritynormalReproducibilityalways
Status closedResolutionno change required 
Platformx64OSWindowsOS Version7
Summary0003174: Python scripts don't work
DescriptionWhen trying to use the python scripts in DarkRadiant in the Scripts menu, nothing happens. Console shows:

Error while executing file: commands\shift_textures_randomly.py:
Traceback (most recent call last):
  File "C:/DarkRadiant/install/scripts/commands\shift_textures_randomly.py", line 24, in <module>
    execute()
  File "C:/DarkRadiant/install/scripts/commands\shift_textures_randomly.py", line 9, in execute
    import random
ImportError: No module named random

Steps To ReproduceSelect a brush, go to Scripts->Shift Textures Randomly, nothing happens, there's an error log in the console window.
TagsNo tags attached.

Activities

greebo

greebo

17.07.2012 14:15

administrator   ~0004715

You'll need a valid python installation on your system for this script to work, since DarkRadiant only ships with the barebone interpreter.

Issue History

Date Modified Username Field Change
09.07.2012 03:48 AluminumHaste New Issue
17.07.2012 14:15 greebo Note Added: 0004715
17.07.2012 14:15 greebo Status new => acknowledged
19.07.2014 07:13 greebo Status acknowledged => closed
19.07.2014 07:13 greebo Resolution open => no change required