Server Help

ASSS Questions - Module Attachment

Cheese - Sat Jan 31, 2009 4:44 pm
Post subject: Module Attachment
how can you tell where a module is needed to be included?

will including the module in modules.conf make it available to every arena?

why do some modules work without attaching it to the arena, and others dont?

will an attached module work if it isnt in modules.conf?

why does pymod give this console error when loading?
Code: Show/Hide

I <cmod> loading C module 'pymod' from 'pymod'
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "<string>", line 1, in ?
ImportError: No module named os
Traceback (most recent call last):
  File "<string>", line 1, in ?
ImportError: No module named os
Traceback (most recent call last):
  File "<string>", line 1, in ?
ImportError: No module named os
Traceback (most recent call last):
  File "<string>", line 1, in ?
ImportError: No module named os
ImportError: No module named copy_reg

--edit-- also:
E <pymod> can't import cPickle


why can i load <py> fg_wz, but <py> fg_turf will crash the server?
JoWie - Sat Jan 31, 2009 6:34 pm
Post subject:
Depends on how the module has been coded. It's a decision the module creator made.
Usually a module that provides some kind of game like CTF needs to be attached.

You can not attach a module unless it has been loaded.
tcsoccerman - Sat Jan 31, 2009 11:13 pm
Post subject:
yeh it depends if the module is arena-specific or not.

do you have python installed? is Python.dll in windeps(i believe this is the folder)?
Anonymous - Mon Nov 23, 2009 10:24 am
Post subject:
Can someone hook me up with Python.dll?

I can't find it in C:/Python26, nor anywhere else on my system.

I'm getting the same errors listed above and there is nothing in my windep folder or windep/pythoninc

(Note: I installed Python2.6.4 using the windows installer Python-2.6.4.msi)
Anonymous - Mon Nov 23, 2009 2:58 pm
Post subject:
Sorry for bumping this, problem solved. For anyone who has the same problem - consult this: http://forums.minegoboom.com/viewtopic.php?p=70710#70710
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group