Re: user modules

2006-10-05 Thread Cameron Walsh
Juho Schultz wrote: > Juho Schultz wrote: >> Cameron Walsh wrote: >>> Hi, >>> >>> I'm writing a python program to analyse and export volumetric data. To >>> make development and extension easier, and to make it more useful to the >>> public when it is released (LGPL), I would like to enable users

Re: user modules

2006-10-05 Thread Cameron Walsh
Tuomas wrote: > Cameron Walsh wrote: >> Hi, >> >> I'm writing a python program to analyse and export volumetric data. >> To make development and extension easier, and to make it more useful >> to the public when it is released (LGPL), I would like to enable users >> to place their own python fi

Re: user modules

2006-10-05 Thread Juho Schultz
Juho Schultz wrote: > Cameron Walsh wrote: > > Hi, > > > > I'm writing a python program to analyse and export volumetric data. To > > make development and extension easier, and to make it more useful to the > > public when it is released (LGPL), I would like to enable users to place > > their own

Re: user modules

2006-10-05 Thread Juho Schultz
Cameron Walsh kirjoitti: > Hi, > > I'm writing a python program to analyse and export volumetric data. To > make development and extension easier, and to make it more useful to the > public when it is released (LGPL), I would like to enable users to place > their own python files in a "user_exten

Re: user modules

2006-10-05 Thread Juho Schultz
Cameron Walsh wrote: > Hi, > > I'm writing a python program to analyse and export volumetric data. To > make development and extension easier, and to make it more useful to the > public when it is released (LGPL), I would like to enable users to place > their own python files in a "user_extensions

Re: user modules

2006-10-05 Thread Tuomas
Cameron Walsh wrote: > Hi, > > I'm writing a python program to analyse and export volumetric data. To > make development and extension easier, and to make it more useful to the > public when it is released (LGPL), I would like to enable users to place > their own python files in a "user_extens

user modules

2006-10-04 Thread Cameron Walsh
Hi, I'm writing a python program to analyse and export volumetric data. To make development and extension easier, and to make it more useful to the public when it is released (LGPL), I would like to enable users to place their own python files in a "user_extensions" directory. These files wo