[C++-sig] pyplusplus tutorials & GUI wizard

Roman Yakovenko roman.yakovenko at gmail.com
Tue Jan 24 14:05:31 CET 2006


On 1/24/06, Neal Becker <ndbecker2 at gmail.com> wrote:
> Roman Yakovenko wrote:
>
> > Hi. pyplusplus project made first step towards ( better ) documentation.
> > I created step by step tutorials.
> > You can find it here:
> > http://language-binding.net/pyplusplus/tutorials.html Also pyplusplus GUI
> > has wizard. It will generate pyplusplus code for you. In order to try it
> > you need cvs version.
> >
> > What is pyplusplus?
> > pyplusplus is an object-oriented framework for creating a code
> > generator for boost.python library
> >
> > All comments, suggestions or correction are welcome.
> >
> > Enjoy
> >
> > Roman Yakovenko
>
> Thank you!

My pleasure

> 1 problem so far.  I tried to follow the example but:
> from environment import settings
>
> I don't seem to have an 'environment' module:
>
> >>> import os
> >>> from environment import settings
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ImportError: No module named environment
>
> Where did this come from?

>From here.
http://cvs.sourceforge.net/viewcvs.py/pygccxml/source/pyplusplus/examples/tutorials/

I wrote the code and after this I created tutorials. Any way I already
fixed this issue.
Thank you.

Small advice: try GUI, it will generated pyplusplus code for your use case.

Roman Yakovenko



More information about the Cplusplus-sig mailing list