Log In
New Account
Home My Page Projects Blender 2.x BF release
Summary Activity Tracker SCM Files

Blender 2.6 Bug Tracker: Browse

[#25284] Traceback error on "System Info" script

Date:
2010-12-18 12:59
Priority:
3
State:
Closed
Submitted by:
A Saurus1 (a_saurus1)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Scripts
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
 
Summary:
Traceback error on "System Info" script
Detailed description
Ran the system info script in the help menu and got this:

Traceback (most recent call last):
File "C:\PROGRA~1\BLENDE~1\2.55\scripts\op\wm.py", line 813, in execute
sys_info.write_sysinfo(self)
File "C:\PROGRA~1\BLENDE~1\2.55\scripts\modules\sys_info.py", line 89, in write_sysinfo
output.write('datafiles: {}\n'.format(bpy.utils.user_resource('DATAFILES')))
TypeError: user_resource() takes at least 2 positional arguments (1 given)

location:<unknown location>:-1

Followup

Message
  • Date: 2010-12-18 13:52
  • Sender: ronan ducluzeau
  • ubuntu 10.04 64bits rev33765

    Confirmed
  • Date: 2010-12-18 15:06
  • Sender: Ton Roosendaal
  • Bug for campbell.

    The call user_resource() wants a path argument, no idea how sysinfo would provide it...
  • Date: 2010-12-18 20:27
  • Sender: Ton Roosendaal
  • Cam: also fix the menu option: 3d window -> object -> make duplicate
    And, can you rename it to "Make Duplicator" or so?
 

Attached Files:

No Files Currently Attached

Changes:

Field Old Value Date By
status_idOpen2010-12-19 08:17campbellbarton
close_dateNone2010-12-19 08:17campbellbarton
detailsRan the system info script in the help menu and got this: Traceback (most recent call last): File "C:\\PROGRA~1\\BLENDE~1\\2.55\\scripts\\op\\wm.py", line 813, in execute sys_info.write_sysinfo(self) File "C:\\PROGRA~1\\BLENDE~1\\2.55\\scripts\\modules\\sys_info.py", line 89, in write_sysinfo output.write(\'datafiles: {}\\n\'.format(bpy.utils.user_resource(\'DATAFILES\'))) TypeError: user_resource() takes at least 2 positional arguments (1 given) location:<unknown location>:-1 2010-12-19 08:17campbellbarton
StatusInvestigate2010-12-19 08:17campbellbarton
detailsRan the system info script in the help menu and got this: Traceback (most recent call last): File "C:\\PROGRA~1\\BLENDE~1\\2.55\\scripts\\op\\wm.py", line 813, in execute sys_info.write_sysinfo(self) File "C:\\PROGRA~1\\BLENDE~1\\2.55\\scripts\\modules\\sys_info.py", line 89, in write_sysinfo output.write(\'datafiles: {}\\n\'.format(bpy.utils.user_resource(\'DATAFILES\'))) TypeError: user_resource() takes at least 2 positional arguments (1 given) location:<unknown location>:-1 2010-12-18 20:27ton
assigned_tonone2010-12-18 15:06ton
detailsRan the system info script in the help menu and got this: Traceback (most recent call last): File "C:\\PROGRA~1\\BLENDE~1\\2.55\\scripts\\op\\wm.py", line 813, in execute sys_info.write_sysinfo(self) File "C:\\PROGRA~1\\BLENDE~1\\2.55\\scripts\\modules\\sys_info.py", line 89, in write_sysinfo output.write(\'datafiles: {}\\n\'.format(bpy.utils.user_resource(\'DATAFILES\'))) TypeError: user_resource() takes at least 2 positional arguments (1 given) location:<unknown location>:-1 2010-12-18 15:06ton
StatusNew2010-12-18 15:06ton