On Wednesday 02 January 2002 11:09, Clark C . Evans wrote:
> Hello.  Webware thus far has been very kind to me.  Recently
> I've had the requirement that I support two versions of the
> application I am developing; one of them as "beta" for testing.
> Ideally, I'd like to do this on the same box, in different
> contexts. The problem is that I seem to be having conflicts
> with "helper" classes that have the same name, but are in
> different directories.

Chuck mentioned he does this alot so he'll probably have tried and 
tested method, but here's two approaches that _should_ work with 
Webware 0.6:

ONE:
1 - create two users, each with their own PYTHONPATH variable.

2- install Webware for each user or use MakeAppWorkDir.py 

3- install your 'helper' modules/packages in ~/lib/python or 
something like that and add it to each user's PYTHONPATH. 

4- launch WebKit for each user

TWO:
Use a single user account and maniplate PYTHONPATH via a shell script.

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to