Hi I have a portable app neso running on my laptop (win7) and would like to access the installation from python as a portable app using proteus. Phew, doesn't that seem like a odd setup?, it's a good design for testing I'm hoping.
The documentation shows >>> from proteus import config, Model, Wizard But the response is >>> from proteus import config Traceback (most recent call last): File "<interactive input>", line 1, in <module> ImportError: No module named proteus -- [email protected] mailing list
