kasploosh.com

Running Several Apps Together

Let’s say you want to run CZWIGOUT and CZSYSEXY at the same time. These are developed in common, and they can be stored neatly in a common folder as follows.

Details

CZWIGOUT and CZSYSEXY both use a module of Python code called “czcommon” which I wrote and maintain. The two apps can share a copy of czcommon.

The sharing will work best if all three of CZWIGOUT, CZSYSEXY, and czcommon have the same version number. Versions of these three things tend to be released together, because they share a common backend.

Example 1

If you are using a graphic file manager your folders may look like one of these:

Just CZWIGOUT

Just CZSYSEXY

CZWIGOUT and CZSYSEXY
at the same time

Example 2

If you are using a command line interface, your directory listings may look like one of these:

Just CZWIGOUT:

czcommon/ czwigout/ czwigout.pyw

Just CZSYSEXY:

czcommon/ czsysexy/ czsysexy.pyw

CZWIGOUT and CZSYSEXY at the same time (sharing a copy of czcommon):

czcommon/ czsysexy/ czwigout/ czsysexy.pyw czwigout.pyw

I omitted the support_files folder from the above listings because it was confusing the issue.

15298.65968