On 22/02/12 16:52 -0800, Niko Kool wrote: > 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
You must install neso and trytond because the executable of neso comes with bundled python environment that doesn't allow external usage. Once you have trytond, you must configure it to use sqlite backend and point the data_path to the directory that contains your neso database. After that, normally you should be able to use proteus. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: [email protected] Website: http://www.b2ck.com/
pgpI8tOSGHIDD.pgp
Description: PGP signature
