[albatross-users] ModularSessionFileApp and windows

Neil Beattie neilb at nbt.co.za
Fri Apr 5 16:21:28 EST 2002


Hi,
Has anyone used ModularSessionFileApp on a windows platform?
I have had to do the following to make it work.

in sessionfile.py
add : import struct

in albatross directory
rename random.py to Random.py

in albatross __init__.py

change
from random import * 
to
from Random import *


Hope this helps,
Neil Beattie.







More information about the Albatross-users mailing list